hp.opencall.media.sms.tl2
Class SMSStatusRepPDU

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

public class SMSStatusRepPDU
extends PDU

protocol description unit.


Constructor Summary
SMSStatusRepPDU()
          Constructor
 
Method Summary
 Parameter getCallingLineIdentity()
           
 byte[] getCallingLineIdentityValue()
           
 Parameter getDateAndTime()
           
 byte[] getDateAndTimeValue()
           
 Parameter getDisplayInformation()
           
 byte[] getDisplayInformationValue()
           
 Parameter getFirmwareVersion()
           
 byte[] getFirmwareVersionValue()
           
 Parameter getMediaIdentifier()
           
 byte getMediaIdentifierValue()
           
 Parameter getNotify()
           
 byte[] getNotifyValue()
           
 Parameter getReasonForAbscenceOfCli()
           
 byte getReasonForAbscenceOfCliValue()
           
 Parameter getSmsProviderIdentifier()
           
 byte[] getSmsProviderIdentifierValue()
           
 void setCallingLineIdentityValue(byte[] value)
           
 void setDateAndTimeValue(byte[] value)
           
 void setDisplayInformationValue(byte[] value)
           
 void setFirmwareVersionValue(byte[] value)
           
 void setMediaIdentifierValue(byte value)
           
 void setNotifyValue(byte[] value)
           
 void setReasonForAbscenceOfCliValue(byte value)
           
 void setSmsProviderIdentifierValue(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

SMSStatusRepPDU

public SMSStatusRepPDU()
Constructor

Method Detail

getMediaIdentifier

public Parameter getMediaIdentifier()

getFirmwareVersion

public Parameter getFirmwareVersion()

getSmsProviderIdentifier

public Parameter getSmsProviderIdentifier()

getDisplayInformation

public Parameter getDisplayInformation()

getDateAndTime

public Parameter getDateAndTime()

getCallingLineIdentity

public Parameter getCallingLineIdentity()

getReasonForAbscenceOfCli

public Parameter getReasonForAbscenceOfCli()

getNotify

public Parameter getNotify()

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

getDateAndTimeValue

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

getCallingLineIdentityValue

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

getReasonForAbscenceOfCliValue

public byte getReasonForAbscenceOfCliValue()
                                    throws PDUException
Throws:
PDUException

getNotifyValue

public byte[] getNotifyValue()
                      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

setDateAndTimeValue

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

setCallingLineIdentityValue

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

setReasonForAbscenceOfCliValue

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

setNotifyValue

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