Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.smpp
Class SMSCType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.smpp.SMSCType


public class SMSCType
extends java.lang.Object

Java class for SMSCType complex type.

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

 <complexType name="SMSCType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SMSCId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="smscAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="smscPort">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="1"/>
               <maxInclusive value="65535"/>
             </restriction>
           </simpleType>
         </element>
         <element name="esmeSystemId">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="0"/>
               <maxLength value="16"/>
             </restriction>
           </simpleType>
         </element>
         <element name="esmeCredentialKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="esmeSystemType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="0"/>
               <maxLength value="13"/>
             </restriction>
           </simpleType>
         </element>
         <element name="esmeAddressTon">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="-1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="esmeAddressNpi">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="-1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="esmeAddressRange" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="localAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="localPort">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="-1"/>
               <maxInclusive value="65535"/>
             </restriction>
           </simpleType>
         </element>
         <element name="bindType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="TRANSCEIVER"/>
               <enumeration value="TRANSMITTER"/>
               <enumeration value="RECEIVER"/>
             </restriction>
           </simpleType>
         </element>
         <element name="connectionPoolSize">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="1"/>
               <maxInclusive value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="connectTimerSec">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="requestTimeoutMs">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="1000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="enquireLinkTimerSec">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="windowSize">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="connectionAcquireTimeoutMs">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minExclusive value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="target" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.lang.String bindType
           
protected  int connectionAcquireTimeoutMs
           
protected  int connectionPoolSize
           
protected  int connectTimerSec
           
protected  int enquireLinkTimerSec
           
protected  int esmeAddressNpi
           
protected  java.lang.String esmeAddressRange
           
protected  int esmeAddressTon
           
protected  java.lang.String esmeCredentialKey
           
protected  java.lang.String esmeSystemId
           
protected  java.lang.String esmeSystemType
           
protected  java.lang.String localAddress
           
protected  int localPort
           
protected  int requestTimeoutMs
           
protected  java.lang.String smscAddress
           
protected  java.lang.String smscId
           
protected  int smscPort
           
protected  java.lang.String target
           
protected  int windowSize
           

 

Constructor Summary
SMSCType()
           

 

Method Summary
 java.lang.String getBindType()
          Gets the value of the bindType property.
 int getConnectionAcquireTimeoutMs()
          Gets the value of the connectionAcquireTimeoutMs property.
 int getConnectionPoolSize()
          Gets the value of the connectionPoolSize property.
 int getConnectTimerSec()
          Gets the value of the connectTimerSec property.
 int getEnquireLinkTimerSec()
          Gets the value of the enquireLinkTimerSec property.
 int getEsmeAddressNpi()
          Gets the value of the esmeAddressNpi property.
 java.lang.String getEsmeAddressRange()
          Gets the value of the esmeAddressRange property.
 int getEsmeAddressTon()
          Gets the value of the esmeAddressTon property.
 java.lang.String getEsmeCredentialKey()
          Gets the value of the esmeCredentialKey property.
 java.lang.String getEsmeSystemId()
          Gets the value of the esmeSystemId property.
 java.lang.String getEsmeSystemType()
          Gets the value of the esmeSystemType property.
 java.lang.String getLocalAddress()
          Gets the value of the localAddress property.
 int getLocalPort()
          Gets the value of the localPort property.
 int getRequestTimeoutMs()
          Gets the value of the requestTimeoutMs property.
 java.lang.String getSmscAddress()
          Gets the value of the smscAddress property.
 java.lang.String getSMSCId()
          Gets the value of the smscId property.
 int getSmscPort()
          Gets the value of the smscPort property.
 java.lang.String getTarget()
          Gets the value of the target property.
 int getWindowSize()
          Gets the value of the windowSize property.
 void setBindType(java.lang.String value)
          Sets the value of the bindType property.
 void setConnectionAcquireTimeoutMs(int value)
          Sets the value of the connectionAcquireTimeoutMs property.
 void setConnectionPoolSize(int value)
          Sets the value of the connectionPoolSize property.
 void setConnectTimerSec(int value)
          Sets the value of the connectTimerSec property.
 void setEnquireLinkTimerSec(int value)
          Sets the value of the enquireLinkTimerSec property.
 void setEsmeAddressNpi(int value)
          Sets the value of the esmeAddressNpi property.
 void setEsmeAddressRange(java.lang.String value)
          Sets the value of the esmeAddressRange property.
 void setEsmeAddressTon(int value)
          Sets the value of the esmeAddressTon property.
 void setEsmeCredentialKey(java.lang.String value)
          Sets the value of the esmeCredentialKey property.
 void setEsmeSystemId(java.lang.String value)
          Sets the value of the esmeSystemId property.
 void setEsmeSystemType(java.lang.String value)
          Sets the value of the esmeSystemType property.
 void setLocalAddress(java.lang.String value)
          Sets the value of the localAddress property.
 void setLocalPort(int value)
          Sets the value of the localPort property.
 void setRequestTimeoutMs(int value)
          Sets the value of the requestTimeoutMs property.
 void setSmscAddress(java.lang.String value)
          Sets the value of the smscAddress property.
 void setSMSCId(java.lang.String value)
          Sets the value of the smscId property.
 void setSmscPort(int value)
          Sets the value of the smscPort property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setWindowSize(int value)
          Sets the value of the windowSize property.

 

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

 

Field Detail

smscId

protected java.lang.String smscId

smscAddress

protected java.lang.String smscAddress

smscPort

protected int smscPort

esmeSystemId

protected java.lang.String esmeSystemId

