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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.SoftwareConfigurationApplicationDataType
public abstract class SoftwareConfigurationApplicationDataType
Java class for SoftwareConfigurationApplicationDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoftwareConfigurationApplicationDataType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="objectDeliveryTransport" type="{http://www.rim.com/com.rim.bes.bas.dto}ObjectDeliveryTransportTypeEnumType" minOccurs="0"/>
<element name="objectDeliveryMode" type="{http://www.rim.com/com.rim.bes.bas.dto}ObjectDeliveryModeTypeEnumType" minOccurs="0"/>
<element name="selectedApplicationDisposition" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationDispositionEnumType" minOccurs="0"/>
<element name="selectedApplicationControlPolicyType" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationControlPolicyTypeEnumType" minOccurs="0"/>
<element name="application" type="{http://www.rim.com/com.rim.bes.bas.dto}Application" minOccurs="0"/>
<element name="applicationControlPolicy" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationControlPolicy" minOccurs="0"/>
<element name="availableApplicationDispositions" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationDispositionEnum" maxOccurs="unbounded" minOccurs="0"/>
<element name="softwareConfigurationApplicationKey" 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 Application |
application
|
protected ApplicationControlPolicy |
applicationControlPolicy
|
protected java.util.List<ApplicationDispositionEnum> |
availableApplicationDispositions
|
protected ObjectDeliveryModeTypeEnumType |
objectDeliveryMode
|
protected ObjectDeliveryTransportTypeEnumType |
objectDeliveryTransport
|
protected ApplicationControlPolicyTypeEnumType |
selectedApplicationControlPolicyType
|
protected ApplicationDispositionEnumType |
selectedApplicationDisposition
|
protected java.lang.Integer |
softwareConfigurationApplicationKey
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
SoftwareConfigurationApplicationDataType()
|
|
| Method Summary | |
|---|---|
Application |
getApplication()
Gets the value of the application property. |
ApplicationControlPolicy |
getApplicationControlPolicy()
Gets the value of the applicationControlPolicy property. |
java.util.List<ApplicationDispositionEnum> |
getAvailableApplicationDispositions()
Gets the value of the availableApplicationDispositions property. |
ObjectDeliveryModeTypeEnumType |
getObjectDeliveryMode()
Gets the value of the objectDeliveryMode property. |
ObjectDeliveryTransportTypeEnumType |
getObjectDeliveryTransport()
Gets the value of the objectDeliveryTransport property. |
ApplicationControlPolicyTypeEnumType |
getSelectedApplicationControlPolicyType()
Gets the value of the selectedApplicationControlPolicyType property. |
ApplicationDispositionEnumType |
getSelectedApplicationDisposition()
Gets the value of the selectedApplicationDisposition property. |
java.lang.Integer |
getSoftwareConfigurationApplicationKey()
Gets the value of the softwareConfigurationApplicationKey property. |
void |
setApplication(Application value)
Sets the value of the application property. |
void |
setApplicationControlPolicy(ApplicationControlPolicy value)
Sets the value of the applicationControlPolicy property. |
void |
setObjectDeliveryMode(ObjectDeliveryModeTypeEnumType value)
Sets the value of the objectDeliveryMode property. |
void |
setObjectDeliveryTransport(ObjectDeliveryTransportTypeEnumType value)
Sets the value of the objectDeliveryTransport property. |
void |
setSelectedApplicationControlPolicyType(ApplicationControlPolicyTypeEnumType value)
Sets the value of the selectedApplicationControlPolicyType property. |
void |
setSelectedApplicationDisposition(ApplicationDispositionEnumType value)
Sets the value of the selectedApplicationDisposition property. |
void |
setSoftwareConfigurationApplicationKey(java.lang.Integer value)
Sets the value of the softwareConfigurationApplicationKey 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 ObjectDeliveryTransportTypeEnumType objectDeliveryTransport
protected ObjectDeliveryModeTypeEnumType objectDeliveryMode
protected ApplicationDispositionEnumType selectedApplicationDisposition
protected ApplicationControlPolicyTypeEnumType selectedApplicationControlPolicyType
protected Application application
protected ApplicationControlPolicy applicationControlPolicy
protected java.util.List<ApplicationDispositionEnum> availableApplicationDispositions
protected java.lang.Integer softwareConfigurationApplicationKey
| Constructor Detail |
|---|
public SoftwareConfigurationApplicationDataType()
| Method Detail |
|---|
public ObjectDeliveryTransportTypeEnumType getObjectDeliveryTransport()
ObjectDeliveryTransportTypeEnumTypepublic void setObjectDeliveryTransport(ObjectDeliveryTransportTypeEnumType value)
value - allowed object is
ObjectDeliveryTransportTypeEnumTypepublic ObjectDeliveryModeTypeEnumType getObjectDeliveryMode()
ObjectDeliveryModeTypeEnumTypepublic void setObjectDeliveryMode(ObjectDeliveryModeTypeEnumType value)
value - allowed object is
ObjectDeliveryModeTypeEnumTypepublic ApplicationDispositionEnumType getSelectedApplicationDisposition()
ApplicationDispositionEnumTypepublic void setSelectedApplicationDisposition(ApplicationDispositionEnumType value)
value - allowed object is
ApplicationDispositionEnumTypepublic ApplicationControlPolicyTypeEnumType getSelectedApplicationControlPolicyType()
ApplicationControlPolicyTypeEnumTypepublic void setSelectedApplicationControlPolicyType(ApplicationControlPolicyTypeEnumType value)
value - allowed object is
ApplicationControlPolicyTypeEnumTypepublic Application getApplication()
Applicationpublic void setApplication(Application value)
value - allowed object is
Applicationpublic ApplicationControlPolicy getApplicationControlPolicy()
ApplicationControlPolicypublic void setApplicationControlPolicy(ApplicationControlPolicy value)
value - allowed object is
ApplicationControlPolicypublic java.util.List<ApplicationDispositionEnum> getAvailableApplicationDispositions()
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 availableApplicationDispositions property.
For example, to add a new item, do as follows:
getAvailableApplicationDispositions().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationDispositionEnum
public java.lang.Integer getSoftwareConfigurationApplicationKey()
Integerpublic void setSoftwareConfigurationApplicationKey(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.SoftwareConfigurationApplicationDataType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||