|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.protocol.SyncMLCommand
public class SyncMLCommand
This class is a container for SyncML command
Constructor Summary | |
---|---|
SyncMLCommand(java.lang.String name,
java.lang.String cmdId)
|
|
SyncMLCommand(java.lang.String name,
java.lang.String cmdId,
java.lang.String type)
|
Method Summary | |
---|---|
java.lang.String |
getCmdId()
Get the command id |
java.lang.String |
getName()
Get the command tag name |
java.lang.String |
getType()
Get the mime type of the items of this command |
void |
setType(java.lang.String type)
Set the mime type of the items of this command |
java.lang.String |
toString()
Return a string representation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SyncMLCommand(java.lang.String name, java.lang.String cmdId)
public SyncMLCommand(java.lang.String name, java.lang.String cmdId, java.lang.String type)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getCmdId()
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |