Package org.cxml
Class PropertyValuation
- java.lang.Object
-
- org.cxml.PropertyValuation
-
public class PropertyValuation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyReferencepropertyReferenceprotected java.util.List<ValueGroup>valueGroup
-
Constructor Summary
Constructors Constructor Description PropertyValuation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyReferencegetPropertyReference()Gets the value of the propertyReference property.java.util.List<ValueGroup>getValueGroup()Gets the value of the valueGroup property.voidsetPropertyReference(PropertyReference value)Sets the value of the propertyReference property.
-
-
-
Field Detail
-
propertyReference
protected PropertyReference propertyReference
-
valueGroup
protected java.util.List<ValueGroup> valueGroup
-
-
Method Detail
-
getPropertyReference
public PropertyReference getPropertyReference()
Gets the value of the propertyReference property.- Returns:
- possible object is
PropertyReference
-
setPropertyReference
public void setPropertyReference(PropertyReference value)
Sets the value of the propertyReference property.- Parameters:
value- allowed object isPropertyReference
-
getValueGroup
public java.util.List<ValueGroup> getValueGroup()
Gets the value of the valueGroup 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 valueGroup property.For example, to add a new item, do as follows:
getValueGroup().add(newItem);Objects of the following type(s) are allowed in the list
ValueGroup
-
-