public class ApiGetJobOrderTemplateMetadataResult extends ApiResult
Java class for apiGetJobOrderTemplateMetadataResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiGetJobOrderTemplateMetadataResult"> <complexContent> <extension base="{http://result.apiservice.bullhorn.com/}apiResult"> <sequence> <element name="attributes" type="{http://job.template.entity.bullhorn.com/}jobOrderTemplateAttributeDto" maxOccurs="unbounded" minOccurs="0"/> <element name="template" type="{http://job.template.entity.bullhorn.com/}jobOrderTemplateDto" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JobOrderTemplateAttributeDto> |
attributes |
protected JobOrderTemplateDto |
template |
Constructor and Description |
---|
ApiGetJobOrderTemplateMetadataResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<JobOrderTemplateAttributeDto> |
getAttributes()
Gets the value of the attributes property.
|
JobOrderTemplateDto |
getTemplate()
Gets the value of the template property.
|
void |
setTemplate(JobOrderTemplateDto value)
Sets the value of the template property.
|
getSession, setSession
protected java.util.List<JobOrderTemplateAttributeDto> attributes
protected JobOrderTemplateDto template
public ApiGetJobOrderTemplateMetadataResult()
public java.util.List<JobOrderTemplateAttributeDto> 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
JobOrderTemplateAttributeDto
public JobOrderTemplateDto getTemplate()
JobOrderTemplateDto
public void setTemplate(JobOrderTemplateDto value)
value
- allowed object is
JobOrderTemplateDto