name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
credStoreId | long | element | 0/1 | Returns the value for the member attribute credStoreId | |
description | string | element | 0/1 | Returns the value for the member attribute description | |
isVisible | int | element | 0/1 | Returns the value for the member attribute isVisible | |
name | string | element | 0/1 | Returns the value for the member attribute name | |
otherAttributes | string | element | 0/1 | JSON String representation of additional store attributes if available,
null otherwise.
|
|
status | int | element | 1/1 | Returns the value for the member attribute status | |
syncSource | string | element | 0/1 | JSON String representation of sync source attribute if available,
null otherwise.
|
|
Properties inherited from XXDBBase |
|||||
addedByUserId | long | element | 0/1 | Returns the value for the member attribute addedByUserId | |
createTime | dateTime | element | 0/1 | Returns the value for the member attribute createTime | |
id | long | element | 0/1 | Returns the value for the member attribute id | |
updateTime | dateTime | element | 0/1 | Returns the value for the member attribute updateTime | |
updatedByUserId | long | element | 0/1 | Returns the value for the member attribute updatedByUserId |
Example
<XXUser> <name>...</name> <description>...</description> <status>...</status> <isVisible>...</isVisible> <credStoreId>...</credStoreId> <otherAttributes>...</otherAttributes> <syncSource>...</syncSource> <id>...</id> <createTime>...</createTime> <updateTime>...</updateTime> <addedByUserId>...</addedByUserId> <updatedByUserId>...</updatedByUserId> </XXUser>