public class ViewLayout
extends java.lang.Object
Java class for viewLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="viewLayout"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="available" type="{http://meta.apiservice.bullhorn.com/}apiFieldMap" maxOccurs="unbounded" minOccurs="0"/> <element name="selected" type="{http://meta.apiservice.bullhorn.com/}apiFieldMap" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ApiFieldMap> |
available |
protected java.util.List<ApiFieldMap> |
selected |
Constructor and Description |
---|
ViewLayout() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ApiFieldMap> |
getAvailable()
Gets the value of the available property.
|
java.util.List<ApiFieldMap> |
getSelected()
Gets the value of the selected property.
|
protected java.util.List<ApiFieldMap> available
protected java.util.List<ApiFieldMap> selected
public java.util.List<ApiFieldMap> getAvailable()
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 available property.
For example, to add a new item, do as follows:
getAvailable().add(newItem);
Objects of the following type(s) are allowed in the list
ApiFieldMap
public java.util.List<ApiFieldMap> getSelected()
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 selected property.
For example, to add a new item, do as follows:
getSelected().add(newItem);
Objects of the following type(s) are allowed in the list
ApiFieldMap