|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.spds.DeviceConfig
public class DeviceConfig
This class groups all configuration properties related to the device. Most of DeviceConfig properties are used to generate the
element for client capabilities. DeviceConfig is a part of SyncConfig.
Field Summary | |
---|---|
java.lang.String |
devID
Specifies the identifier of the source synchronization device. |
java.lang.String |
devType
Specifies the type of the source synchronization device. |
java.lang.String |
dsV
Specifies the implemented DS version. |
java.lang.String |
fwv
Specifies the firmware version of the device. |
java.lang.String |
hwv
Specifies the hardware version of the device. |
boolean |
loSupport
Specifies that the device supports handling of large objects. |
java.lang.String |
man
Specifies the name of the manufacturer of the device. |
int |
maxMsgSize
Specifies the maximum message size allowed by the device. |
int |
maxObjSize
Specifies the maximum object size allowed by the device. |
java.lang.String |
mod
Specifies the model name or model number of the device. |
boolean |
nocSupport
Specifies that the device supports number of changes. |
java.lang.String |
oem
Specifies the OEM (Original Equipment Manufacturer) of the device. |
java.lang.String |
swv
Specifies the software version of the device. |
boolean |
utc
Specifies that the device supports UTC based time. |
java.lang.String |
verDTD
Specifies the major and minor version identifier of the Device Information DTD used in the representation of the Device Information. |
Constructor Summary | |
---|---|
DeviceConfig()
Default constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String verDTD
public java.lang.String man
public java.lang.String mod
public java.lang.String oem
public java.lang.String fwv
public java.lang.String swv
public java.lang.String hwv
public java.lang.String devID
public java.lang.String devType
public java.lang.String dsV
public boolean utc
public boolean loSupport
public boolean nocSupport
public int maxMsgSize
public int maxObjSize
Constructor Detail |
---|
public DeviceConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |