Package org.cxml

Class ValueGroup

java.lang.Object
org.cxml.ValueGroup

public class ValueGroup extends Object
  • Field Details

  • Constructor Details

    • ValueGroup

      public ValueGroup()
  • Method Details

    • getIdReference

      public IdReference getIdReference()
      Gets the value of the idReference property.
      Returns:
      possible object is IdReference
    • setIdReference

      public void setIdReference(IdReference value)
      Sets the value of the idReference property.
      Parameters:
      value - allowed object is IdReference
    • getParentID

      public String getParentID()
      Gets the value of the parentID property.
      Returns:
      possible object is String
    • setParentID

      public void setParentID(String value)
      Sets the value of the parentID property.
      Parameters:
      value - allowed object is String
    • getPropertyValue

      public List<PropertyValue> 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 set method 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