public class ApiPropertyMeta
extends java.lang.Object
Java class for apiPropertyMeta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiPropertyMeta"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="childPropertyMetas" type="{http://meta.apiservice.bullhorn.com/}apiPropertyMeta" maxOccurs="unbounded" minOccurs="0"/> <element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="editType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="hint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="multiple" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="valueDisplayList" type="{http://meta.apiservice.bullhorn.com/}apiValueDisplayPair" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ApiPropertyMeta> |
childPropertyMetas |
protected java.lang.String |
defaultValue |
protected java.lang.String |
editType |
protected boolean |
hidden |
protected java.lang.String |
hint |
protected java.lang.String |
label |
protected java.lang.Integer |
limit |
protected boolean |
multiple |
protected java.lang.String |
name |
protected boolean |
required |
protected java.util.List<ApiValueDisplayPair> |
valueDisplayList |
Constructor and Description |
---|
ApiPropertyMeta() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ApiPropertyMeta> |
getChildPropertyMetas()
Gets the value of the childPropertyMetas property.
|
java.lang.String |
getDefaultValue()
Gets the value of the defaultValue property.
|
java.lang.String |
getEditType()
Gets the value of the editType property.
|
java.lang.String |
getHint()
Gets the value of the hint property.
|
java.lang.String |
getLabel()
Gets the value of the label property.
|
java.lang.Integer |
getLimit()
Gets the value of the limit property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<ApiValueDisplayPair> |
getValueDisplayList()
Gets the value of the valueDisplayList property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isMultiple()
Gets the value of the multiple property.
|
boolean |
isRequired()
Gets the value of the required property.
|
void |
setDefaultValue(java.lang.String value)
Sets the value of the defaultValue property.
|
void |
setEditType(java.lang.String value)
Sets the value of the editType property.
|
void |
setHidden(boolean value)
Sets the value of the hidden property.
|
void |
setHint(java.lang.String value)
Sets the value of the hint property.
|
void |
setLabel(java.lang.String value)
Sets the value of the label property.
|
void |
setLimit(java.lang.Integer value)
Sets the value of the limit property.
|
void |
setMultiple(boolean value)
Sets the value of the multiple property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRequired(boolean value)
Sets the value of the required property.
|
protected java.util.List<ApiPropertyMeta> childPropertyMetas
protected java.lang.String defaultValue
protected java.lang.String editType
protected boolean hidden
protected java.lang.String hint
protected java.lang.String label
protected java.lang.Integer limit
protected boolean multiple
protected java.lang.String name
protected boolean required
protected java.util.List<ApiValueDisplayPair> valueDisplayList
public java.util.List<ApiPropertyMeta> getChildPropertyMetas()
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 childPropertyMetas property.
For example, to add a new item, do as follows:
getChildPropertyMetas().add(newItem);
Objects of the following type(s) are allowed in the list
ApiPropertyMeta
public java.lang.String getDefaultValue()
String
public void setDefaultValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEditType()
String
public void setEditType(java.lang.String value)
value
- allowed object is
String
public boolean isHidden()
public void setHidden(boolean value)
public java.lang.String getHint()
String
public void setHint(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getLimit()
Integer
public void setLimit(java.lang.Integer value)
value
- allowed object is
Integer
public boolean isMultiple()
public void setMultiple(boolean value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isRequired()
public void setRequired(boolean value)
public java.util.List<ApiValueDisplayPair> getValueDisplayList()
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 valueDisplayList property.
For example, to add a new item, do as follows:
getValueDisplayList().add(newItem);
Objects of the following type(s) are allowed in the list
ApiValueDisplayPair