Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.sip
Class SIPAPPConfigType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.sip.SIPAPPConfigType

All Implemented Interfaces:
SIPAPPConfigTypeMBean, SIPAPPConfigTypeReadOnlyMBean

public class SIPAPPConfigType
extends java.lang.Object
implements SIPAPPConfigTypeMBean

Java class for SIPAPPConfigType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SIPAPPConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sipServer" type="{http://xmlns.oracle.com/axia/sip-config}SipServerType"/>
         <element name="messageDebug" type="{http://xmlns.oracle.com/axia/sip-config}MessageDebugType"/>
         <element name="routeHeader" type="{http://xmlns.oracle.com/axia/sip-config}RouteHeaderType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  MessageDebugType messageDebug
           
protected  RouteHeaderType routeHeader
           
protected  SipServerType sipServer
           

 

Constructor Summary
SIPAPPConfigType()
          Default Constructor
SIPAPPConfigType(SipServerType sipServer, MessageDebugType messageDebug, RouteHeaderType routeHeader)
           

 

Method Summary
 MessageDebugType getMessageDebug()
          Gets the value of the messageDebug property.
 MessageDebugTypeMBean getMessageDebugMBean()
          Get the value of the MessageDebugType element
 RouteHeaderType getRouteHeader()
          Gets the value of the routeHeader property.
 RouteHeaderTypeMBean getRouteHeaderMBean()
          Get the value of the RouteHeaderType element
 SipServerType getSipServer()
          Gets the value of the sipServer property.
 SipServerTypeMBean getSipServerMBean()
          Get the value of the SipServerType element
 void setMessageDebug(MessageDebugType value)
          Sets the value of the messageDebug property.
 void setMessageDebugMBean(MessageDebugTypeMBean val)
          Set the value of the MessageDebugType element
 void setRouteHeader(RouteHeaderType value)
          Sets the value of the routeHeader property.
 void setRouteHeaderMBean(RouteHeaderTypeMBean val)
          Set the value of the RouteHeaderType element
 void setSipServer(SipServerType value)
          Sets the value of the sipServer property.
 void setSipServerMBean(SipServerTypeMBean val)
          Set the value of the SipServerType element

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

sipServer

protected SipServerType sipServer

messageDebug

protected MessageDebugType messageDebug

routeHeader

protected RouteHeaderType routeHeader

Constructor Detail

SIPAPPConfigType

public SIPAPPConfigType()
Default Constructor

SIPAPPConfigType

public SIPAPPConfigType(SipServerType sipServer,
                        MessageDebugType messageDebug,
                        RouteHeaderType routeHeader)

Method Detail

getSipServer

public SipServerType getSipServer()
Gets the value of the sipServer property.
Returns:
possible object is SipServerType

setSipServer

public void setSipServer(SipServerType value)
Sets the value of the sipServer property.
Parameters:
value - allowed object is SipServerType

getMessageDebug

public MessageDebugType getMessageDebug()
Gets the value of the messageDebug property.
Returns:
possible object is MessageDebugType

setMessageDebug

public void setMessageDebug(MessageDebugType value)
Sets the value of the messageDebug property.
Parameters:
value - allowed object is MessageDebugType

getRouteHeader

public RouteHeaderType getRouteHeader()
Gets the value of the routeHeader property.
Returns:
possible object is RouteHeaderType

setRouteHeader

public void setRouteHeader(RouteHeaderType value)
Sets the value of the routeHeader property.
Parameters:
value - allowed object is RouteHeaderType

getSipServerMBean

public SipServerTypeMBean getSipServerMBean()
Get the value of the SipServerType element
Specified by:
getSipServerMBean in interface SIPAPPConfigTypeReadOnlyMBean

setSipServerMBean

public void setSipServerMBean(SipServerTypeMBean val)
Set the value of the SipServerType element
Specified by:
setSipServerMBean in interface SIPAPPConfigTypeMBean

getMessageDebugMBean

public MessageDebugTypeMBean getMessageDebugMBean()
Get the value of the MessageDebugType element
Specified by:
getMessageDebugMBean in interface SIPAPPConfigTypeReadOnlyMBean

setMessageDebugMBean

public void setMessageDebugMBean(MessageDebugTypeMBean val)
Set the value of the MessageDebugType element
Specified by:
setMessageDebugMBean in interface SIPAPPConfigTypeMBean

getRouteHeaderMBean

public RouteHeaderTypeMBean getRouteHeaderMBean()
Get the value of the RouteHeaderType element
Specified by:
getRouteHeaderMBean in interface SIPAPPConfigTypeReadOnlyMBean

setRouteHeaderMBean

public void setRouteHeaderMBean(RouteHeaderTypeMBean val)
Set the value of the RouteHeaderType element
Specified by:
setRouteHeaderMBean in interface SIPAPPConfigTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.