public class ApiEntityMeta
extends java.lang.Object
Java class for apiEntityMeta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiEntityMeta">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="propertyMetas" type="{http://meta.apiservice.bullhorn.com/}apiPropertyMeta" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
label |
protected java.util.List<ApiPropertyMeta> |
propertyMetas |
| Constructor and Description |
|---|
ApiEntityMeta() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel()
Gets the value of the label property.
|
java.util.List<ApiPropertyMeta> |
getPropertyMetas()
Gets the value of the propertyMetas property.
|
void |
setLabel(java.lang.String value)
Sets the value of the label property.
|
protected java.lang.String label
protected java.util.List<ApiPropertyMeta> propertyMetas
public java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ApiPropertyMeta> getPropertyMetas()
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 propertyMetas property.
For example, to add a new item, do as follows:
getPropertyMetas().add(newItem);
Objects of the following type(s) are allowed in the list
ApiPropertyMeta