Package org.cxml
Class PropertyValuation
java.lang.Object
org.cxml.PropertyValuation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the propertyReference property.Gets the value of the valueGroup property.voidSets the value of the propertyReference property.
-
Field Details
-
propertyReference
-
valueGroup
-
-
Constructor Details
-
PropertyValuation
public PropertyValuation()
-
-
Method Details
-
getPropertyReference
Gets the value of the propertyReference property.- Returns:
- possible object is
PropertyReference
-
setPropertyReference
Sets the value of the propertyReference property.- Parameters:
value- allowed object isPropertyReference
-
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
-