Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
SipServerTypeMBean, SipServerTypeReadOnlyMBean

public class SipServerType
extends java.lang.Object
implements SipServerTypeMBean

Java class for SipServerType complex type.

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

 <complexType name="SipServerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="t1TimeoutInterval" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="t2TimeoutInterval" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="t4TimeoutInterval" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="timerBTimeoutInterval" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="timerFTimeoutInterval" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="serverHeaderInsertion" type="{http://xmlns.oracle.com/axia/sip-config}ServerHeaderInsertion"/>
         <element name="serverHeaderValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="defaultFormForHeaderInsertion" type="{http://xmlns.oracle.com/axia/sip-config}DefaultFormForHeaderInsertion"/>
         <element name="enableDNSServerLookup" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="enableRport" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="enableContactHeaderForNonReliableProvisionalResponse" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="globallyRoutableURI" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  DefaultFormForHeaderInsertion defaultFormForHeaderInsertion
           
protected  boolean enableContactHeaderForNonReliableProvisionalResponse
           
protected  boolean enableDNSServerLookup
           
protected  boolean enableRport
           
protected  java.lang.String globallyRoutableURI
           
protected  ServerHeaderInsertion serverHeaderInsertion
           
protected  java.lang.String serverHeaderValue
           
protected  long t1TimeoutInterval
           
protected  long t2TimeoutInterval
           
protected  long t4TimeoutInterval
           
protected  long timerBTimeoutInterval
           
protected  long timerFTimeoutInterval
           

 

Constructor Summary
SipServerType()
          Default Constructor
SipServerType(long t1TimeoutInterval, long t2TimeoutInterval, long t4TimeoutInterval, long timerBTimeoutInterval, long timerFTimeoutInterval, ServerHeaderInsertion serverHeaderInsertion, java.lang.String serverHeaderValue, DefaultFormForHeaderInsertion defaultFormForHeaderInsertion, boolean enableDNSServerLookup, boolean enableRport, boolean enableContactHeaderForNonReliableProvisionalResponse, java.lang.String globallyRoutableURI)
           

 

Method Summary
 DefaultFormForHeaderInsertion getDefaultFormForHeaderInsertion()
          Gets the value of the defaultFormForHeaderInsertion property.
 DefaultFormForHeaderInsertionMBean getDefaultFormForHeaderInsertionMBean()
          Get the value of the DefaultFormForHeaderInsertion element
 java.lang.String getDefaultFormForHeaderInsertionValue()
           
 java.lang.String getGloballyRoutableURI()
          Gets the value of the globallyRoutableURI property.
 ServerHeaderInsertion getServerHeaderInsertion()
          Gets the value of the serverHeaderInsertion property.
 ServerHeaderInsertionMBean getServerHeaderInsertionMBean()
          Get the value of the ServerHeaderInsertion element
 java.lang.String getServerHeaderInsertionValue()
           
 java.lang.String getServerHeaderValue()
          Gets the value of the serverHeaderValue property.
 long getT1TimeoutInterval()
          Gets the value of the t1TimeoutInterval property.
 long getT2TimeoutInterval()
          Gets the value of the t2TimeoutInterval property.
 long getT4TimeoutInterval()
          Gets the value of the t4TimeoutInterval property.
 long getTimerBTimeoutInterval()
          Gets the value of the timerBTimeoutInterval property.
 long getTimerFTimeoutInterval()
          Gets the value of the timerFTimeoutInterval property.
 boolean isEnableContactHeaderForNonReliableProvisionalResponse()
          Gets the value of the enableContactHeaderForNonReliableProvisionalResponse property.
 boolean isEnableDNSServerLookup()
          Gets the value of the enableDNSServerLookup property.
 boolean isEnableRport()
          Gets the value of the enableRport property.
 void setDefaultFormForHeaderInsertion(DefaultFormForHeaderInsertion value)
          Sets the value of the defaultFormForHeaderInsertion property.
 void setDefaultFormForHeaderInsertionMBean(DefaultFormForHeaderInsertionMBean val)
          Set the value of the DefaultFormForHeaderInsertion element
 void setDefaultFormForHeaderInsertionValue(java.lang.String value)
          Set the value of defaultFormForHeaderInsertion
 void setEnableContactHeaderForNonReliableProvisionalResponse(boolean value)
          Sets the value of the enableContactHeaderForNonReliableProvisionalResponse property.
 void setEnableDNSServerLookup(boolean value)
          Sets the value of the enableDNSServerLookup property.
 void setEnableRport(boolean value)
          Sets the value of the enableRport property.
 void setGloballyRoutableURI(java.lang.String value)
          Sets the value of the globallyRoutableURI property.
 void setServerHeaderInsertion(ServerHeaderInsertion value)
          Sets the value of the serverHeaderInsertion property.
 void setServerHeaderInsertionMBean(ServerHeaderInsertionMBean val)
          Set the value of the ServerHeaderInsertion element
 void setServerHeaderInsertionValue(java.lang.String value)
          Set the value of serverHeaderInsertion
 void setServerHeaderValue(java.lang.String value)
          Sets the value of the serverHeaderValue property.
 void setT1TimeoutInterval(long value)
          Sets the value of the t1TimeoutInterval property.
 void setT2TimeoutInterval(long value)
          Sets the value of the t2TimeoutInterval property.
 void setT4TimeoutInterval(long value)
          Sets the value of the t4TimeoutInterval property.
 void setTimerBTimeoutInterval(long value)
          Sets the value of the timerBTimeoutInterval property.
 void setTimerFTimeoutInterval(long value)
          Sets the value of the timerFTimeoutInterval property.

 

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

 

Field Detail

t1TimeoutInterval

protected long t1TimeoutInterval

t2TimeoutInterval

protected long t2TimeoutInterval

t4TimeoutInterval

protected long t4TimeoutInterval

timerBTimeoutInterval

protected long timerBTimeoutInterval

timerFTimeoutInterval

protected long timerFTimeoutInterval

serverHeaderInsertion

protected ServerHeaderInsertion serverHeaderInsertion

serverHeaderValue

protected java.lang.String serverHeaderValue

defaultFormForHeaderInsertion

protected DefaultFormForHeaderInsertion defaultFormForHeaderInsertion

enableDNSServerLookup

protected boolean enableDNSServerLookup

enableRport

protected boolean enableRport

enableContactHeaderForNonReliableProvisionalResponse

protected boolean enableContactHeaderForNonReliableProvisionalResponse

globallyRoutableURI

protected java.lang.String globallyRoutableURI

Constructor Detail

SipServerType

public SipServerType()
Default Constructor

SipServerType

public SipServerType(long t1TimeoutInterval,
                     long t2TimeoutInterval,
                     long t4TimeoutInterval,
                     long timerBTimeoutInterval,
                     long timerFTimeoutInterval,
                     ServerHeaderInsertion serverHeaderInsertion,
                     java.lang.String serverHeaderValue,
                     DefaultFormForHeaderInsertion defaultFormForHeaderInsertion,
                     boolean enableDNSServerLookup,
                     boolean enableRport,
                     boolean enableContactHeaderForNonReliableProvisionalResponse,
                     java.lang.String globallyRoutableURI)

Method Detail

getT1TimeoutInterval

public long getT1TimeoutInterval()
Gets the value of the t1TimeoutInterval property.
Specified by:
getT1TimeoutInterval in interface SipServerTypeReadOnlyMBean

setT1TimeoutInterval

public void setT1TimeoutInterval(long value)
Sets the value of the t1TimeoutInterval property.
Specified by:
setT1TimeoutInterval in interface SipServerTypeMBean

getT2TimeoutInterval

public long getT2TimeoutInterval()
Gets the value of the t2TimeoutInterval property.
Specified by:
getT2TimeoutInterval in interface SipServerTypeReadOnlyMBean

setT2TimeoutInterval

public void setT2TimeoutInterval(long value)
Sets the value of the t2TimeoutInterval property.
Specified by:
setT2TimeoutInterval in interface SipServerTypeMBean

getT4TimeoutInterval

public long getT4TimeoutInterval()
Gets the value of the t4TimeoutInterval property.
Specified by:
getT4TimeoutInterval in interface SipServerTypeReadOnlyMBean

setT4TimeoutInterval

public void setT4TimeoutInterval(long value)
Sets the value of the t4TimeoutInterval property.
Specified by:
setT4TimeoutInterval in interface SipServerTypeMBean

getTimerBTimeoutInterval

public long getTimerBTimeoutInterval()
Gets the value of the timerBTimeoutInterval property.
Specified by:
getTimerBTimeoutInterval in interface SipServerTypeReadOnlyMBean

setTimerBTimeoutInterval

public void setTimerBTimeoutInterval(long value)
Sets the value of the timerBTimeoutInterval property.
Specified by:
setTimerBTimeoutInterval in interface SipServerTypeMBean

getTimerFTimeoutInterval

public long getTimerFTimeoutInterval()
Gets the value of the timerFTimeoutInterval property.
Specified by:
getTimerFTimeoutInterval in interface SipServerTypeReadOnlyMBean

setTimerFTimeoutInterval

public void setTimerFTimeoutInterval(long value)
Sets the value of the timerFTimeoutInterval property.
Specified by:
setTimerFTimeoutInterval in interface SipServerTypeMBean

getServerHeaderInsertion

public ServerHeaderInsertion getServerHeaderInsertion()
Gets the value of the serverHeaderInsertion property.
Returns:
possible object is ServerHeaderInsertion

setServerHeaderInsertion

public void setServerHeaderInsertion(ServerHeaderInsertion value)
Sets the value of the serverHeaderInsertion property.
Parameters:
value - allowed object is ServerHeaderInsertion

getServerHeaderValue

public java.lang.String getServerHeaderValue()
Gets the value of the serverHeaderValue property.
Specified by:
getServerHeaderValue in interface SipServerTypeReadOnlyMBean
Returns:
possible object is String

setServerHeaderValue

public void setServerHeaderValue(java.lang.String value)
Sets the value of the serverHeaderValue property.
Specified by:
setServerHeaderValue in interface SipServerTypeMBean
Parameters:
value - allowed object is String

getDefaultFormForHeaderInsertion

public DefaultFormForHeaderInsertion getDefaultFormForHeaderInsertion()
Gets the value of the defaultFormForHeaderInsertion property.
Returns:
possible object is DefaultFormForHeaderInsertion

setDefaultFormForHeaderInsertion

public void setDefaultFormForHeaderInsertion(DefaultFormForHeaderInsertion value)
Sets the value of the defaultFormForHeaderInsertion property.
Parameters:
value - allowed object is DefaultFormForHeaderInsertion

isEnableDNSServerLookup

public boolean isEnableDNSServerLookup()
Gets the value of the enableDNSServerLookup property.
Specified by:
isEnableDNSServerLookup in interface SipServerTypeMBean

setEnableDNSServerLookup

public void setEnableDNSServerLookup(boolean value)
Sets the value of the enableDNSServerLookup property.
Specified by:
setEnableDNSServerLookup in interface SipServerTypeMBean

isEnableRport

public boolean isEnableRport()
Gets the value of the enableRport property.
Specified by:
isEnableRport in interface SipServerTypeMBean

setEnableRport

public void setEnableRport(boolean value)
Sets the value of the enableRport property.
Specified by:
setEnableRport in interface SipServerTypeMBean

isEnableContactHeaderForNonReliableProvisionalResponse

public boolean isEnableContactHeaderForNonReliableProvisionalResponse()
Gets the value of the enableContactHeaderForNonReliableProvisionalResponse property.
Specified by:
isEnableContactHeaderForNonReliableProvisionalResponse in interface SipServerTypeMBean

setEnableContactHeaderForNonReliableProvisionalResponse

public void setEnableContactHeaderForNonReliableProvisionalResponse(boolean value)
Sets the value of the enableContactHeaderForNonReliableProvisionalResponse property.
Specified by:
setEnableContactHeaderForNonReliableProvisionalResponse in interface SipServerTypeMBean

getGloballyRoutableURI

public java.lang.String getGloballyRoutableURI()
Gets the value of the globallyRoutableURI property.
Specified by:
getGloballyRoutableURI in interface SipServerTypeReadOnlyMBean
Returns:
possible object is String

setGloballyRoutableURI

public void setGloballyRoutableURI(java.lang.String value)
Sets the value of the globallyRoutableURI property.
Specified by:
setGloballyRoutableURI in interface SipServerTypeMBean
Parameters:
value - allowed object is String

setServerHeaderInsertionValue

public void setServerHeaderInsertionValue(java.lang.String value)
Set the value of serverHeaderInsertion
Specified by:
setServerHeaderInsertionValue in interface SipServerTypeMBean

getServerHeaderInsertionValue

public java.lang.String getServerHeaderInsertionValue()
Specified by:
getServerHeaderInsertionValue in interface SipServerTypeReadOnlyMBean

setDefaultFormForHeaderInsertionValue

public void setDefaultFormForHeaderInsertionValue(java.lang.String value)
Set the value of defaultFormForHeaderInsertion
Specified by:
setDefaultFormForHeaderInsertionValue in interface SipServerTypeMBean

getDefaultFormForHeaderInsertionValue

public java.lang.String getDefaultFormForHeaderInsertionValue()
Specified by:
getDefaultFormForHeaderInsertionValue in interface SipServerTypeReadOnlyMBean

getServerHeaderInsertionMBean

public ServerHeaderInsertionMBean getServerHeaderInsertionMBean()
Get the value of the ServerHeaderInsertion element
Specified by:
getServerHeaderInsertionMBean in interface SipServerTypeReadOnlyMBean

setServerHeaderInsertionMBean

public void setServerHeaderInsertionMBean(ServerHeaderInsertionMBean val)
Set the value of the ServerHeaderInsertion element
Specified by:
setServerHeaderInsertionMBean in interface SipServerTypeMBean

getDefaultFormForHeaderInsertionMBean

public DefaultFormForHeaderInsertionMBean getDefaultFormForHeaderInsertionMBean()
Get the value of the DefaultFormForHeaderInsertion element
Specified by:
getDefaultFormForHeaderInsertionMBean in interface SipServerTypeReadOnlyMBean

setDefaultFormForHeaderInsertionMBean

public void setDefaultFormForHeaderInsertionMBean(DefaultFormForHeaderInsertionMBean val)
Set the value of the DefaultFormForHeaderInsertion element
Specified by:
setDefaultFormForHeaderInsertionMBean in interface SipServerTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.