|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsmpp.bean.OptionalParameter
org.jsmpp.bean.OptionalParameter.Byte
org.jsmpp.bean.OptionalParameter.Source_addr_subunit
public static class OptionalParameter.Source_addr_subunit
The source_addr_subunit parameter is used to indicate where a message originated in the
mobile station, for example a smart card in the mobile station or an external device connected
to the mobile station.
Wireless Network Technology: GSM
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from class org.jsmpp.bean.OptionalParameter.Byte |
---|
value |
Fields inherited from class org.jsmpp.bean.OptionalParameter |
---|
tag |
Constructor Summary | |
---|---|
OptionalParameter.Source_addr_subunit(byte value)
|
|
OptionalParameter.Source_addr_subunit(byte[] content)
|
|
OptionalParameter.Source_addr_subunit(OptionalParameter.Addr_subunit addr_subunit)
|
Method Summary | |
---|---|
OptionalParameter.Addr_subunit |
getSourceAddrSubunit()
Get the source_addr_subunit parameter as an enum. |
java.lang.String |
toString()
Print Optional Parameter byte in hex format |
Methods inherited from class org.jsmpp.bean.OptionalParameter.Byte |
---|
getValue, serializeValue |
Methods inherited from class org.jsmpp.bean.OptionalParameter |
---|
equals, hashCode, serialize |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionalParameter.Source_addr_subunit(OptionalParameter.Addr_subunit addr_subunit)
public OptionalParameter.Source_addr_subunit(byte value)
public OptionalParameter.Source_addr_subunit(byte[] content)
Method Detail |
---|
public OptionalParameter.Addr_subunit getSourceAddrSubunit()
public java.lang.String toString()
OptionalParameter.Byte
toString
in class OptionalParameter.Byte
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |