|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.protocol.CTInfo
public class CTInfo
This class represents the content type information such as content type and version of content type
Constructor Summary | |
---|---|
CTInfo()
In order to expose the server configuration like WS this constructor must be public |
|
CTInfo(java.lang.String ctType,
java.lang.String verCT)
Creates a new ContentTypeCapability object with the given content type and versione |
Method Summary | |
---|---|
java.lang.String |
getCTType()
Gets the content type properties |
java.lang.String |
getVerCT()
Gets the version of the content type |
void |
setCTType(java.lang.String ctType)
Sets the content type properties |
void |
setVerCT(java.lang.String verCT)
Sets the version of the content type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CTInfo()
public CTInfo(java.lang.String ctType, java.lang.String verCT)
ctType
- corresponds to <CTType> element in the SyncML
specification - NOT NULLverCT
- corresponds to <VerCT> element in the SyncML
specification - NOT NULLMethod Detail |
---|
public java.lang.String getCTType()
public void setCTType(java.lang.String ctType)
ctType
- the content type propertiespublic java.lang.String getVerCT()
public void setVerCT(java.lang.String verCT)
verCT
- the version of the content type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |