hp.opencall.media.sms.tl1
Class SMSCommandPDU

java.lang.Object
  extended byhp.opencall.media.sms.tl.PDU
      extended byhp.opencall.media.sms.tl1.PDU
          extended byhp.opencall.media.sms.tl1.SMSCommandPDU

public class SMSCommandPDU
extends PDU

protocol description unit.


Constructor Summary
SMSCommandPDU()
          Constructor
 
Method Summary
 Parameter getToSrr()
           
 byte getToSrrValue()
           
 Parameter getTpCd()
           
 Parameter getTpCdl()
           
 byte getTpCdlValue()
           
 byte[] getTpCdValue()
           
 Parameter getTpCt()
           
 byte getTpCtValue()
           
 Parameter getTpDa()
           
 byte[] getTpDaValue()
           
 Parameter getTpMn()
           
 byte getTpMnValue()
           
 Parameter getTpMr()
           
 byte getTpMrValue()
           
 Parameter getTpMti()
           
 byte getTpMtiValue()
           
 Parameter getTpPid()
           
 byte getTpPidValue()
           
 Parameter getTpUdhi()
           
 byte getTpUdhiValue()
           
 void setToSrrValue(byte value)
           
 void setTpCdlValue(byte value)
           
 void setTpCdValue(byte[] value)
           
 void setTpCtValue(byte value)
           
 void setTpDaValue(byte[] value)
           
 void setTpMnValue(byte value)
           
 void setTpMrValue(byte value)
           
 void setTpMtiValue(byte value)
           
 void setTpPidValue(byte value)
           
 void setTpUdhiValue(byte value)
           
 
Methods inherited from class hp.opencall.media.sms.tl1.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

SMSCommandPDU

public SMSCommandPDU()
Constructor

Method Detail

getTpMti

public Parameter getTpMti()

getTpUdhi

public Parameter getTpUdhi()

getToSrr

public Parameter getToSrr()

getTpMr

public Parameter getTpMr()

getTpPid

public Parameter getTpPid()

getTpCt

public Parameter getTpCt()

getTpMn

public Parameter getTpMn()

getTpDa

public Parameter getTpDa()

getTpCdl

public Parameter getTpCdl()

getTpCd

public Parameter getTpCd()

getTpMtiValue

public byte getTpMtiValue()
                   throws PDUException
Throws:
PDUException

getTpUdhiValue

public byte getTpUdhiValue()
                    throws PDUException
Throws:
PDUException

getToSrrValue

public byte getToSrrValue()
                   throws PDUException
Throws:
PDUException

getTpMrValue

public byte getTpMrValue()
                  throws PDUException
Throws:
PDUException

getTpPidValue

public byte getTpPidValue()
                   throws PDUException
Throws:
PDUException

getTpCtValue

public byte getTpCtValue()
                  throws PDUException
Throws:
PDUException

getTpMnValue

public byte getTpMnValue()
                  throws PDUException
Throws:
PDUException

getTpDaValue

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

getTpCdlValue

public byte getTpCdlValue()
                   throws PDUException
Throws:
PDUException

getTpCdValue

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

setTpMtiValue

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

setTpUdhiValue

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

setToSrrValue

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

setTpMrValue

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

setTpPidValue

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

setTpCtValue

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

setTpMnValue

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

setTpDaValue

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

setTpCdlValue

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

setTpCdValue

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