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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.MetaDataDefinitionDiscreteValueChoicesType
public abstract class MetaDataDefinitionDiscreteValueChoicesType
Java class for MetaDataDefinitionDiscreteValueChoicesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetaDataDefinitionDiscreteValueChoicesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="bitmaskValue" type="{http://www.rim.com/com.rim.bes.bas.dto}BitmaskValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="enumerationValue" type="{http://www.rim.com/com.rim.bes.bas.dto}EnumerationValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="integerValue" type="{http://www.rim.com/com.rim.bes.bas.dto}IntegerValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="stringValue" type="{http://www.rim.com/com.rim.bes.bas.dto}StringValue" maxOccurs="unbounded" 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<BitmaskValue> |
bitmaskValue
|
protected java.util.List<EnumerationValue> |
enumerationValue
|
protected java.util.List<IntegerValue> |
integerValue
|
protected java.util.List<StringValue> |
stringValue
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
MetaDataDefinitionDiscreteValueChoicesType()
|
|
| Method Summary | |
|---|---|
java.util.List<BitmaskValue> |
getBitmaskValue()
Gets the value of the bitmaskValue property. |
java.util.List<EnumerationValue> |
getEnumerationValue()
Gets the value of the enumerationValue property. |
java.util.List<IntegerValue> |
getIntegerValue()
Gets the value of the integerValue property. |
java.util.List<StringValue> |
getStringValue()
Gets 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<BitmaskValue> bitmaskValue
protected java.util.List<EnumerationValue> enumerationValue
protected java.util.List<IntegerValue> integerValue
protected java.util.List<StringValue> stringValue
| Constructor Detail |
|---|
public MetaDataDefinitionDiscreteValueChoicesType()
| Method Detail |
|---|
public java.util.List<BitmaskValue> 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
BitmaskValue
public java.util.List<EnumerationValue> getEnumerationValue()
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 enumerationValue property.
For example, to add a new item, do as follows:
getEnumerationValue().add(newItem);
Objects of the following type(s) are allowed in the list
EnumerationValue
public java.util.List<IntegerValue> getIntegerValue()
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 integerValue property.
For example, to add a new item, do as follows:
getIntegerValue().add(newItem);
Objects of the following type(s) are allowed in the list
IntegerValue
public java.util.List<StringValue> getStringValue()
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 stringValue property.
For example, to add a new item, do as follows:
getStringValue().add(newItem);
Objects of the following type(s) are allowed in the list
StringValue
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.MetaDataDefinitionDiscreteValueChoicesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||