|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.AgentPropertyInformation
public class AgentPropertyInformation
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"/> <element name="positionId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tnName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="changeId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sortKey" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="displayTemplate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hasSkillset" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="hasPrimaries" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="hasSecondaries" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="referedByTf" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="referedByTfv" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="viewScope" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="personalDn" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="secondaryDn" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="primeId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AgentPropertyInformation()
|
Method Summary | |
---|---|
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. |
boolean |
isHasPrimaries()
Gets the value of the hasPrimaries property. |
boolean |
isHasSecondaries()
Gets the value of the hasSecondaries property. |
boolean |
isHasSkillset()
Gets the value of the hasSkillset property. |
boolean |
isReferedByTf()
Gets the value of the referedByTf property. |
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(boolean value)
Sets the value of the hasPrimaries property. |
void |
setHasSecondaries(boolean value)
Sets the value of the hasSecondaries property. |
void |
setHasSkillset(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(boolean value)
Sets the value of the referedByTf property. |
void |
setReferedByTfv(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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentPropertyInformation()
Method Detail |
---|
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 boolean isHasSkillset()
public void setHasSkillset(boolean value)
public boolean isHasPrimaries()
public void setHasPrimaries(boolean value)
public boolean isHasSecondaries()
public void setHasSecondaries(boolean value)
public boolean isReferedByTf()
public void setReferedByTf(boolean value)
public boolean isReferedByTfv()
public void setReferedByTfv(boolean value)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |