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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ITPolicyTemplateItemDataType
public abstract class ITPolicyTemplateItemDataType
Java class for ITPolicyTemplateItemDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ITPolicyTemplateItemDataType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="bitMaskTemplateItemData" type="{http://www.rim.com/com.rim.bes.bas.dto}BitMaskTemplateItemData" maxOccurs="unbounded" minOccurs="0"/>
<element name="booleanTemplateItemData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="developerDefinedTemplateItemData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enumerationTemplateItemData" type="{http://www.rim.com/com.rim.bes.bas.dto}EnumerationTemplateItemData" maxOccurs="unbounded" minOccurs="0"/>
<element name="integerTemplateItemData" type="{http://www.rim.com/com.rim.bes.bas.dto}IntegerTemplateItemData" maxOccurs="unbounded" minOccurs="0"/>
<element name="multilineStringTemplateItemData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stringTemplateItemData" 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<BitMaskTemplateItemData> |
bitMaskTemplateItemData
|
protected java.lang.Boolean |
booleanTemplateItemData
|
protected java.lang.String |
developerDefinedTemplateItemData
|
protected java.util.List<EnumerationTemplateItemData> |
enumerationTemplateItemData
|
protected java.util.List<IntegerTemplateItemData> |
integerTemplateItemData
|
protected java.lang.String |
multilineStringTemplateItemData
|
protected java.lang.String |
stringTemplateItemData
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ITPolicyTemplateItemDataType()
|
|
| Method Summary | |
|---|---|
java.util.List<BitMaskTemplateItemData> |
getBitMaskTemplateItemData()
Gets the value of the bitMaskTemplateItemData property. |
java.lang.String |
getDeveloperDefinedTemplateItemData()
Gets the value of the developerDefinedTemplateItemData property. |
java.util.List<EnumerationTemplateItemData> |
getEnumerationTemplateItemData()
Gets the value of the enumerationTemplateItemData property. |
java.util.List<IntegerTemplateItemData> |
getIntegerTemplateItemData()
Gets the value of the integerTemplateItemData property. |
java.lang.String |
getMultilineStringTemplateItemData()
Gets the value of the multilineStringTemplateItemData property. |
java.lang.String |
getStringTemplateItemData()
Gets the value of the stringTemplateItemData property. |
java.lang.Boolean |
isBooleanTemplateItemData()
Gets the value of the booleanTemplateItemData property. |
void |
setBooleanTemplateItemData(java.lang.Boolean value)
Sets the value of the booleanTemplateItemData property. |
void |
setDeveloperDefinedTemplateItemData(java.lang.String value)
Sets the value of the developerDefinedTemplateItemData property. |
void |
setMultilineStringTemplateItemData(java.lang.String value)
Sets the value of the multilineStringTemplateItemData property. |
void |
setStringTemplateItemData(java.lang.String value)
Sets the value of the stringTemplateItemData 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<BitMaskTemplateItemData> bitMaskTemplateItemData
protected java.lang.Boolean booleanTemplateItemData
protected java.lang.String developerDefinedTemplateItemData
protected java.util.List<EnumerationTemplateItemData> enumerationTemplateItemData
protected java.util.List<IntegerTemplateItemData> integerTemplateItemData
protected java.lang.String multilineStringTemplateItemData
protected java.lang.String stringTemplateItemData
| Constructor Detail |
|---|
public ITPolicyTemplateItemDataType()
| Method Detail |
|---|
public java.util.List<BitMaskTemplateItemData> getBitMaskTemplateItemData()
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 bitMaskTemplateItemData property.
For example, to add a new item, do as follows:
getBitMaskTemplateItemData().add(newItem);
Objects of the following type(s) are allowed in the list
BitMaskTemplateItemData
public java.lang.Boolean isBooleanTemplateItemData()
Booleanpublic void setBooleanTemplateItemData(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDeveloperDefinedTemplateItemData()
Stringpublic void setDeveloperDefinedTemplateItemData(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<EnumerationTemplateItemData> getEnumerationTemplateItemData()
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 enumerationTemplateItemData property.
For example, to add a new item, do as follows:
getEnumerationTemplateItemData().add(newItem);
Objects of the following type(s) are allowed in the list
EnumerationTemplateItemData
public java.util.List<IntegerTemplateItemData> getIntegerTemplateItemData()
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 integerTemplateItemData property.
For example, to add a new item, do as follows:
getIntegerTemplateItemData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegerTemplateItemData
public java.lang.String getMultilineStringTemplateItemData()
Stringpublic void setMultilineStringTemplateItemData(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStringTemplateItemData()
Stringpublic void setStringTemplateItemData(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.ITPolicyTemplateItemDataType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||