Package org.cxml
Class ValueGroup
java.lang.Object
org.cxml.ValueGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdReferenceprotected Stringprotected List<PropertyValue> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.Gets the value of the parentID property.Gets the value of the propertyValue property.voidsetIdReference(IdReference value) Sets the value of the idReference property.voidsetParentID(String value) Sets the value of the parentID property.
-
Field Details
-
idReference
-
parentID
-
propertyValue
-
-
Constructor Details
-
ValueGroup
public ValueGroup()
-
-
Method Details
-
getIdReference
Gets the value of the idReference property.- Returns:
- possible object is
IdReference
-
setIdReference
Sets the value of the idReference property.- Parameters:
value- allowed object isIdReference
-
getParentID
Gets the value of the parentID property.- Returns:
- possible object is
String
-
setParentID
Sets the value of the parentID property.- Parameters:
value- allowed object isString
-
getPropertyValue
Gets the value of the propertyValue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the propertyValue property.For example, to add a new item, do as follows:
getPropertyValue().add(newItem);Objects of the following type(s) are allowed in the list
PropertyValue
-