Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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


public class SMPPConfigType
extends java.lang.Object

Java class for SMPPConfigType complex type.

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

 <complexType name="SMPPConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="protocolVersion">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="3.4"/>
             </restriction>
           </simpleType>
         </element>
         <element name="eventTimeoutMs">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}int">
               <minInclusive value="1000"/>
             </restriction>
           </simpleType>
         </element>
         <element name="SMSC" type="{http://xmlns.oracle.com/axia/smpp-config}SMSCType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int eventTimeoutMs
           
protected  java.lang.String protocolVersion
           
protected  java.util.List<SMSCType> smsc
           

 

Constructor Summary
SMPPConfigType()
           

 

Method Summary
 int getEventTimeoutMs()
          Gets the value of the eventTimeoutMs property.
 java.lang.String getProtocolVersion()
          Gets the value of the protocolVersion property.
 java.util.List<SMSCType> getSMSC()
          Gets the value of the smsc property.
 void setEventTimeoutMs(int value)
          Sets the value of the eventTimeoutMs property.
 void setProtocolVersion(java.lang.String value)
          Sets the value of the protocolVersion property.

 

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

 

Field Detail

protocolVersion

protected java.lang.String protocolVersion

eventTimeoutMs

protected int eventTimeoutMs

smsc

protected java.util.List<SMSCType> smsc

Constructor Detail

SMPPConfigType

public SMPPConfigType()

Method Detail

getProtocolVersion

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

setProtocolVersion

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

getEventTimeoutMs

public int getEventTimeoutMs()
Gets the value of the eventTimeoutMs property.

setEventTimeoutMs

public void setEventTimeoutMs(int value)
Sets the value of the eventTimeoutMs property.

getSMSC

public java.util.List<SMSCType> getSMSC()
Gets the value of the smsc property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the smsc property.

For example, to add a new item, do as follows:

    getSMSC().add(newItem);
 

Objects of the following type(s) are allowed in the list SMSCType


Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.