|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.protocol.CTCap
public class CTCap
This class corresponds to the <CTCap> tag in the SyncML devinf DTD v1.2
Constructor Summary | |
---|---|
CTCap()
In order to expose the server configuration like WS this constructor must be public |
|
CTCap(CTInfo ctInfo,
boolean fieldLevel,
Property[] properties)
Creates a new CTCap object with the given type, version, field-level and an array of properties |
Method Summary | |
---|---|
void |
addProperty(Property property)
|
CTInfo |
getCTInfo()
Get a CTInfo object |
java.lang.Boolean |
getFieldLevel()
Gets the value of FieldLevel property |
java.util.Vector |
getProperties()
Get an array of supported properties of a given content type |
boolean |
isFieldLevel()
Gets the value of FieldLevel property |
void |
setCTInfo(CTInfo ctInfo)
Sets a CTInfo object |
void |
setFieldLevel(java.lang.Boolean fieldLevel)
Sets the field-level |
void |
setProperties(Property[] properties)
Sets an array of supported properties of a given content type |
void |
setProperties(java.util.Vector properties)
Sets an array of supported properties of a given content type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CTCap()
public CTCap(CTInfo ctInfo, boolean fieldLevel, Property[] properties)
ctInfo
- The type and version of a supported content type - NOT NULLfieldLevel
- The capability to apply field-level replaces for the
corresponding CTTypeproperties
- The array of supported properties of a given content
type - NOT NULLMethod Detail |
---|
public CTInfo getCTInfo()
public void setCTInfo(CTInfo ctInfo)
ctInfo
- The CTInfo objectpublic void setFieldLevel(java.lang.Boolean fieldLevel)
fieldLevel
- the Boolean value of FieldLevel propertypublic boolean isFieldLevel()
public java.lang.Boolean getFieldLevel()
public java.util.Vector getProperties()
public void setProperties(Property[] properties)
properties
- an array of supported propertiespublic void setProperties(java.util.Vector properties)
properties
- an array of supported propertiespublic void addProperty(Property property)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |