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