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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.OSConfigurationType
public abstract class OSConfigurationType
Java class for OSConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OSConfigurationType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="isDeletable" 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="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="OSBundle" type="{http://www.rim.com/com.rim.bes.bas.dto}OSBundle" maxOccurs="unbounded" minOccurs="0"/>
<element name="OSConfigId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OSConfigurationOSBundle" type="{http://www.rim.com/com.rim.bes.bas.dto}OSConfigurationOSBundle" maxOccurs="unbounded" minOccurs="0"/>
<element name="organizationId" 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.Boolean |
isDeletable
|
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.util.List<OSBundle> |
osBundle
|
protected java.lang.Integer |
osConfigId
|
protected java.util.List<OSConfigurationOSBundle> |
osConfigurationOSBundle
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
OSConfigurationType()
|
|
| Method Summary | |
|---|---|
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.util.List<OSBundle> |
getOSBundle()
Gets the value of the osBundle property. |
java.lang.Integer |
getOSConfigId()
Gets the value of the osConfigId property. |
java.util.List<OSConfigurationOSBundle> |
getOSConfigurationOSBundle()
Gets the value of the osConfigurationOSBundle property. |
java.lang.Boolean |
isIsDeletable()
Gets the value of the isDeletable property. |
void |
setIsDeletable(java.lang.Boolean value)
Sets the value of the isDeletable property. |
void |
setOrganizationId(java.lang.Integer value)
Sets the value of the organizationId property. |
void |
setOSConfigId(java.lang.Integer value)
Sets the value of the osConfigId 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 isDeletable
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.util.List<MetaDataDefinition> metaDataDefinition
protected java.util.List<MetaDataSetItem> metaDataSetItem
protected java.util.List<OSBundle> osBundle
protected java.lang.Integer osConfigId
protected java.util.List<OSConfigurationOSBundle> osConfigurationOSBundle
protected java.lang.Integer organizationId
| Constructor Detail |
|---|
public OSConfigurationType()
| Method Detail |
|---|
public java.lang.Boolean isIsDeletable()
Booleanpublic void setIsDeletable(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.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.util.List<OSBundle> getOSBundle()
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 osBundle property.
For example, to add a new item, do as follows:
getOSBundle().add(newItem);
Objects of the following type(s) are allowed in the list
OSBundle
public java.lang.Integer getOSConfigId()
Integerpublic void setOSConfigId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<OSConfigurationOSBundle> getOSConfigurationOSBundle()
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 osConfigurationOSBundle property.
For example, to add a new item, do as follows:
getOSConfigurationOSBundle().add(newItem);
Objects of the following type(s) are allowed in the list
OSConfigurationOSBundle
public java.lang.Integer getOrganizationId()
Integerpublic void setOrganizationId(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.OSConfigurationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||