XXServiceConfigDef Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
defaultvalue string element 0/1   Returns the value for the member attribute defaultValue
defid long element 0/1   Returns the value for the member attribute defId
description string element 0/1   Returns the value for the member attribute description
isMandatory boolean element 1/1 required Returns the value for the member attribute isMandatory
itemId long element 0/1   Returns the value for the member attribute itemId
label string element 0/1   Returns the value for the member attribute label
name string element 0/1   Returns the value for the member attribute name
order int element 0/1   Returns the value for the member attribute order
rbKeyValidationMessage string element 0/1   the rbKeyValidationMessage
rbkeydescription string element 0/1   Returns the value for the member attribute rbKeyDecription
rbkeylabel string element 0/1   Returns the value for the member attribute rbKeyLabel
subtype string element 0/1   Returns the value for the member attribute subType
type string element 0/1   Returns the value for the member attribute type
uiHint string element 0/1   the uiHint
validationMessage string element 0/1   the validationMessage
validationRegEx string element 0/1   the validationRegEx
Properties inherited from XXDBBase
addedByUserId long element 0/1   Returns the value for the member attribute addedByUserId
createTime dateTime element 0/1   Returns the value for the member attribute createTime
id long element 0/1   Returns the value for the member attribute id
updateTime dateTime element 0/1   Returns the value for the member attribute updateTime
updatedByUserId long element 0/1   Returns the value for the member attribute updatedByUserId

Example

<XXServiceConfigDef>
  <defid>...</defid>
  <itemId>...</itemId>
  <name>...</name>
  <type>...</type>
  <subtype>...</subtype>
  <isMandatory>...</isMandatory>
  <defaultvalue>...</defaultvalue>
  <validationRegEx>...</validationRegEx>
  <validationMessage>...</validationMessage>
  <uiHint>...</uiHint>
  <label>...</label>
  <description>...</description>
  <rbkeylabel>...</rbkeylabel>
  <rbkeydescription>...</rbkeydescription>
  <rbKeyValidationMessage>...</rbKeyValidationMessage>
  <order>...</order>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedByUserId>...</addedByUserId>
  <updatedByUserId>...</updatedByUserId>
</XXServiceConfigDef>