|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rim.pushsdk.pap.unmarshal.PapMessage
public class PapMessage
Base class for PAP messages used by the unmarshaller.
| Constructor Summary | |
|---|---|
PapMessage()
|
|
| Method Summary | |
|---|---|
String |
getPushId()
Gets the push id associated with the PAP message. |
void |
setPushId(String pushId)
Sets the push id associated with the PAP message. |
String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PapMessage()
| Method Detail |
|---|
public String getPushId()
public void setPushId(String pushId)
pushId - the push idpublic String toString()
String with all attributes in name = value format.
toString in class ObjectString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||