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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.MetaDataSetItemValueType
public abstract class MetaDataSetItemValueType
Java class for MetaDataSetItemValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetaDataSetItemValueType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="bitMaskValue" type="{http://www.w3.org/2001/XMLSchema}boolean" maxOccurs="unbounded" minOccurs="0"/>
<element name="booleanValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="compoundObjectValue" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataSetItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="dateValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="enumerationDataValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="integerValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="longValue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="multilineStringValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="referenceValue" type="{http://www.rim.com/com.rim.bes.bas.dto}ReferenceValue" minOccurs="0"/>
<element name="stringValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Boolean> |
bitMaskValue
|
protected java.lang.Boolean |
booleanValue
|
protected java.util.List<MetaDataSetItem> |
compoundObjectValue
|
protected javax.xml.datatype.XMLGregorianCalendar |
dateValue
|
protected java.lang.Integer |
enumerationDataValue
|
protected java.lang.Integer |
integerValue
|
protected java.lang.Long |
longValue
|
protected java.lang.String |
multilineStringValue
|
protected ReferenceValue |
referenceValue
|
protected java.lang.String |
stringValue
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
MetaDataSetItemValueType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Boolean> |
getBitMaskValue()
Gets the value of the bitMaskValue property. |
java.util.List<MetaDataSetItem> |
getCompoundObjectValue()
Gets the value of the compoundObjectValue property. |
javax.xml.datatype.XMLGregorianCalendar |
getDateValue()
Gets the value of the dateValue property. |
java.lang.Integer |
getEnumerationDataValue()
Gets the value of the enumerationDataValue property. |
java.lang.Integer |
getIntegerValue()
Gets the value of the integerValue property. |
java.lang.Long |
getLongValue()
Gets the value of the longValue property. |
java.lang.String |
getMultilineStringValue()
Gets the value of the multilineStringValue property. |
ReferenceValue |
getReferenceValue()
Gets the value of the referenceValue property. |
java.lang.String |
getStringValue()
Gets the value of the stringValue property. |
java.lang.Boolean |
isBooleanValue()
Gets the value of the booleanValue property. |
void |
setBooleanValue(java.lang.Boolean value)
Sets the value of the booleanValue property. |
void |
setDateValue(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateValue property. |
void |
setEnumerationDataValue(java.lang.Integer value)
Sets the value of the enumerationDataValue property. |
void |
setIntegerValue(java.lang.Integer value)
Sets the value of the integerValue property. |
void |
setLongValue(java.lang.Long value)
Sets the value of the longValue property. |
void |
setMultilineStringValue(java.lang.String value)
Sets the value of the multilineStringValue property. |
void |
setReferenceValue(ReferenceValue value)
Sets the value of the referenceValue property. |
void |
setStringValue(java.lang.String value)
Sets the value of the stringValue 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 java.util.List<java.lang.Boolean> bitMaskValue
protected java.lang.Boolean booleanValue
protected java.util.List<MetaDataSetItem> compoundObjectValue
protected javax.xml.datatype.XMLGregorianCalendar dateValue
protected java.lang.Integer enumerationDataValue
protected java.lang.Integer integerValue
protected java.lang.Long longValue
protected java.lang.String multilineStringValue
protected ReferenceValue referenceValue
protected java.lang.String stringValue
| Constructor Detail |
|---|
public MetaDataSetItemValueType()
| Method Detail |
|---|
public java.util.List<java.lang.Boolean> getBitMaskValue()
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 bitMaskValue property.
For example, to add a new item, do as follows:
getBitMaskValue().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public java.lang.Boolean isBooleanValue()
Booleanpublic void setBooleanValue(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<MetaDataSetItem> getCompoundObjectValue()
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 compoundObjectValue property.
For example, to add a new item, do as follows:
getCompoundObjectValue().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataSetItem
public javax.xml.datatype.XMLGregorianCalendar getDateValue()
XMLGregorianCalendarpublic void setDateValue(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getEnumerationDataValue()
Integerpublic void setEnumerationDataValue(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getIntegerValue()
Integerpublic void setIntegerValue(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Long getLongValue()
Longpublic void setLongValue(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getMultilineStringValue()
Stringpublic void setMultilineStringValue(java.lang.String value)
value - allowed object is
Stringpublic ReferenceValue getReferenceValue()
ReferenceValuepublic void setReferenceValue(ReferenceValue value)
value - allowed object is
ReferenceValuepublic java.lang.String getStringValue()
Stringpublic void setStringValue(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.MetaDataSetItemValueType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||