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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ResolvedItemType
com.rim.bes.bas.dto.ReconciledApplicationType
public abstract class ReconciledApplicationType
Java class for ReconciledApplicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciledApplicationType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}ResolvedItemType">
<sequence>
<element name="applicationDisposition" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationDispositionEnumType" minOccurs="0"/>
<element name="objectDeliveryModeType" type="{http://www.rim.com/com.rim.bes.bas.dto}ObjectDeliveryModeTypeEnumType" minOccurs="0"/>
<element name="objectDeliveryTransportType" type="{http://www.rim.com/com.rim.bes.bas.dto}ObjectDeliveryTransportTypeEnumType" minOccurs="0"/>
<element name="applicationControlPolicyId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="applicationControlPolicyLocaleNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="applicationLocaleNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="applicationRootId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="applicationTypeId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="applicationTypePlugInId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="applicationURI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationVersion" 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.lang.Integer |
applicationControlPolicyId
|
protected java.util.List<LocaleNameAndDescription> |
applicationControlPolicyLocaleNameAndDescription
|
protected ApplicationDispositionEnumType |
applicationDisposition
|
protected java.util.List<LocaleNameAndDescription> |
applicationLocaleNameAndDescription
|
protected java.lang.Integer |
applicationRootId
|
protected java.lang.Integer |
applicationTypeId
|
protected java.lang.Integer |
applicationTypePlugInId
|
protected java.lang.String |
applicationURI
|
protected java.lang.String |
applicationVersion
|
protected ObjectDeliveryModeTypeEnumType |
objectDeliveryModeType
|
protected ObjectDeliveryTransportTypeEnumType |
objectDeliveryTransportType
|
| Fields inherited from class com.rim.bes.bas.dto.ResolvedItemType |
|---|
appliesReason, appliesSubReason, isAppliesSubReasonLoaded, itemApplies, itemId |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ReconciledApplicationType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getApplicationControlPolicyId()
Gets the value of the applicationControlPolicyId property. |
java.util.List<LocaleNameAndDescription> |
getApplicationControlPolicyLocaleNameAndDescription()
Gets the value of the applicationControlPolicyLocaleNameAndDescription property. |
ApplicationDispositionEnumType |
getApplicationDisposition()
Gets the value of the applicationDisposition property. |
java.util.List<LocaleNameAndDescription> |
getApplicationLocaleNameAndDescription()
Gets the value of the applicationLocaleNameAndDescription property. |
java.lang.Integer |
getApplicationRootId()
Gets the value of the applicationRootId property. |
java.lang.Integer |
getApplicationTypeId()
Gets the value of the applicationTypeId property. |
java.lang.Integer |
getApplicationTypePlugInId()
Gets the value of the applicationTypePlugInId property. |
java.lang.String |
getApplicationURI()
Gets the value of the applicationURI property. |
java.lang.String |
getApplicationVersion()
Gets the value of the applicationVersion property. |
ObjectDeliveryModeTypeEnumType |
getObjectDeliveryModeType()
Gets the value of the objectDeliveryModeType property. |
ObjectDeliveryTransportTypeEnumType |
getObjectDeliveryTransportType()
Gets the value of the objectDeliveryTransportType property. |
void |
setApplicationControlPolicyId(java.lang.Integer value)
Sets the value of the applicationControlPolicyId property. |
void |
setApplicationDisposition(ApplicationDispositionEnumType value)
Sets the value of the applicationDisposition property. |
void |
setApplicationRootId(java.lang.Integer value)
Sets the value of the applicationRootId property. |
void |
setApplicationTypeId(java.lang.Integer value)
Sets the value of the applicationTypeId property. |
void |
setApplicationTypePlugInId(java.lang.Integer value)
Sets the value of the applicationTypePlugInId property. |
void |
setApplicationURI(java.lang.String value)
Sets the value of the applicationURI property. |
void |
setApplicationVersion(java.lang.String value)
Sets the value of the applicationVersion property. |
void |
setObjectDeliveryModeType(ObjectDeliveryModeTypeEnumType value)
Sets the value of the objectDeliveryModeType property. |
void |
setObjectDeliveryTransportType(ObjectDeliveryTransportTypeEnumType value)
Sets the value of the objectDeliveryTransportType property. |
| Methods inherited from class com.rim.bes.bas.dto.ResolvedItemType |
|---|
getAppliesReason, getAppliesSubReason, getItemId, isIsAppliesSubReasonLoaded, isItemApplies, setAppliesReason, setIsAppliesSubReasonLoaded, setItemApplies, setItemId |
| 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 ObjectDeliveryModeTypeEnumType objectDeliveryModeType
protected ObjectDeliveryTransportTypeEnumType objectDeliveryTransportType
protected java.lang.Integer applicationControlPolicyId
protected java.util.List<LocaleNameAndDescription> applicationControlPolicyLocaleNameAndDescription
protected java.util.List<LocaleNameAndDescription> applicationLocaleNameAndDescription
protected java.lang.Integer applicationRootId
protected java.lang.Integer applicationTypeId
protected java.lang.Integer applicationTypePlugInId
protected java.lang.String applicationURI
protected java.lang.String applicationVersion
| Constructor Detail |
|---|
public ReconciledApplicationType()
| Method Detail |
|---|
public ApplicationDispositionEnumType getApplicationDisposition()
ApplicationDispositionEnumTypepublic void setApplicationDisposition(ApplicationDispositionEnumType value)
value - allowed object is
ApplicationDispositionEnumTypepublic ObjectDeliveryModeTypeEnumType getObjectDeliveryModeType()
ObjectDeliveryModeTypeEnumTypepublic void setObjectDeliveryModeType(ObjectDeliveryModeTypeEnumType value)
value - allowed object is
ObjectDeliveryModeTypeEnumTypepublic ObjectDeliveryTransportTypeEnumType getObjectDeliveryTransportType()
ObjectDeliveryTransportTypeEnumTypepublic void setObjectDeliveryTransportType(ObjectDeliveryTransportTypeEnumType value)
value - allowed object is
ObjectDeliveryTransportTypeEnumTypepublic java.lang.Integer getApplicationControlPolicyId()
Integerpublic void setApplicationControlPolicyId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<LocaleNameAndDescription> getApplicationControlPolicyLocaleNameAndDescription()
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 applicationControlPolicyLocaleNameAndDescription property.
For example, to add a new item, do as follows:
getApplicationControlPolicyLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleNameAndDescription
public java.util.List<LocaleNameAndDescription> getApplicationLocaleNameAndDescription()
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 applicationLocaleNameAndDescription property.
For example, to add a new item, do as follows:
getApplicationLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleNameAndDescription
public java.lang.Integer getApplicationRootId()
Integerpublic void setApplicationRootId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getApplicationTypeId()
Integerpublic void setApplicationTypeId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getApplicationTypePlugInId()
Integerpublic void setApplicationTypePlugInId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getApplicationURI()
Stringpublic void setApplicationURI(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getApplicationVersion()
Stringpublic void setApplicationVersion(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.ReconciledApplicationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||