VXResponse Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
messageList list of VXMessage element 0/unbounded   Returns the value for the member attribute messageList
msgDesc string element 0/1   Returns the value for the member attribute msgDesc
statusCode int element 1/1 required Returns the value for the member attribute statusCode
Properties inherited from viewBaseBean
MObj XXDBBase element 0/1   the gjObj

Example

<v----->
  <statusCode>...</statusCode>
  <msgDesc>...</msgDesc>
  <messageList>
    <name>...</name>
    <rbKey>...</rbKey>
    <message>...</message>
    <objectId>...</objectId>
    <fieldName>...</fieldName>
    <MObj/>
  </messageList>
  <MObj>
    <id>...</id>
    <createTime>...</createTime>
    <updateTime>...</updateTime>
    <addedByUserId>...</addedByUserId>
    <updatedByUserId>...</updatedByUserId>
  </MObj>
</v----->