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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ITPolicyTemplateItemType
public abstract class ITPolicyTemplateItemType
Java class for ITPolicyTemplateItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ITPolicyTemplateItemType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="type" type="{http://www.rim.com/com.rim.bes.bas.dto}ITPolicyTemplateItemTypeEnumType" minOccurs="0"/>
<element name="destination" type="{http://www.rim.com/com.rim.bes.bas.dto}ITPolicyItemDestinationEnumType" minOccurs="0"/>
<element name="UIMask" type="{http://www.rim.com/com.rim.bes.bas.dto}ITPolicyUIMaskEnumType" minOccurs="0"/>
<element name="dataLocaleNameAndDescription" type="{http://www.rim.com/com.rim.bes.bas.dto}DataLocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="ITPolicyTemplateItemData" type="{http://www.rim.com/com.rim.bes.bas.dto}ITPolicyTemplateItemData" minOccurs="0"/>
<element name="isUserRule" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="maxValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="minValue" 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="reconciliationRules" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subTag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="tag" 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 |
| Field Summary | |
|---|---|
protected java.util.List<DataLocaleNameAndDescription> |
dataLocaleNameAndDescription
|
protected ITPolicyItemDestinationEnumType |
destination
|
protected java.lang.Boolean |
isUserRule
|
protected ITPolicyTemplateItemData |
itPolicyTemplateItemData
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.lang.Integer |
maxValue
|
protected java.lang.Integer |
minValue
|
protected java.lang.String |
name
|
protected java.lang.String |
reconciliationRules
|
protected java.lang.Integer |
subTag
|
protected java.lang.Integer |
tag
|
protected ITPolicyTemplateItemTypeEnumType |
type
|
protected ITPolicyUIMaskEnumType |
uiMask
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ITPolicyTemplateItemType()
|
|
| Method Summary | |
|---|---|
java.util.List<DataLocaleNameAndDescription> |
getDataLocaleNameAndDescription()
Gets the value of the dataLocaleNameAndDescription property. |
ITPolicyItemDestinationEnumType |
getDestination()
Gets the value of the destination property. |
ITPolicyTemplateItemData |
getITPolicyTemplateItemData()
Gets the value of the itPolicyTemplateItemData property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.lang.Integer |
getMaxValue()
Gets the value of the maxValue property. |
java.lang.Integer |
getMinValue()
Gets the value of the minValue property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getReconciliationRules()
Gets the value of the reconciliationRules property. |
java.lang.Integer |
getSubTag()
Gets the value of the subTag property. |
java.lang.Integer |
getTag()
Gets the value of the tag property. |
ITPolicyTemplateItemTypeEnumType |
getType()
Gets the value of the type property. |
ITPolicyUIMaskEnumType |
getUIMask()
Gets the value of the uiMask property. |
java.lang.Boolean |
isIsUserRule()
Gets the value of the isUserRule property. |
void |
setDestination(ITPolicyItemDestinationEnumType value)
Sets the value of the destination property. |
void |
setIsUserRule(java.lang.Boolean value)
Sets the value of the isUserRule property. |
void |
setITPolicyTemplateItemData(ITPolicyTemplateItemData value)
Sets the value of the itPolicyTemplateItemData property. |
void |
setMaxValue(java.lang.Integer value)
Sets the value of the maxValue property. |
void |
setMinValue(java.lang.Integer value)
Sets the value of the minValue 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 |
setSubTag(java.lang.Integer value)
Sets the value of the subTag property. |
void |
setTag(java.lang.Integer value)
Sets the value of the tag property. |
void |
setType(ITPolicyTemplateItemTypeEnumType value)
Sets the value of the type property. |
void |
setUIMask(ITPolicyUIMaskEnumType value)
Sets the value of the uiMask 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 ITPolicyTemplateItemTypeEnumType type
protected ITPolicyItemDestinationEnumType destination
protected ITPolicyUIMaskEnumType uiMask
protected java.util.List<DataLocaleNameAndDescription> dataLocaleNameAndDescription
protected ITPolicyTemplateItemData itPolicyTemplateItemData
protected java.lang.Boolean isUserRule
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.lang.Integer maxValue
protected java.lang.Integer minValue
protected java.lang.String name
protected java.lang.String reconciliationRules
protected java.lang.Integer subTag
protected java.lang.Integer tag
| Constructor Detail |
|---|
public ITPolicyTemplateItemType()
| Method Detail |
|---|
public ITPolicyTemplateItemTypeEnumType getType()
ITPolicyTemplateItemTypeEnumTypepublic void setType(ITPolicyTemplateItemTypeEnumType value)
value - allowed object is
ITPolicyTemplateItemTypeEnumTypepublic ITPolicyItemDestinationEnumType getDestination()
ITPolicyItemDestinationEnumTypepublic void setDestination(ITPolicyItemDestinationEnumType value)
value - allowed object is
ITPolicyItemDestinationEnumTypepublic ITPolicyUIMaskEnumType getUIMask()
ITPolicyUIMaskEnumTypepublic void setUIMask(ITPolicyUIMaskEnumType value)
value - allowed object is
ITPolicyUIMaskEnumTypepublic java.util.List<DataLocaleNameAndDescription> getDataLocaleNameAndDescription()
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 dataLocaleNameAndDescription property.
For example, to add a new item, do as follows:
getDataLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DataLocaleNameAndDescription
public ITPolicyTemplateItemData getITPolicyTemplateItemData()
ITPolicyTemplateItemDatapublic void setITPolicyTemplateItemData(ITPolicyTemplateItemData value)
value - allowed object is
ITPolicyTemplateItemDatapublic java.lang.Boolean isIsUserRule()
Booleanpublic void setIsUserRule(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<LocaleNameAndDescription> getLocaleNameAndDescription()
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 localeNameAndDescription property.
For example, to add a new item, do as follows:
getLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleNameAndDescription
public java.lang.Integer getMaxValue()
Integerpublic void setMaxValue(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMinValue()
Integerpublic void setMinValue(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.lang.String getReconciliationRules()
Stringpublic void setReconciliationRules(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSubTag()
Integerpublic void setSubTag(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTag()
Integerpublic void setTag(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.ITPolicyTemplateItemType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||