|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectie.ncl.sms.smpp.MessageSettings
public class MessageSettings
This object is used to group a set of message parameters.
| Constructor Summary | |
|---|---|
MessageSettings()
Create a new set of message settings. |
|
| Method Summary | |
|---|---|
void |
add(int tlvType,
java.lang.Object value)
Add a TVL parameter. |
void |
add(ie.ncl.sms.smpp.tlv.TLVParameter tlv)
Add a TVL parameter. |
void |
add(ie.ncl.sms.smpp.tlv.TLVType tlvType,
java.lang.Object value)
Add a TVL parameter. |
ie.ncl.sms.smpp.tlv.TLVParameter |
find(int tlvType)
Find a TVL parameter. |
ie.ncl.sms.smpp.tlv.TLVParameter |
getTLV(int i)
Get the nth TVL parameter. |
int |
getTLVCount()
Get the number of TVL parameters. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageSettings()
| Method Detail |
|---|
public void add(ie.ncl.sms.smpp.tlv.TLVParameter tlv)
public void add(ie.ncl.sms.smpp.tlv.TLVType tlvType,
java.lang.Object value)
TLVType,
TLVParameter
public void add(int tlvType,
java.lang.Object value)
TLVType,
TLVParameterpublic ie.ncl.sms.smpp.tlv.TLVParameter getTLV(int i)
public int getTLVCount()
public ie.ncl.sms.smpp.tlv.TLVParameter find(int tlvType)
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||