The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.
<null aliasName="..." blob="..." blob="..." blob="..." boolean="..." boolean="..." boolean="..." child="..." childKeys="..." children="..." columnCount="..." columnNumber="..." currency="..." currency="..." currency="..." date="..." date="..." date="..." dateTime="..." dateTime="..." dateTime="..." decimal="..." decimal="..." decimal="..." decryptedString="..." decryptedString="..." distance="..." distance="..." distance="..." double="..." encryptedString="..." encryptedString="..." field="..." field="..." fieldCount="..." fieldList="..." fieldValue="..." fieldValue="..." float="..." float="..." float="..." headerValue="..." int="..." int="..." int="..." integer="..." limitedOutputFields="..." long="..." long="..." long="..." metaData="..." rowData="..." sQLString="..." sQLString="..." string="..." string="..." string="..." tString="..." tString="..." tString="..." tableName="..." time="..." time="..." time="..." timestamp="..." value="..." valueAt="..." volume="..." volume="..." volume="..." weight="..." weight="..." weight="..."/>
The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.
{"aliasName":"...","blob":"...","boolean":"...","child":"...","childKeys":"...","children":"...","columnCount":"...","columnNumber":"...","currency":"...","date":"...","dateTime":"...","decimal":"...","decryptedString":"...","distance":"...","double":"...","encryptedString":"...","field":"...","fieldCount":"...","fieldList":"...","fieldValue":"...","float":"...","headerValue":"...","int":"...","integer":"...","limitedOutputFields":"...","long":"...","metaData":"...","rowData":"...","sQLString":"...","string":"...","tString":"...","tableName":"...","time":"...","timestamp":"...","value":"...","valueAt":"...","volume":"...","weight":"..."}
| name | type |
|---|---|
| aliasName | String |
| blob | byte[] |
| blob | byte[] |
| blob | byte[] |
| boolean | boolean |
| boolean | boolean |
| boolean | boolean |
| child | Object |
| childKeys | Set |
| children | List |
| columnCount | int |
| columnNumber | int |
| currency | Currency |
| currency | Currency |
| currency | Currency |
| date | Date |
| date | Date |
| date | Date |
| dateTime | Date |
| dateTime | Date |
| dateTime | Date |
| decimal | BigDecimal |
| decimal | BigDecimal |
| decimal | BigDecimal |
| decryptedString | String |
| decryptedString | String |
| distance | Distance |
| distance | Distance |
| distance | Distance |
| double | Double |
| encryptedString | String |
| encryptedString | String |
| field | Field |
| field | Field |
| fieldCount | int |
| fieldList | String[] |
| fieldValue | FieldValue |
| fieldValue | FieldValue |
| float | double |
| float | double |
| float | double |
| headerValue | Object |
| int | int |
| int | int |
| int | int |
| integer | Integer |
| limitedOutputFields | Collection |
| long | long |
| long | long |
| long | long |
| metaData | QueryMetaData |
| rowData | RowData |
| sQLString | String |
| sQLString | String |
| string | String |
| string | String |
| string | String |
| tString | TString |
| tString | TString |
| tString | TString |
| tableName | String |
| time | Date |
| time | Date |
| time | Date |
| timestamp | Timestamp |
| value | Object |
| valueAt | Object |
| volume | Volume |
| volume | Volume |
| volume | Volume |
| weight | Weight |
| weight | Weight |
| weight | Weight |