VEnumElement Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
elementLabel string element 0/1   Returns the value for the member attribute elementLabel
elementName string element 0/1   the elementName
elementValue int element 1/1 required Returns the value for the member attribute elementValue
enumName string element 0/1   the enumName
rbKey string element 0/1   the rbKey
Properties inherited from viewBaseBean
MObj XXDBBase element 0/1   the gjObj

Example

<v----->
  <elementName>...</elementName>
  <enumName>...</enumName>
  <rbKey>...</rbKey>
  <elementValue>...</elementValue>
  <elementLabel>...</elementLabel>
  <MObj>
    <id>...</id>
    <createTime>...</createTime>
    <updateTime>...</updateTime>
    <addedByUserId>...</addedByUserId>
    <updatedByUserId>...</updatedByUserId>
  </MObj>
</v----->