esmeCredentialKey

protected java.lang.String esmeCredentialKey

esmeSystemType

protected java.lang.String esmeSystemType

esmeAddressTon

protected int esmeAddressTon

esmeAddressNpi

protected int esmeAddressNpi

esmeAddressRange

protected java.lang.String esmeAddressRange

localAddress

protected java.lang.String localAddress

localPort

protected int localPort

bindType

protected java.lang.String bindType

connectionPoolSize

protected int connectionPoolSize

connectTimerSec

protected int connectTimerSec

requestTimeoutMs

protected int requestTimeoutMs

enquireLinkTimerSec

protected int enquireLinkTimerSec

windowSize

protected int windowSize

connectionAcquireTimeoutMs

protected int connectionAcquireTimeoutMs

target

protected java.lang.String target

Constructor Detail

SMSCType

public SMSCType()

Method Detail

getSMSCId

public java.lang.String getSMSCId()
Gets the value of the smscId property.
Returns:
possible object is String

setSMSCId

public void setSMSCId(java.lang.String value)
Sets the value of the smscId property.
Parameters:
value - allowed object is String

getSmscAddress

public java.lang.String getSmscAddress()
Gets the value of the smscAddress property.
Returns:
possible object is String

setSmscAddress

public void setSmscAddress(java.lang.String value)
Sets the value of the smscAddress property.
Parameters:
value - allowed object is String

getSmscPort

public int getSmscPort()
Gets the value of the smscPort property.

setSmscPort

public void setSmscPort(int value)
Sets the value of the smscPort property.

getEsmeSystemId

public java.lang.String getEsmeSystemId()
Gets the value of the esmeSystemId property.
Returns:
possible object is String

setEsmeSystemId

public void setEsmeSystemId(java.lang.String value)
Sets the value of the esmeSystemId property.
Parameters:
value - allowed object is String

getEsmeCredentialKey

public java.lang.String getEsmeCredentialKey()
Gets the value of the esmeCredentialKey property.
Returns:
possible object is String

setEsmeCredentialKey

public void setEsmeCredentialKey(java.lang.String value)
Sets the value of the esmeCredentialKey property.
Parameters:
value - allowed object is String

getEsmeSystemType

public java.lang.String getEsmeSystemType()
Gets the value of the esmeSystemType property.
Returns:
possible object is String

setEsmeSystemType

public void setEsmeSystemType(java.lang.String value)
Sets the value of the esmeSystemType property.
Parameters:
value - allowed object is String

getEsmeAddressTon

public int getEsmeAddressTon()
Gets the value of the esmeAddressTon property.

setEsmeAddressTon

public void setEsmeAddressTon(int value)
Sets the value of the esmeAddressTon property.

getEsmeAddressNpi

public int getEsmeAddressNpi()
Gets the value of the esmeAddressNpi property.

setEsmeAddressNpi

public void setEsmeAddressNpi(int value)
Sets the value of the esmeAddressNpi property.

getEsmeAddressRange

public java.lang.String getEsmeAddressRange()
Gets the value of the esmeAddressRange property.
Returns:
possible object is String

setEsmeAddressRange

public void setEsmeAddressRange(java.lang.String value)
Sets the value of the esmeAddressRange property.
Parameters:
value - allowed object is String

getLocalAddress

public java.lang.String getLocalAddress()
Gets the value of the localAddress property.
Returns:
possible object is String

setLocalAddress

public void setLocalAddress(java.lang.String value)
Sets the value of the localAddress property.
Parameters:
value - allowed object is String

getLocalPort

public int getLocalPort()
Gets the value of the localPort property.

setLocalPort

public void setLocalPort(int value)
Sets the value of the localPort property.

getBindType

public java.lang.String getBindType()
Gets the value of the bindType property.
Returns:
possible object is String

setBindType

public void setBindType(java.lang.String value)
Sets the value of the bindType property.
Parameters:
value - allowed object is String

getConnectionPoolSize

public int getConnectionPoolSize()
Gets the value of the connectionPoolSize property.

setConnectionPoolSize

public void setConnectionPoolSize(int value)
Sets the value of the connectionPoolSize property.

getConnectTimerSec

public int getConnectTimerSec()
Gets the value of the connectTimerSec property.

setConnectTimerSec

public void setConnectTimerSec(int value)
Sets the value of the connectTimerSec property.

getRequestTimeoutMs

public int getRequestTimeoutMs()
Gets the value of the requestTimeoutMs property.

setRequestTimeoutMs

public void setRequestTimeoutMs(int value)
Sets the value of the requestTimeoutMs property.

getEnquireLinkTimerSec

public int getEnquireLinkTimerSec()
Gets the value of the enquireLinkTimerSec property.

setEnquireLinkTimerSec

public void setEnquireLinkTimerSec(int value)
Sets the value of the enquireLinkTimerSec property.

getWindowSize

public int getWindowSize()
Gets the value of the windowSize property.

setWindowSize

public void setWindowSize(int value)
Sets the value of the windowSize property.

getConnectionAcquireTimeoutMs

public int getConnectionAcquireTimeoutMs()
Gets the value of the connectionAcquireTimeoutMs property.

setConnectionAcquireTimeoutMs

public void setConnectionAcquireTimeoutMs(int value)
Sets the value of the connectionAcquireTimeoutMs property.

getTarget

public java.lang.String getTarget()
Gets the value of the target property.
Returns:
possible object is String

setTarget

public void setTarget(java.lang.String value)
Sets the value of the target property.
Parameters:
value - allowed object is String

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.