public class ApiGetEntityTemplateDataResult extends ApiResult
Java class for apiGetEntityTemplateDataResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiGetEntityTemplateDataResult">
<complexContent>
<extension base="{http://result.apiservice.bullhorn.com/}apiResult">
<sequence>
<element name="attributes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entry" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="dataId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="targetEntityId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="templateId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiGetEntityTemplateDataResult.Attributes
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ApiGetEntityTemplateDataResult.Attributes |
attributes |
protected java.lang.Integer |
dataId |
protected java.lang.Integer |
targetEntityId |
protected java.lang.Integer |
templateId |
| Constructor and Description |
|---|
ApiGetEntityTemplateDataResult() |
| Modifier and Type | Method and Description |
|---|---|
ApiGetEntityTemplateDataResult.Attributes |
getAttributes()
Gets the value of the attributes property.
|
java.lang.Integer |
getDataId()
Gets the value of the dataId property.
|
java.lang.Integer |
getTargetEntityId()
Gets the value of the targetEntityId property.
|
java.lang.Integer |
getTemplateId()
Gets the value of the templateId property.
|
void |
setAttributes(ApiGetEntityTemplateDataResult.Attributes value)
Sets the value of the attributes property.
|
void |
setDataId(java.lang.Integer value)
Sets the value of the dataId property.
|
void |
setTargetEntityId(java.lang.Integer value)
Sets the value of the targetEntityId property.
|
void |
setTemplateId(java.lang.Integer value)
Sets the value of the templateId property.
|
getSession, setSessionprotected ApiGetEntityTemplateDataResult.Attributes attributes
protected java.lang.Integer dataId
protected java.lang.Integer targetEntityId
protected java.lang.Integer templateId
public ApiGetEntityTemplateDataResult.Attributes getAttributes()
ApiGetEntityTemplateDataResult.Attributespublic void setAttributes(ApiGetEntityTemplateDataResult.Attributes value)
value - allowed object is
ApiGetEntityTemplateDataResult.Attributespublic java.lang.Integer getDataId()
Integerpublic void setDataId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTargetEntityId()
Integerpublic void setTargetEntityId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTemplateId()
Integerpublic void setTemplateId(java.lang.Integer value)
value - allowed object is
Integer