Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


oracle.axia.apps.vpn.configuration.beans
Class CallEngineType

java.lang.Object
  extended by oracle.axia.apps.vpn.configuration.beans.CallEngineType


public class CallEngineType
extends java.lang.Object

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

presence

protected PresenceType presence

imsList

protected ImsListType imsList

inList

protected InListType inList

Constructor Detail

CallEngineType

public CallEngineType()

Method Detail

getPresence

public PresenceType getPresence()
Gets the value of the presence property.
Returns:
possible object is PresenceType

setPresence

public void setPresence(PresenceType value)
Sets the value of the presence property.
Parameters:
value - allowed object is PresenceType

getImsList

public ImsListType getImsList()
Gets the value of the imsList property.
Returns:
possible object is ImsListType

setImsList

public void setImsList(ImsListType value)
Sets the value of the imsList property.
Parameters:
value - allowed object is ImsListType

getInList

public InListType getInList()
Gets the value of the inList property.
Returns:
possible object is InListType

setInList

public void setInList(InListType value)
Sets the value of the inList property.
Parameters:
value - allowed object is InListType

Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


Copyright © 2011, Oracle. All rights reserved.