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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.SoftwareConfigurationType
public abstract class SoftwareConfigurationType
Java class for SoftwareConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoftwareConfigurationType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="allowedAddingApplications" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="applicationControlPolicy" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationControlPolicy" minOccurs="0"/>
<element name="isDeletable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isOSConfigurationLoaded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isSoftwareConfigurationApplicationDataLoaded" 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="OSConfiguration" type="{http://www.rim.com/com.rim.bes.bas.dto}OSConfiguration" minOccurs="0"/>
<element name="organizationId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="softwareConfigId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="softwareConfigurationApplicationData" type="{http://www.rim.com/com.rim.bes.bas.dto}SoftwareConfigurationApplicationData" maxOccurs="unbounded" 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.Boolean |
allowedAddingApplications
|
protected ApplicationControlPolicy |
applicationControlPolicy
|
protected java.lang.Boolean |
isDeletable
|
protected java.lang.Boolean |
isOSConfigurationLoaded
|
protected java.lang.Boolean |
isSoftwareConfigurationApplicationDataLoaded
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.lang.Integer |
organizationId
|
protected OSConfiguration |
osConfiguration
|
protected java.lang.Integer |
softwareConfigId
|
protected java.util.List<SoftwareConfigurationApplicationData> |
softwareConfigurationApplicationData
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
SoftwareConfigurationType()
|
|
| Method Summary | |
|---|---|
ApplicationControlPolicy |
getApplicationControlPolicy()
Gets the value of the applicationControlPolicy property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.lang.Integer |
getOrganizationId()
Gets the value of the organizationId property. |
OSConfiguration |
getOSConfiguration()
Gets the value of the osConfiguration property. |
java.lang.Integer |
getSoftwareConfigId()
Gets the value of the softwareConfigId property. |
java.util.List<SoftwareConfigurationApplicationData> |
getSoftwareConfigurationApplicationData()
Gets the value of the softwareConfigurationApplicationData property. |
java.lang.Boolean |
isAllowedAddingApplications()
Gets the value of the allowedAddingApplications property. |
java.lang.Boolean |
isIsDeletable()
Gets the value of the isDeletable property. |
java.lang.Boolean |
isIsOSConfigurationLoaded()
Gets the value of the isOSConfigurationLoaded property. |
java.lang.Boolean |
isIsSoftwareConfigurationApplicationDataLoaded()
Gets the value of the isSoftwareConfigurationApplicationDataLoaded property. |
void |
setAllowedAddingApplications(java.lang.Boolean value)
Sets the value of the allowedAddingApplications property. |
void |
setApplicationControlPolicy(ApplicationControlPolicy value)
Sets the value of the applicationControlPolicy property. |
void |
setIsDeletable(java.lang.Boolean value)
Sets the value of the isDeletable property. |
void |
setIsOSConfigurationLoaded(java.lang.Boolean value)
Sets the value of the isOSConfigurationLoaded property. |
void |
setIsSoftwareConfigurationApplicationDataLoaded(java.lang.Boolean value)
Sets the value of the isSoftwareConfigurationApplicationDataLoaded property. |
void |
setOrganizationId(java.lang.Integer value)
Sets the value of the organizationId property. |
void |
setOSConfiguration(OSConfiguration value)
Sets the value of the osConfiguration property. |
void |
setSoftwareConfigId(java.lang.Integer value)
Sets the value of the softwareConfigId 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.lang.Boolean allowedAddingApplications
protected ApplicationControlPolicy applicationControlPolicy
protected java.lang.Boolean isDeletable
protected java.lang.Boolean isOSConfigurationLoaded
protected java.lang.Boolean isSoftwareConfigurationApplicationDataLoaded
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected OSConfiguration osConfiguration
protected java.lang.Integer organizationId
protected java.lang.Integer softwareConfigId
protected java.util.List<SoftwareConfigurationApplicationData> softwareConfigurationApplicationData
| Constructor Detail |
|---|
public SoftwareConfigurationType()
| Method Detail |
|---|
public java.lang.Boolean isAllowedAddingApplications()
Booleanpublic void setAllowedAddingApplications(java.lang.Boolean value)
value - allowed object is
Booleanpublic ApplicationControlPolicy getApplicationControlPolicy()
ApplicationControlPolicypublic void setApplicationControlPolicy(ApplicationControlPolicy value)
value - allowed object is
ApplicationControlPolicypublic java.lang.Boolean isIsDeletable()
Booleanpublic void setIsDeletable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsOSConfigurationLoaded()
Booleanpublic void setIsOSConfigurationLoaded(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsSoftwareConfigurationApplicationDataLoaded()
Booleanpublic void setIsSoftwareConfigurationApplicationDataLoaded(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 OSConfiguration getOSConfiguration()
OSConfigurationpublic void setOSConfiguration(OSConfiguration value)
value - allowed object is
OSConfigurationpublic java.lang.Integer getOrganizationId()
Integerpublic void setOrganizationId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSoftwareConfigId()
Integerpublic void setSoftwareConfigId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<SoftwareConfigurationApplicationData> getSoftwareConfigurationApplicationData()
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 softwareConfigurationApplicationData property.
For example, to add a new item, do as follows:
getSoftwareConfigurationApplicationData().add(newItem);
Objects of the following type(s) are allowed in the list
SoftwareConfigurationApplicationData
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.SoftwareConfigurationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||