public class AgentPropertyInformation
extends java.lang.Object
Java class for agentPropertyInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentPropertyInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="templateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="positionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tnName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="changeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sortKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="displayTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hasSkillset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hasPrimaries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hasSecondaries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="referedByTf" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="referedByTfv" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="viewScope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personalDn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="secondaryDn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="primeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AgentPropertyInformation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChangeId()
Gets the value of the changeId property.
|
java.lang.String |
getDisplayTemplate()
Gets the value of the displayTemplate property.
|
java.lang.String |
getPersonalDn()
Gets the value of the personalDn property.
|
java.lang.String |
getPositionId()
Gets the value of the positionId property.
|
java.lang.String |
getPrimeId()
Gets the value of the primeId property.
|
java.lang.String |
getSecondaryDn()
Gets the value of the secondaryDn property.
|
java.lang.String |
getSortKey()
Gets the value of the sortKey property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
java.lang.String |
getTemplateId()
Gets the value of the templateId property.
|
java.lang.String |
getTnName()
Gets the value of the tnName property.
|
java.lang.String |
getViewScope()
Gets the value of the viewScope property.
|
java.lang.Boolean |
isHasPrimaries()
Gets the value of the hasPrimaries property.
|
java.lang.Boolean |
isHasSecondaries()
Gets the value of the hasSecondaries property.
|
java.lang.Boolean |
isHasSkillset()
Gets the value of the hasSkillset property.
|
java.lang.Boolean |
isReferedByTf()
Gets the value of the referedByTf property.
|
java.lang.Boolean |
isReferedByTfv()
Gets the value of the referedByTfv property.
|
void |
setChangeId(java.lang.String value)
Sets the value of the changeId property.
|
void |
setDisplayTemplate(java.lang.String value)
Sets the value of the displayTemplate property.
|
void |
setHasPrimaries(java.lang.Boolean value)
Sets the value of the hasPrimaries property.
|
void |
setHasSecondaries(java.lang.Boolean value)
Sets the value of the hasSecondaries property.
|
void |
setHasSkillset(java.lang.Boolean value)
Sets the value of the hasSkillset property.
|
void |
setPersonalDn(java.lang.String value)
Sets the value of the personalDn property.
|
void |
setPositionId(java.lang.String value)
Sets the value of the positionId property.
|
void |
setPrimeId(java.lang.String value)
Sets the value of the primeId property.
|
void |
setReferedByTf(java.lang.Boolean value)
Sets the value of the referedByTf property.
|
void |
setReferedByTfv(java.lang.Boolean value)
Sets the value of the referedByTfv property.
|
void |
setSecondaryDn(java.lang.String value)
Sets the value of the secondaryDn property.
|
void |
setSortKey(java.lang.String value)
Sets the value of the sortKey property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setTemplateId(java.lang.String value)
Sets the value of the templateId property.
|
void |
setTnName(java.lang.String value)
Sets the value of the tnName property.
|
void |
setViewScope(java.lang.String value)
Sets the value of the viewScope property.
|
public java.lang.String getTemplateId()
Stringpublic void setTemplateId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPositionId()
Stringpublic void setPositionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTnName()
Stringpublic void setTnName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getChangeId()
Stringpublic void setChangeId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSortKey()
Stringpublic void setSortKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayTemplate()
Stringpublic void setDisplayTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isHasSkillset()
Booleanpublic void setHasSkillset(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isHasPrimaries()
Booleanpublic void setHasPrimaries(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isHasSecondaries()
Booleanpublic void setHasSecondaries(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isReferedByTf()
Booleanpublic void setReferedByTf(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isReferedByTfv()
Booleanpublic void setReferedByTfv(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getViewScope()
Stringpublic void setViewScope(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonalDn()
Stringpublic void setPersonalDn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecondaryDn()
Stringpublic void setSecondaryDn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrimeId()
Stringpublic void setPrimeId(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.