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()
String
public void setTemplateId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPositionId()
String
public void setPositionId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTnName()
String
public void setTnName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getChangeId()
String
public void setChangeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSortKey()
String
public void setSortKey(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayTemplate()
String
public void setDisplayTemplate(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isHasSkillset()
Boolean
public void setHasSkillset(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isHasPrimaries()
Boolean
public void setHasPrimaries(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isHasSecondaries()
Boolean
public void setHasSecondaries(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isReferedByTf()
Boolean
public void setReferedByTf(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isReferedByTfv()
Boolean
public void setReferedByTfv(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getViewScope()
String
public void setViewScope(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPersonalDn()
String
public void setPersonalDn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSecondaryDn()
String
public void setSecondaryDn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getState()
String
public void setState(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPrimeId()
String
public void setPrimeId(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.