VXPasswordChange Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
emailAddress string element 0/1 Returns the value for the member attribute emailAddress
id long element 0/1 Returns the value for the member attribute id
loginId string element 0/1 Returns the value for the member attribute loginId
oldPassword string element 0/1 Returns the value for the member attribute oldPassword
resetCode string element 0/1 Returns the value for the member attribute resetCode
updPassword string element 0/1 Returns the value for the member attribute updPassword
Properties inherited from viewBaseBean
MObj XXDBBase element 0/1 the gjObj

Example

<v----->
  <id>...</id>
  <loginId>...</loginId>
  <emailAddress>...</emailAddress>
  <resetCode>...</resetCode>
  <oldPassword>...</oldPassword>
  <updPassword>...</updPassword>
  <MObj>
    <id>...</id>
    <createTime>...</createTime>
    <updateTime>...</updateTime>
    <addedByUserId>...</addedByUserId>
    <updatedByUserId>...</updatedByUserId>
  </MObj>
</v----->