public class Ref extends Object implements Serializable
<complexType name="Ref">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="EntityId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Ref() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEntityId()
Gets the value of the entityId property.
|
public List<String> getEntityId()
set method for the entityId property.
For example, to add a new item, do as follows:
getEntityId().add(newItem);
Objects of the following type(s) are allowed in the list StringCopyright © 2021 Samply Community. All rights reserved.