|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.protocol.VerDTD
public class VerDTD
Corresponds to the <VerDTD> tag in the SyncML devinf DTD
Constructor Summary | |
---|---|
VerDTD()
In order to expose the server configuration like WS this constructor must be public |
|
VerDTD(java.lang.String value)
Creates a new VerDTD object with the given value |
Method Summary | |
---|---|
void |
deserialize(java.io.DataInputStream in)
|
boolean |
equals(java.lang.Object obj)
Compares the string value to the specified input object. |
java.lang.String |
getValue()
Gets value properties |
void |
serialize(java.io.DataOutputStream out)
|
void |
setValue(java.lang.String value)
Sets the version of DTD |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerDTD()
public VerDTD(java.lang.String value)
value
- the version - NOT NULLMethod Detail |
---|
public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the version of DTDpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to be compared
public void serialize(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
public void deserialize(java.io.DataInputStream in) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |