hp.opencall.media.sms.tl2
Class SMSSubmitPDU

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

public class SMSSubmitPDU
extends PDU

protocol description unit.


Constructor Summary
SMSSubmitPDU()
          Constructor
 
Method Summary
 Parameter getCalledLineIdentity()
           
 byte[] getCalledLineIdentityValue()
           
 Parameter getCalledTerminalIdentity()
           
 byte getCalledTerminalIdentityValue()
           
 Parameter getCallingTerminalIdentity()
           
 byte getCallingTerminalIdentityValue()
           
 Parameter getDataInformation()
           
 byte[] getDataInformationValue()
           
 Parameter getDisplayInformation()
           
 byte[] getDisplayInformationValue()
           
 Parameter getFaxRecipientName()
           
 byte[] getFaxRecipientNameValue()
           
 Parameter getFirmwareVersion()
           
 byte[] getFirmwareVersionValue()
           
 Parameter getMailAddress()
           
 byte[] getMailAddressValue()
           
 Parameter getMediaIdentifier()
           
 byte getMediaIdentifierValue()
           
 Parameter getNotify()
           
 byte[] getNotifyValue()
           
 Parameter getPublicKey()
           
 byte[] getPublicKeyValue()
           
 Parameter getReplaceShortMessageType()
           
 byte getReplaceShortMessageTypeValue()
           
 Parameter getSmsProviderIdentifier()
           
 byte[] getSmsProviderIdentifierValue()
           
 Parameter getValidityPeriod()
           
 byte getValidityPeriodValue()
           
 void setCalledLineIdentityValue(byte[] value)
           
 void setCalledTerminalIdentityValue(byte value)
           
 void setCallingTerminalIdentityValue(byte value)
           
 void setDataInformationValue(byte[] value)
           
 void setDisplayInformationValue(byte[] value)
           
 void setFaxRecipientNameValue(byte[] value)
           
 void setFirmwareVersionValue(byte[] value)
           
 void setMailAddressValue(byte[] value)
           
 void setMediaIdentifierValue(byte value)
           
 void setNotifyValue(byte[] value)
           
 void setPublicKeyValue(byte[] value)
           
 void setReplaceShortMessageTypeValue(byte value)
           
 void setSmsProviderIdentifierValue(byte[] value)
           
 void setValidityPeriodValue(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

SMSSubmitPDU

public SMSSubmitPDU()
Constructor

Method Detail

getMediaIdentifier

public Parameter getMediaIdentifier()

getFirmwareVersion

public Parameter getFirmwareVersion()

getSmsProviderIdentifier

public Parameter getSmsProviderIdentifier()

getDisplayInformation

public Parameter getDisplayInformation()

getDataInformation

public Parameter getDataInformation()

getCallingTerminalIdentity

public Parameter getCallingTerminalIdentity()

getCalledLineIdentity

public Parameter getCalledLineIdentity()

getCalledTerminalIdentity

public Parameter getCalledTerminalIdentity()

getMailAddress

public Parameter getMailAddress()

getFaxRecipientName

public Parameter getFaxRecipientName()

getNotify

public Parameter getNotify()

getPublicKey

public Parameter getPublicKey()

getReplaceShortMessageType

public Parameter getReplaceShortMessageType()

getValidityPeriod

public Parameter getValidityPeriod()

getMediaIdentifierValue

public byte getMediaIdentifierValue()
                             throws PDUException
Throws:
PDUException

getFirmwareVersionValue

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

getSmsProviderIdentifierValue

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

getDisplayInformationValue

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

getDataInformationValue

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

getCallingTerminalIdentityValue

public byte getCallingTerminalIdentityValue()
                                     throws PDUException
Throws:
PDUException

getCalledLineIdentityValue

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

getCalledTerminalIdentityValue

public byte getCalledTerminalIdentityValue()
                                    throws PDUException
Throws:
PDUException

getMailAddressValue

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

getFaxRecipientNameValue

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

getNotifyValue

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

getPublicKeyValue

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

getReplaceShortMessageTypeValue

public byte getReplaceShortMessageTypeValue()
                                     throws PDUException
Throws:
PDUException

getValidityPeriodValue

public byte getValidityPeriodValue()
                            throws PDUException
Throws:
PDUException

setMediaIdentifierValue

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

setFirmwareVersionValue

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

setSmsProviderIdentifierValue

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

setDisplayInformationValue

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

setDataInformationValue

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

setCallingTerminalIdentityValue

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

setCalledLineIdentityValue

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

setCalledTerminalIdentityValue

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

setMailAddressValue

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

setFaxRecipientNameValue

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

setNotifyValue

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

setPublicKeyValue

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

setReplaceShortMessageTypeValue

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

setValidityPeriodValue

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