public class ApiGetClientCorporationTemplateMetadataResult extends ApiResult
Java class for apiGetClientCorporationTemplateMetadataResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiGetClientCorporationTemplateMetadataResult">
<complexContent>
<extension base="{http://result.apiservice.bullhorn.com/}apiResult">
<sequence>
<element name="attributes" type="{http://client.template.entity.bullhorn.com/}clientCorporationTemplateAttributeDto" maxOccurs="unbounded" minOccurs="0"/>
<element name="template" type="{http://client.template.entity.bullhorn.com/}clientCorporationTemplateDto" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ClientCorporationTemplateAttributeDto> |
attributes |
protected ClientCorporationTemplateDto |
template |
| Constructor and Description |
|---|
ApiGetClientCorporationTemplateMetadataResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClientCorporationTemplateAttributeDto> |
getAttributes()
Gets the value of the attributes property.
|
ClientCorporationTemplateDto |
getTemplate()
Gets the value of the template property.
|
void |
setTemplate(ClientCorporationTemplateDto value)
Sets the value of the template property.
|
getSession, setSessionprotected java.util.List<ClientCorporationTemplateAttributeDto> attributes
protected ClientCorporationTemplateDto template
public ApiGetClientCorporationTemplateMetadataResult()
public java.util.List<ClientCorporationTemplateAttributeDto> getAttributes()
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 attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
ClientCorporationTemplateAttributeDto
public ClientCorporationTemplateDto getTemplate()
ClientCorporationTemplateDtopublic void setTemplate(ClientCorporationTemplateDto value)
value - allowed object is
ClientCorporationTemplateDto