public class ValueGroup
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected IdReference |
idReference |
protected java.lang.String |
parentID |
protected java.util.List<PropertyValue> |
propertyValue |
| Constructor and Description |
|---|
ValueGroup() |
| Modifier and Type | Method and Description |
|---|---|
IdReference |
getIdReference()
Gets the value of the idReference property.
|
java.lang.String |
getParentID()
Gets the value of the parentID property.
|
java.util.List<PropertyValue> |
getPropertyValue()
Gets the value of the propertyValue property.
|
void |
setIdReference(IdReference value)
Sets the value of the idReference property.
|
void |
setParentID(java.lang.String value)
Sets the value of the parentID property.
|
protected IdReference idReference
protected java.lang.String parentID
protected java.util.List<PropertyValue> propertyValue
public IdReference getIdReference()
IdReferencepublic void setIdReference(IdReference value)
value - allowed object is
IdReferencepublic java.lang.String getParentID()
Stringpublic void setParentID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<PropertyValue> getPropertyValue()
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
Copyright © 2018 SAP SE. All Rights Reserved.