|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.ContactCapabilities
public class ContactCapabilities
Java class for contactCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactCapabilities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="canAddParty" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canBargeIn" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canDrop" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetAttachedData" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetCallingTerminal" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetIntrinsics" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetInstantMessages" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetLastRedirectedAddress" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetOriginalDestination" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetUUI" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canObserve" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canSetAttachedData" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canSetIntrinsics" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canSetUUI" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canWhisper" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ContactCapabilities()
|
Method Summary | |
---|---|
boolean |
isCanAddParty()
Gets the value of the canAddParty property. |
boolean |
isCanBargeIn()
Gets the value of the canBargeIn property. |
boolean |
isCanDrop()
Gets the value of the canDrop property. |
boolean |
isCanGetAttachedData()
Gets the value of the canGetAttachedData property. |
boolean |
isCanGetCallingTerminal()
Gets the value of the canGetCallingTerminal property. |
boolean |
isCanGetInstantMessages()
Gets the value of the canGetInstantMessages property. |
boolean |
isCanGetIntrinsics()
Gets the value of the canGetIntrinsics property. |
boolean |
isCanGetLastRedirectedAddress()
Gets the value of the canGetLastRedirectedAddress property. |
boolean |
isCanGetOriginalDestination()
Gets the value of the canGetOriginalDestination property. |
boolean |
isCanGetUUI()
Gets the value of the canGetUUI property. |
boolean |
isCanObserve()
Gets the value of the canObserve property. |
boolean |
isCanSetAttachedData()
Gets the value of the canSetAttachedData property. |
boolean |
isCanSetIntrinsics()
Gets the value of the canSetIntrinsics property. |
boolean |
isCanSetUUI()
Gets the value of the canSetUUI property. |
boolean |
isCanWhisper()
Gets the value of the canWhisper property. |
void |
setCanAddParty(boolean value)
Sets the value of the canAddParty property. |
void |
setCanBargeIn(boolean value)
Sets the value of the canBargeIn property. |
void |
setCanDrop(boolean value)
Sets the value of the canDrop property. |
void |
setCanGetAttachedData(boolean value)
Sets the value of the canGetAttachedData property. |
void |
setCanGetCallingTerminal(boolean value)
Sets the value of the canGetCallingTerminal property. |
void |
setCanGetInstantMessages(boolean value)
Sets the value of the canGetInstantMessages property. |
void |
setCanGetIntrinsics(boolean value)
Sets the value of the canGetIntrinsics property. |
void |
setCanGetLastRedirectedAddress(boolean value)
Sets the value of the canGetLastRedirectedAddress property. |
void |
setCanGetOriginalDestination(boolean value)
Sets the value of the canGetOriginalDestination property. |
void |
setCanGetUUI(boolean value)
Sets the value of the canGetUUI property. |
void |
setCanObserve(boolean value)
Sets the value of the canObserve property. |
void |
setCanSetAttachedData(boolean value)
Sets the value of the canSetAttachedData property. |
void |
setCanSetIntrinsics(boolean value)
Sets the value of the canSetIntrinsics property. |
void |
setCanSetUUI(boolean value)
Sets the value of the canSetUUI property. |
void |
setCanWhisper(boolean value)
Sets the value of the canWhisper property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactCapabilities()
Method Detail |
---|
public boolean isCanAddParty()
public void setCanAddParty(boolean value)
public boolean isCanBargeIn()
public void setCanBargeIn(boolean value)
public boolean isCanDrop()
public void setCanDrop(boolean value)
public boolean isCanGetAttachedData()
public void setCanGetAttachedData(boolean value)
public boolean isCanGetCallingTerminal()
public void setCanGetCallingTerminal(boolean value)
public boolean isCanGetIntrinsics()
public void setCanGetIntrinsics(boolean value)
public boolean isCanGetInstantMessages()
public void setCanGetInstantMessages(boolean value)
public boolean isCanGetLastRedirectedAddress()
public void setCanGetLastRedirectedAddress(boolean value)
public boolean isCanGetOriginalDestination()
public void setCanGetOriginalDestination(boolean value)
public boolean isCanGetUUI()
public void setCanGetUUI(boolean value)
public boolean isCanObserve()
public void setCanObserve(boolean value)
public boolean isCanSetAttachedData()
public void setCanSetAttachedData(boolean value)
public boolean isCanSetIntrinsics()
public void setCanSetIntrinsics(boolean value)
public boolean isCanSetUUI()
public void setCanSetUUI(boolean value)
public boolean isCanWhisper()
public void setCanWhisper(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |