|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.MetaDataDefinitionType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.MetaDataDefinitionType
public abstract class MetaDataDefinitionType
Java class for MetaDataDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetaDataDefinitionType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="metaDataDefinitionDataType" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataDefinitionDataTypeEnumType" minOccurs="0"/>
<element name="conditionalHideOrViewOnly" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataDefinitionConditionalDisplayEnumType" minOccurs="0"/>
<element name="stringValidationType" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataDefinitionStringValidationTypeEnumType" minOccurs="0"/>
<element name="dataEncryptionType" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataDefinitionDataEncryptionTypeEnumType" minOccurs="0"/>
<element name="auxiliaryData" type="{http://www.rim.com/com.rim.bes.bas.dto}NameValuePair" maxOccurs="unbounded" minOccurs="0"/>
<element name="childMetaDataDefinition" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataDefinition" maxOccurs="unbounded" minOccurs="0"/>
<element name="conditionalOnDefinitionId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="conditionalOnValue" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataSetItemValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="conditionalValue" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataSetItemValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="customData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="defaultValue" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataSetItemValue" minOccurs="0"/>
<element name="descriptionLocaleString" type="{http://www.rim.com/com.rim.bes.bas.dto}LocaleString" maxOccurs="unbounded" minOccurs="0"/>
<element name="doesModifyRequireRestartWarning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="integerMaximumValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="integerMinimumValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="isArray" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isMandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isMetaDataDefinitionDynamic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isReadOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isWriteOnce" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="longMaximumValue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="longMinimumValue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="metaDataDefinitionDiscreteValueChoices" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataDefinitionDiscreteValueChoices" minOccurs="0"/>
<element name="metaDataDefinitionId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="metaDataDefinitionPlugInId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nameLocaleString" type="{http://www.rim.com/com.rim.bes.bas.dto}LocaleString" maxOccurs="unbounded" minOccurs="0"/>
<element name="reconciliationRules" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stringLengthMaximumValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="stringLengthMinimumValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
MetaDataDefinitionType()
|
|
| Method Summary | |
|---|---|
java.util.List<NameValuePair> |
getAuxiliaryData()
Gets the value of the auxiliaryData property. |
java.util.List<MetaDataDefinition> |
getChildMetaDataDefinition()
Gets the value of the childMetaDataDefinition property. |
MetaDataDefinitionConditionalDisplayEnumType |
getConditionalHideOrViewOnly()
Gets the value of the conditionalHideOrViewOnly property. |
java.lang.Integer |
getConditionalOnDefinitionId()
Gets the value of the conditionalOnDefinitionId property. |
java.util.List<MetaDataSetItemValue> |
getConditionalOnValue()
Gets the value of the conditionalOnValue property. |
java.util.List<MetaDataSetItemValue> |
getConditionalValue()
Gets the value of the conditionalValue property. |
java.lang.String |
getCustomData()
Gets the value of the customData property. |
MetaDataDefinitionDataEncryptionTypeEnumType |
getDataEncryptionType()
Gets the value of the dataEncryptionType property. |
MetaDataSetItemValue |
getDefaultValue()
Gets the value of the defaultValue property. |
java.util.List<LocaleString> |
getDescriptionLocaleString()
Gets the value of the descriptionLocaleString property. |
java.lang.Integer |
getIntegerMaximumValue()
Gets the value of the integerMaximumValue property. |
java.lang.Integer |
getIntegerMinimumValue()
Gets the value of the integerMinimumValue property. |
java.lang.Long |
getLongMaximumValue()
Gets the value of the longMaximumValue property. |
java.lang.Long |
getLongMinimumValue()
Gets the value of the longMinimumValue property. |
MetaDataDefinitionDataTypeEnumType |
getMetaDataDefinitionDataType()
Gets the value of the metaDataDefinitionDataType property. |
MetaDataDefinitionDiscreteValueChoices |
getMetaDataDefinitionDiscreteValueChoices()
Gets the value of the metaDataDefinitionDiscreteValueChoices property. |
java.lang.Integer |
getMetaDataDefinitionId()
Gets the value of the metaDataDefinitionId property. |
java.lang.Integer |
getMetaDataDefinitionPlugInId()
Gets the value of the metaDataDefinitionPlugInId property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<LocaleString> |
getNameLocaleString()
Gets the value of the nameLocaleString property. |
java.lang.String |
getReconciliationRules()
Gets the value of the reconciliationRules property. |
java.lang.Integer |
getStringLengthMaximumValue()
Gets the value of the stringLengthMaximumValue property. |
java.lang.Integer |
getStringLengthMinimumValue()
Gets the value of the stringLengthMinimumValue property. |
MetaDataDefinitionStringValidationTypeEnumType |
getStringValidationType()
Gets the value of the stringValidationType property. |
java.lang.Boolean |
isDoesModifyRequireRestartWarning()
Gets the value of the doesModifyRequireRestartWarning property. |
java.lang.Boolean |
isIsArray()
Gets the value of the isArray property. |
java.lang.Boolean |
isIsMandatory()
Gets the value of the isMandatory property. |
java.lang.Boolean |
isIsMetaDataDefinitionDynamic()
Gets the value of the isMetaDataDefinitionDynamic property. |
java.lang.Boolean |
isIsReadOnly()
Gets the value of the isReadOnly property. |
java.lang.Boolean |
isIsWriteOnce()
Gets the value of the isWriteOnce property. |
void |
setConditionalHideOrViewOnly(MetaDataDefinitionConditionalDisplayEnumType value)
Sets the value of the conditionalHideOrViewOnly property. |
void |
setConditionalOnDefinitionId(java.lang.Integer value)
Sets the value of the conditionalOnDefinitionId property. |
void |
setCustomData(java.lang.String value)
Sets the value of the customData property. |
void |
setDataEncryptionType(MetaDataDefinitionDataEncryptionTypeEnumType value)
Sets the value of the dataEncryptionType property. |
void |
setDefaultValue(MetaDataSetItemValue value)
Sets the value of the defaultValue property. |
void |
setDoesModifyRequireRestartWarning(java.lang.Boolean value)
Sets the value of the doesModifyRequireRestartWarning property. |
void |
setIntegerMaximumValue(java.lang.Integer value)
Sets the value of the integerMaximumValue property. |
void |
setIntegerMinimumValue(java.lang.Integer value)
Sets the value of the integerMinimumValue property. |
void |
setIsArray(java.lang.Boolean value)
Sets the value of the isArray property. |
void |
setIsMandatory(java.lang.Boolean value)
Sets the value of the isMandatory property. |
void |
setIsMetaDataDefinitionDynamic(java.lang.Boolean value)
Sets the value of the isMetaDataDefinitionDynamic property. |
void |
setIsReadOnly(java.lang.Boolean value)
Sets the value of the isReadOnly property. |
void |
setIsWriteOnce(java.lang.Boolean value)
Sets the value of the isWriteOnce property. |
void |
setLongMaximumValue(java.lang.Long value)
Sets the value of the longMaximumValue property. |
void |
setLongMinimumValue(java.lang.Long value)
Sets the value of the longMinimumValue property. |
void |
setMetaDataDefinitionDataType(MetaDataDefinitionDataTypeEnumType value)
Sets the value of the metaDataDefinitionDataType property. |
void |
setMetaDataDefinitionDiscreteValueChoices(MetaDataDefinitionDiscreteValueChoices value)
Sets the value of the metaDataDefinitionDiscreteValueChoices property. |
void |
setMetaDataDefinitionId(java.lang.Integer value)
Sets the value of the metaDataDefinitionId property. |
void |
setMetaDataDefinitionPlugInId(java.lang.Integer value)
Sets the value of the metaDataDefinitionPlugInId property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setReconciliationRules(java.lang.String value)
Sets the value of the reconciliationRules property. |
void |
setStringLengthMaximumValue(java.lang.Integer value)
Sets the value of the stringLengthMaximumValue property. |
void |
setStringLengthMinimumValue(java.lang.Integer value)
Sets the value of the stringLengthMinimumValue property. |
void |
setStringValidationType(MetaDataDefinitionStringValidationTypeEnumType value)
Sets the value of the stringValidationType property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MetaDataDefinitionDataTypeEnumType metaDataDefinitionDataType
protected MetaDataDefinitionConditionalDisplayEnumType conditionalHideOrViewOnly
protected MetaDataDefinitionStringValidationTypeEnumType stringValidationType
protected MetaDataDefinitionDataEncryptionTypeEnumType dataEncryptionType
protected java.util.List<NameValuePair> auxiliaryData
protected java.util.List<MetaDataDefinition> childMetaDataDefinition
protected java.lang.Integer conditionalOnDefinitionId
protected java.util.List<MetaDataSetItemValue> conditionalOnValue
protected java.util.List<MetaDataSetItemValue> conditionalValue
protected java.lang.String customData
protected MetaDataSetItemValue defaultValue
protected java.util.List<LocaleString> descriptionLocaleString
protected java.lang.Boolean doesModifyRequireRestartWarning
protected java.lang.Integer integerMaximumValue
protected java.lang.Integer integerMinimumValue
protected java.lang.Boolean isArray
protected java.lang.Boolean isMandatory
protected java.lang.Boolean isMetaDataDefinitionDynamic
protected java.lang.Boolean isReadOnly
protected java.lang.Boolean isWriteOnce
protected java.lang.Long longMaximumValue
protected java.lang.Long longMinimumValue
protected MetaDataDefinitionDiscreteValueChoices metaDataDefinitionDiscreteValueChoices
protected java.lang.Integer metaDataDefinitionId
protected java.lang.Integer metaDataDefinitionPlugInId
protected java.lang.String name
protected java.util.List<LocaleString> nameLocaleString
protected java.lang.String reconciliationRules
protected java.lang.Integer stringLengthMaximumValue
protected java.lang.Integer stringLengthMinimumValue
| Constructor Detail |
|---|
public MetaDataDefinitionType()
| Method Detail |
|---|
public MetaDataDefinitionDataTypeEnumType getMetaDataDefinitionDataType()
MetaDataDefinitionDataTypeEnumTypepublic void setMetaDataDefinitionDataType(MetaDataDefinitionDataTypeEnumType value)
value - allowed object is
MetaDataDefinitionDataTypeEnumTypepublic MetaDataDefinitionConditionalDisplayEnumType getConditionalHideOrViewOnly()
MetaDataDefinitionConditionalDisplayEnumTypepublic void setConditionalHideOrViewOnly(MetaDataDefinitionConditionalDisplayEnumType value)
value - allowed object is
MetaDataDefinitionConditionalDisplayEnumTypepublic MetaDataDefinitionStringValidationTypeEnumType getStringValidationType()
MetaDataDefinitionStringValidationTypeEnumTypepublic void setStringValidationType(MetaDataDefinitionStringValidationTypeEnumType value)
value - allowed object is
MetaDataDefinitionStringValidationTypeEnumTypepublic MetaDataDefinitionDataEncryptionTypeEnumType getDataEncryptionType()
MetaDataDefinitionDataEncryptionTypeEnumTypepublic void setDataEncryptionType(MetaDataDefinitionDataEncryptionTypeEnumType value)
value - allowed object is
MetaDataDefinitionDataEncryptionTypeEnumTypepublic java.util.List<NameValuePair> getAuxiliaryData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the auxiliaryData property.
For example, to add a new item, do as follows:
getAuxiliaryData().add(newItem);
Objects of the following type(s) are allowed in the list
NameValuePair
public java.util.List<MetaDataDefinition> getChildMetaDataDefinition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the childMetaDataDefinition property.
For example, to add a new item, do as follows:
getChildMetaDataDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataDefinition
public java.lang.Integer getConditionalOnDefinitionId()
Integerpublic void setConditionalOnDefinitionId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<MetaDataSetItemValue> getConditionalOnValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the conditionalOnValue property.
For example, to add a new item, do as follows:
getConditionalOnValue().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataSetItemValue
public java.util.List<MetaDataSetItemValue> getConditionalValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the conditionalValue property.
For example, to add a new item, do as follows:
getConditionalValue().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataSetItemValue
public java.lang.String getCustomData()
Stringpublic void setCustomData(java.lang.String value)
value - allowed object is
Stringpublic MetaDataSetItemValue getDefaultValue()
MetaDataSetItemValuepublic void setDefaultValue(MetaDataSetItemValue value)
value - allowed object is
MetaDataSetItemValuepublic java.util.List<LocaleString> getDescriptionLocaleString()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the descriptionLocaleString property.
For example, to add a new item, do as follows:
getDescriptionLocaleString().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleString
public java.lang.Boolean isDoesModifyRequireRestartWarning()
Booleanpublic void setDoesModifyRequireRestartWarning(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getIntegerMaximumValue()
Integerpublic void setIntegerMaximumValue(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getIntegerMinimumValue()
Integerpublic void setIntegerMinimumValue(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isIsArray()
Booleanpublic void setIsArray(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsMandatory()
Booleanpublic void setIsMandatory(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsMetaDataDefinitionDynamic()
Booleanpublic void setIsMetaDataDefinitionDynamic(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsReadOnly()
Booleanpublic void setIsReadOnly(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsWriteOnce()
Booleanpublic void setIsWriteOnce(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getLongMaximumValue()
Longpublic void setLongMaximumValue(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getLongMinimumValue()
Longpublic void setLongMinimumValue(java.lang.Long value)
value - allowed object is
Longpublic MetaDataDefinitionDiscreteValueChoices getMetaDataDefinitionDiscreteValueChoices()
MetaDataDefinitionDiscreteValueChoicespublic void setMetaDataDefinitionDiscreteValueChoices(MetaDataDefinitionDiscreteValueChoices value)
value - allowed object is
MetaDataDefinitionDiscreteValueChoicespublic java.lang.Integer getMetaDataDefinitionId()
Integerpublic void setMetaDataDefinitionId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMetaDataDefinitionPlugInId()
Integerpublic void setMetaDataDefinitionPlugInId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<LocaleString> getNameLocaleString()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nameLocaleString property.
For example, to add a new item, do as follows:
getNameLocaleString().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleString
public java.lang.String getReconciliationRules()
Stringpublic void setReconciliationRules(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getStringLengthMaximumValue()
Integerpublic void setStringLengthMaximumValue(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getStringLengthMinimumValue()
Integerpublic void setStringLengthMinimumValue(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.MetaDataDefinitionType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||