|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.ConnectionCapabilities
public class ConnectionCapabilities
Java class for connectionCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="connectionCapabilities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="canAccept" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canAlert" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canDisconnect" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canPark" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canRedirect" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canReject" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ConnectionCapabilities()
|
Method Summary | |
---|---|
boolean |
isCanAccept()
Gets the value of the canAccept property. |
boolean |
isCanAlert()
Gets the value of the canAlert property. |
boolean |
isCanDisconnect()
Gets the value of the canDisconnect property. |
boolean |
isCanPark()
Gets the value of the canPark property. |
boolean |
isCanRedirect()
Gets the value of the canRedirect property. |
boolean |
isCanReject()
Gets the value of the canReject property. |
void |
setCanAccept(boolean value)
Sets the value of the canAccept property. |
void |
setCanAlert(boolean value)
Sets the value of the canAlert property. |
void |
setCanDisconnect(boolean value)
Sets the value of the canDisconnect property. |
void |
setCanPark(boolean value)
Sets the value of the canPark property. |
void |
setCanRedirect(boolean value)
Sets the value of the canRedirect property. |
void |
setCanReject(boolean value)
Sets the value of the canReject property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionCapabilities()
Method Detail |
---|
public boolean isCanAccept()
public void setCanAccept(boolean value)
public boolean isCanAlert()
public void setCanAlert(boolean value)
public boolean isCanDisconnect()
public void setCanDisconnect(boolean value)
public boolean isCanPark()
public void setCanPark(boolean value)
public boolean isCanRedirect()
public void setCanRedirect(boolean value)
public boolean isCanReject()
public void setCanReject(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |