VXMessage Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
fieldName string element 0/1 Returns the value for the member attribute fieldName
message string element 0/1 Returns the value for the member attribute message
name string element 0/1 Returns the value for the member attribute name
objectId long element 0/1 Returns the value for the member attribute objectId
rbKey string element 0/1 Returns the value for the member attribute rbKey
Properties inherited from viewBaseBean
MObj XXDBBase element 0/1 the gjObj

Example

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