|
Oracle Communications Service Broker SVC and VPN MBean Java API Reference 6.0 E26226-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.axia.apps.vpn.configuration.beans.CallEngineType
public class CallEngineType
Java class for callEngineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="callEngineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="presence" type="{http://xmls.oracle.com/axia/apps/vpn/config}presenceType"/>
<element name="imsList" type="{http://xmls.oracle.com/axia/apps/vpn/config}imsListType"/>
<element name="inList" type="{http://xmls.oracle.com/axia/apps/vpn/config}inListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ImsListType |
imsList |
protected InListType |
inList |
protected PresenceType |
presence |
| Constructor Summary | |
|---|---|
CallEngineType() |
|
| Method Summary | |
|---|---|
ImsListType |
getImsList()Gets the value of the imsList property. |
InListType |
getInList()Gets the value of the inList property. |
PresenceType |
getPresence()Gets the value of the presence property. |
void |
setImsList(ImsListType value)Sets the value of the imsList property. |
void |
setInList(InListType value)Sets the value of the inList property. |
void |
setPresence(PresenceType value)Sets the value of the presence property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PresenceType presence
protected ImsListType imsList
protected InListType inList
| Constructor Detail |
|---|
public CallEngineType()
| Method Detail |
|---|
public PresenceType getPresence()
PresenceTypepublic void setPresence(PresenceType value)
value - allowed object is PresenceTypepublic ImsListType getImsList()
ImsListTypepublic void setImsList(ImsListType value)
value - allowed object is ImsListTypepublic InListType getInList()
InListTypepublic void setInList(InListType value)
value - allowed object is InListType
|
Oracle Communications Service Broker SVC and VPN MBean Java API Reference 6.0 E26226-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||