public class PropertyValuation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected PropertyReference |
propertyReference |
protected java.util.List<ValueGroup> |
valueGroup |
| Constructor and Description |
|---|
PropertyValuation() |
| Modifier and Type | Method and Description |
|---|---|
PropertyReference |
getPropertyReference()
Gets the value of the propertyReference property.
|
java.util.List<ValueGroup> |
getValueGroup()
Gets the value of the valueGroup property.
|
void |
setPropertyReference(PropertyReference value)
Sets the value of the propertyReference property.
|
protected PropertyReference propertyReference
protected java.util.List<ValueGroup> valueGroup
public PropertyReference getPropertyReference()
PropertyReferencepublic void setPropertyReference(PropertyReference value)
value - allowed object is
PropertyReferencepublic java.util.List<ValueGroup> getValueGroup()
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 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
Copyright © 2018 SAP SE. All Rights Reserved.