Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
SIPPAConfigTypeMBean, SIPPAConfigTypeReadOnlyMBean

public class SIPPAConfigType
extends java.lang.Object
implements SIPPAConfigTypeMBean

Java class for SIPPAConfigType complex type.

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

 <complexType name="SIPPAConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sipPA" type="{http://xmlns.oracle.com/axia/sip-config}SipPAType"/>
         <element name="networkAccessPointSet" type="{http://xmlns.oracle.com/axia/sip-config}NetworkAccessPointSetType"/>
         <element name="connectionPoolSet" type="{http://xmlns.oracle.com/axia/sip-config}ConnectionPoolSetType"/>
         <element name="paMessageDebug" type="{http://xmlns.oracle.com/axia/sip-config}PAMessageDebugType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  ConnectionPoolSetType connectionPoolSet
           
protected  NetworkAccessPointSetType networkAccessPointSet
           
protected  PAMessageDebugType paMessageDebug
           
protected  SipPAType sipPA
           

 

Constructor Summary
SIPPAConfigType()
          Default Constructor
SIPPAConfigType(SipPAType sipPA, NetworkAccessPointSetType networkAccessPointSet, ConnectionPoolSetType connectionPoolSet, PAMessageDebugType paMessageDebug)
           

 

Method Summary
 ConnectionPoolSetType getConnectionPoolSet()
          Gets the value of the connectionPoolSet property.
 ConnectionPoolSetTypeMBean getConnectionPoolSetMBean()
          Get the value of the ConnectionPoolSetType element
 NetworkAccessPointSetType getNetworkAccessPointSet()
          Gets the value of the networkAccessPointSet property.
 NetworkAccessPointSetTypeMBean getNetworkAccessPointSetMBean()
          Get the value of the NetworkAccessPointSetType element
 PAMessageDebugType getPaMessageDebug()
          Gets the value of the paMessageDebug property.
 PAMessageDebugTypeMBean getPaMessageDebugMBean()
          Get the value of the PAMessageDebugType element
 SipPAType getSipPA()
          Gets the value of the sipPA property.
 SipPATypeMBean getSipPAMBean()
          Get the value of the SipPAType element
 void setConnectionPoolSet(ConnectionPoolSetType value)
          Sets the value of the connectionPoolSet property.
 void setConnectionPoolSetMBean(ConnectionPoolSetTypeMBean val)
          Set the value of the ConnectionPoolSetType element
 void setNetworkAccessPointSet(NetworkAccessPointSetType value)
          Sets the value of the networkAccessPointSet property.
 void setNetworkAccessPointSetMBean(NetworkAccessPointSetTypeMBean val)
          Set the value of the NetworkAccessPointSetType element
 void setPaMessageDebug(PAMessageDebugType value)
          Sets the value of the paMessageDebug property.
 void setPaMessageDebugMBean(PAMessageDebugTypeMBean val)
          Set the value of the PAMessageDebugType element
 void setSipPA(SipPAType value)
          Sets the value of the sipPA property.
 void setSipPAMBean(SipPATypeMBean val)
          Set the value of the SipPAType element

 

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

 

Field Detail

sipPA

protected SipPAType sipPA

networkAccessPointSet

protected NetworkAccessPointSetType networkAccessPointSet

connectionPoolSet

protected ConnectionPoolSetType connectionPoolSet

paMessageDebug

protected PAMessageDebugType paMessageDebug

Constructor Detail

SIPPAConfigType

public SIPPAConfigType()
Default Constructor

SIPPAConfigType

public SIPPAConfigType(SipPAType sipPA,
                       NetworkAccessPointSetType networkAccessPointSet,
                       ConnectionPoolSetType connectionPoolSet,
                       PAMessageDebugType paMessageDebug)

Method Detail

getSipPA

public SipPAType getSipPA()
Gets the value of the sipPA property.
Returns:
possible object is SipPAType

setSipPA

public void setSipPA(SipPAType value)
Sets the value of the sipPA property.
Parameters:
value - allowed object is SipPAType

getNetworkAccessPointSet

public NetworkAccessPointSetType getNetworkAccessPointSet()
Gets the value of the networkAccessPointSet property.
Returns:
possible object is NetworkAccessPointSetType

setNetworkAccessPointSet

public void setNetworkAccessPointSet(NetworkAccessPointSetType value)
Sets the value of the networkAccessPointSet property.
Parameters:
value - allowed object is NetworkAccessPointSetType

getConnectionPoolSet

public ConnectionPoolSetType getConnectionPoolSet()
Gets the value of the connectionPoolSet property.
Returns:
possible object is ConnectionPoolSetType

setConnectionPoolSet

public void setConnectionPoolSet(ConnectionPoolSetType value)
Sets the value of the connectionPoolSet property.
Parameters:
value - allowed object is ConnectionPoolSetType

getPaMessageDebug

public PAMessageDebugType getPaMessageDebug()
Gets the value of the paMessageDebug property.
Returns:
possible object is PAMessageDebugType

setPaMessageDebug

public void setPaMessageDebug(PAMessageDebugType value)
Sets the value of the paMessageDebug property.
Parameters:
value - allowed object is PAMessageDebugType

getSipPAMBean

public SipPATypeMBean getSipPAMBean()
Get the value of the SipPAType element
Specified by:
getSipPAMBean in interface SIPPAConfigTypeReadOnlyMBean

setSipPAMBean

public void setSipPAMBean(SipPATypeMBean val)
Set the value of the SipPAType element
Specified by:
setSipPAMBean in interface SIPPAConfigTypeMBean

getNetworkAccessPointSetMBean

public NetworkAccessPointSetTypeMBean getNetworkAccessPointSetMBean()
Get the value of the NetworkAccessPointSetType element
Specified by:
getNetworkAccessPointSetMBean in interface SIPPAConfigTypeReadOnlyMBean

setNetworkAccessPointSetMBean

public void setNetworkAccessPointSetMBean(NetworkAccessPointSetTypeMBean val)
Set the value of the NetworkAccessPointSetType element
Specified by:
setNetworkAccessPointSetMBean in interface SIPPAConfigTypeMBean

getConnectionPoolSetMBean

public ConnectionPoolSetTypeMBean getConnectionPoolSetMBean()
Get the value of the ConnectionPoolSetType element
Specified by:
getConnectionPoolSetMBean in interface SIPPAConfigTypeReadOnlyMBean

setConnectionPoolSetMBean

public void setConnectionPoolSetMBean(ConnectionPoolSetTypeMBean val)
Set the value of the ConnectionPoolSetType element
Specified by:
setConnectionPoolSetMBean in interface SIPPAConfigTypeMBean

getPaMessageDebugMBean

public PAMessageDebugTypeMBean getPaMessageDebugMBean()
Get the value of the PAMessageDebugType element
Specified by:
getPaMessageDebugMBean in interface SIPPAConfigTypeReadOnlyMBean

setPaMessageDebugMBean

public void setPaMessageDebugMBean(PAMessageDebugTypeMBean val)
Set the value of the PAMessageDebugType element
Specified by:
setPaMessageDebugMBean in interface SIPPAConfigTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.