|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nortel.soa.oi.cct.types.RoutePointConnectionCapabilities
public class RoutePointConnectionCapabilities
Java class for routePointConnectionCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="routePointConnectionCapabilities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="canGiveMusic" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGiveRingBack" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGiveSilence" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canRoute" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canRetrieveContact" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGetRetrieverAddress" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canSetRetrieveStatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGiveIvr" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGiveRan" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGiveOverflow" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="canGiveBusy" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RoutePointConnectionCapabilities()
|
Method Summary | |
---|---|
boolean |
isCanGetRetrieverAddress()
Gets the value of the canGetRetrieverAddress property. |
boolean |
isCanGiveBusy()
Gets the value of the canGiveBusy property. |
boolean |
isCanGiveIvr()
Gets the value of the canGiveIvr property. |
boolean |
isCanGiveMusic()
Gets the value of the canGiveMusic property. |
boolean |
isCanGiveOverflow()
Gets the value of the canGiveOverflow property. |
boolean |
isCanGiveRan()
Gets the value of the canGiveRan property. |
boolean |
isCanGiveRingBack()
Gets the value of the canGiveRingBack property. |
boolean |
isCanGiveSilence()
Gets the value of the canGiveSilence property. |
boolean |
isCanRetrieveContact()
Gets the value of the canRetrieveContact property. |
boolean |
isCanRoute()
Gets the value of the canRoute property. |
boolean |
isCanSetRetrieveStatus()
Gets the value of the canSetRetrieveStatus property. |
void |
setCanGetRetrieverAddress(boolean value)
Sets the value of the canGetRetrieverAddress property. |
void |
setCanGiveBusy(boolean value)
Sets the value of the canGiveBusy property. |
void |
setCanGiveIvr(boolean value)
Sets the value of the canGiveIvr property. |
void |
setCanGiveMusic(boolean value)
Sets the value of the canGiveMusic property. |
void |
setCanGiveOverflow(boolean value)
Sets the value of the canGiveOverflow property. |
void |
setCanGiveRan(boolean value)
Sets the value of the canGiveRan property. |
void |
setCanGiveRingBack(boolean value)
Sets the value of the canGiveRingBack property. |
void |
setCanGiveSilence(boolean value)
Sets the value of the canGiveSilence property. |
void |
setCanRetrieveContact(boolean value)
Sets the value of the canRetrieveContact property. |
void |
setCanRoute(boolean value)
Sets the value of the canRoute property. |
void |
setCanSetRetrieveStatus(boolean value)
Sets the value of the canSetRetrieveStatus property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoutePointConnectionCapabilities()
Method Detail |
---|
public boolean isCanGiveMusic()
public void setCanGiveMusic(boolean value)
public boolean isCanGiveRingBack()
public void setCanGiveRingBack(boolean value)
public boolean isCanGiveSilence()
public void setCanGiveSilence(boolean value)
public boolean isCanRoute()
public void setCanRoute(boolean value)
public boolean isCanRetrieveContact()
public void setCanRetrieveContact(boolean value)
public boolean isCanGetRetrieverAddress()
public void setCanGetRetrieverAddress(boolean value)
public boolean isCanSetRetrieveStatus()
public void setCanSetRetrieveStatus(boolean value)
public boolean isCanGiveIvr()
public void setCanGiveIvr(boolean value)
public boolean isCanGiveRan()
public void setCanGiveRan(boolean value)
public boolean isCanGiveOverflow()
public void setCanGiveOverflow(boolean value)
public boolean isCanGiveBusy()
public void setCanGiveBusy(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |