XXGroup Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints 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
groupSource int element 1/1 required  
groupType int element 1/1 required Returns the value for the member attribute groupType
isVisible int element 0/1   the 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 required 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

<XXGroup>
  <name>...</name>
  <description>...</description>
  <status>...</status>
  <isVisible>...</isVisible>
  <groupType>...</groupType>
  <credStoreId>...</credStoreId>
  <otherAttributes>...</otherAttributes>
  <syncSource>...</syncSource>
  <groupSource>...</groupSource>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedByUserId>...</addedByUserId>
  <updatedByUserId>...</updatedByUserId>
</XXGroup>