VXUserList Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
VXUsers list of VXUser element 0/unbounded the vXUsers
Properties inherited from VList
pageSize int element 1/1  
resultSize int element 1/1 Returns the value for the member attribute resultSize
sortBy string element 0/1  
sortType string element 0/1  
startIndex int element 1/1  
totalCount long element 1/1  
Properties inherited from viewBaseBean
MObj XXDBBase element 0/1 the gjObj

Example

<v----->
  <VXUsers>
    <name>...</name>
    <firstName>...</firstName>
    <lastName>...</lastName>
    <emailAddress>...</emailAddress>
    <password>...</password>
    <description>...</description>
    <credStoreId>...</credStoreId>
    <groupIdList>...</groupIdList>
    <isVisible>...</isVisible>
    <userSource>...</userSource>
    <userRoleList>...</userRoleList>
    <groupNameList>...</groupNameList>
    <otherAttributes>...</otherAttributes>
    <syncSource>...</syncSource>
    <id>...</id>
    <createDate>...</createDate>
    <updateDate>...</updateDate>
    <owner>...</owner>
    <updatedBy>...</updatedBy>
  </VXUsers>
  <startIndex>...</startIndex>
  <pageSize>...</pageSize>
  <totalCount>...</totalCount>
  <resultSize>...</resultSize>
  <sortType>...</sortType>
  <sortBy>...</sortBy>
  <MObj/>
</v----->