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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ApplicationControlPolicyType
public abstract class ApplicationControlPolicyType
Java class for ApplicationControlPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationControlPolicyType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="applicationDisposition" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationDispositionEnumType" minOccurs="0"/>
<element name="applicationControlPolicyType" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationControlPolicyTypeEnumType" minOccurs="0"/>
<element name="applicationControlPolicyId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="metaDataDefinition" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataDefinition" maxOccurs="unbounded" minOccurs="0"/>
<element name="metaDataSetItem" type="{http://www.rim.com/com.rim.bes.bas.dto}MetaDataSetItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="organizationId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="rank" 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.lang.Integer |
applicationControlPolicyId
|
protected ApplicationControlPolicyTypeEnumType |
applicationControlPolicyType
|
protected ApplicationDispositionEnumType |
applicationDisposition
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.util.List<MetaDataDefinition> |
metaDataDefinition
|
protected java.util.List<MetaDataSetItem> |
metaDataSetItem
|
protected java.lang.Integer |
organizationId
|
protected java.lang.Integer |
rank
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ApplicationControlPolicyType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getApplicationControlPolicyId()
Gets the value of the applicationControlPolicyId property. |
ApplicationControlPolicyTypeEnumType |
getApplicationControlPolicyType()
Gets the value of the applicationControlPolicyType property. |
ApplicationDispositionEnumType |
getApplicationDisposition()
Gets the value of the applicationDisposition property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.util.List<MetaDataDefinition> |
getMetaDataDefinition()
Gets the value of the metaDataDefinition property. |
java.util.List<MetaDataSetItem> |
getMetaDataSetItem()
Gets the value of the metaDataSetItem property. |
java.lang.Integer |
getOrganizationId()
Gets the value of the organizationId property. |
java.lang.Integer |
getRank()
Gets the value of the rank property. |
void |
setApplicationControlPolicyId(java.lang.Integer value)
Sets the value of the applicationControlPolicyId property. |
void |
setApplicationControlPolicyType(ApplicationControlPolicyTypeEnumType value)
Sets the value of the applicationControlPolicyType property. |
void |
setApplicationDisposition(ApplicationDispositionEnumType value)
Sets the value of the applicationDisposition property. |
void |
setOrganizationId(java.lang.Integer value)
Sets the value of the organizationId property. |
void |
setRank(java.lang.Integer value)
Sets the value of the rank 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 ApplicationDispositionEnumType applicationDisposition
protected ApplicationControlPolicyTypeEnumType applicationControlPolicyType
protected java.lang.Integer applicationControlPolicyId
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.util.List<MetaDataDefinition> metaDataDefinition
protected java.util.List<MetaDataSetItem> metaDataSetItem
protected java.lang.Integer organizationId
protected java.lang.Integer rank
| Constructor Detail |
|---|
public ApplicationControlPolicyType()
| Method Detail |
|---|
public ApplicationDispositionEnumType getApplicationDisposition()
ApplicationDispositionEnumTypepublic void setApplicationDisposition(ApplicationDispositionEnumType value)
value - allowed object is
ApplicationDispositionEnumTypepublic ApplicationControlPolicyTypeEnumType getApplicationControlPolicyType()
ApplicationControlPolicyTypeEnumTypepublic void setApplicationControlPolicyType(ApplicationControlPolicyTypeEnumType value)
value - allowed object is
ApplicationControlPolicyTypeEnumTypepublic java.lang.Integer getApplicationControlPolicyId()
Integerpublic void setApplicationControlPolicyId(java.lang.Integer value)
value - allowed object is
Integerpublic 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.util.List<MetaDataDefinition> getMetaDataDefinition()
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 metaDataDefinition property.
For example, to add a new item, do as follows:
getMetaDataDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataDefinition
public java.util.List<MetaDataSetItem> getMetaDataSetItem()
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 metaDataSetItem property.
For example, to add a new item, do as follows:
getMetaDataSetItem().add(newItem);
Objects of the following type(s) are allowed in the list
MetaDataSetItem
public java.lang.Integer getOrganizationId()
Integerpublic void setOrganizationId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRank()
Integerpublic void setRank(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.ApplicationControlPolicyType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||