|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.tl1.message.TL1MessagePayloadBlock
This class represents the Message Payload Block that is present within the Input Message. It contains the payload or subject of the message and comprises of one or more parameters. Each of these parameter is represented by a TL1Param and so the TL1MessagePayloadBlock contains a vector of TL1Param objects.
TL1 Input Message block![]()
TL1Param| Constructor Summary | |
TL1MessagePayloadBlock()
Default constructor . |
|
| Method Summary | |
void |
addParam(TL1Param param)
Adds the TL1Param object to the Vector . |
java.util.Vector |
getPayload()
Get the payload vector . |
void |
setPayload(java.util.Vector payload)
Set the payload vector with the given vector. |
java.lang.String |
toString()
Returns a stringified form of the Message Payload Block object. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TL1MessagePayloadBlock()
| Method Detail |
public void setPayload(java.util.Vector payload)
payload - Vector of TL1Param objects.public java.util.Vector getPayload()
public void addParam(TL1Param param)
param - TL1Param object.TL1Parampublic java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||