hp.opencall.media.sms.tl2
Class SMTEStatusPDU

java.lang.Object
  extended byhp.opencall.media.sms.tl.PDU
      extended byhp.opencall.media.sms.tl2.PDU
          extended byhp.opencall.media.sms.tl2.SMTEStatusPDU

public class SMTEStatusPDU
extends PDU

protocol description unit.


Constructor Summary
SMTEStatusPDU()
          Constructor
 
Method Summary
 Parameter getCallingTerminalIdentity()
           
 byte getCallingTerminalIdentityValue()
           
 Parameter getFirmwareVersion()
           
 byte[] getFirmwareVersionValue()
           
 Parameter getSmsProviderIdentifier()
           
 byte[] getSmsProviderIdentifierValue()
           
 Parameter getSmteResources()
           
 byte[] getSmteResourcesValue()
           
 void setCallingTerminalIdentityValue(byte value)
           
 void setFirmwareVersionValue(byte[] value)
           
 void setSmsProviderIdentifierValue(byte[] value)
           
 void setSmteResourcesValue(byte[] value)
           
 
Methods inherited from class hp.opencall.media.sms.tl2.PDU
decodePDU, encodedPDU
 
Methods inherited from class hp.opencall.media.sms.tl.PDU
getSizeInByte, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMTEStatusPDU

public SMTEStatusPDU()
Constructor

Method Detail

getFirmwareVersion

public Parameter getFirmwareVersion()

getSmsProviderIdentifier

public Parameter getSmsProviderIdentifier()

getCallingTerminalIdentity

public Parameter getCallingTerminalIdentity()

getSmteResources

public Parameter getSmteResources()

getFirmwareVersionValue

public byte[] getFirmwareVersionValue()
                               throws PDUException
Throws:
PDUException

getSmsProviderIdentifierValue

public byte[] getSmsProviderIdentifierValue()
                                     throws PDUException
Throws:
PDUException

getCallingTerminalIdentityValue

public byte getCallingTerminalIdentityValue()
                                     throws PDUException
Throws:
PDUException

getSmteResourcesValue

public byte[] getSmteResourcesValue()
                             throws PDUException
Throws:
PDUException

setFirmwareVersionValue

public void setFirmwareVersionValue(byte[] value)
                             throws PDUException
Throws:
PDUException

setSmsProviderIdentifierValue

public void setSmsProviderIdentifierValue(byte[] value)
                                   throws PDUException
Throws:
PDUException

setCallingTerminalIdentityValue

public void setCallingTerminalIdentityValue(byte value)
                                     throws PDUException
Throws:
PDUException

setSmteResourcesValue

public void setSmteResourcesValue(byte[] value)
                           throws PDUException
Throws:
PDUException