org.jsmpp.bean
Class OptionalParameter.Byte

java.lang.Object
  extended by org.jsmpp.bean.OptionalParameter
      extended by org.jsmpp.bean.OptionalParameter.Byte
Enclosing class:
OptionalParameter

public static class OptionalParameter.Byte
extends OptionalParameter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jsmpp.bean.OptionalParameter
OptionalParameter.Byte, OptionalParameter.COctetString, OptionalParameter.Int, OptionalParameter.Null, OptionalParameter.OctetString, OptionalParameter.Short, OptionalParameter.Tag
 
Field Summary
 
Fields inherited from class org.jsmpp.bean.OptionalParameter
tag
 
Constructor Summary
OptionalParameter.Byte(OptionalParameter.Tag tag, byte value)
           
OptionalParameter.Byte(short tag, byte value)
           
OptionalParameter.Byte(short tag, byte[] content)
           
 
Method Summary
 byte getValue()
           
protected  byte[] serializeValue()
           
 
Methods inherited from class org.jsmpp.bean.OptionalParameter
equals, hashCode, serialize
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionalParameter.Byte

public OptionalParameter.Byte(short tag,
                              byte value)

OptionalParameter.Byte

public OptionalParameter.Byte(OptionalParameter.Tag tag,
                              byte value)

OptionalParameter.Byte

public OptionalParameter.Byte(short tag,
                              byte[] content)
Method Detail

getValue

public byte getValue()

serializeValue

protected byte[] serializeValue()
Specified by:
serializeValue in class OptionalParameter