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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.OSBundleCommonType
com.rim.bes.bas.dto.OSBundleType
public abstract class OSBundleType
Java class for OSBundleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OSBundleType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}OSBundleCommonType">
<sequence>
<element name="OSTypeId" type="{http://www.rim.com/com.rim.bes.bas.dto}OSTypeEnumType" minOccurs="0"/>
<element name="deliveryTransportType" type="{http://www.rim.com/com.rim.bes.bas.dto}ObjectDeliveryTransportTypeEnumType" minOccurs="0"/>
<element name="isSoftwareConfigurationNetworkShareLoaded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OSBundleId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OSTypePlugInId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="organizationId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="publishDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="publisherUserId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="rank" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="softwareConfigurationNetworkShare" type="{http://www.rim.com/com.rim.bes.bas.dto}SoftwareConfigurationNetworkShare" 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 ObjectDeliveryTransportTypeEnumType |
deliveryTransportType
|
protected java.lang.Boolean |
isSoftwareConfigurationNetworkShareLoaded
|
protected java.lang.Integer |
organizationId
|
protected java.lang.Integer |
osBundleId
|
protected OSTypeEnumType |
osTypeId
|
protected java.lang.Integer |
osTypePlugInId
|
protected javax.xml.datatype.XMLGregorianCalendar |
publishDateTime
|
protected java.lang.Integer |
publisherUserId
|
protected java.lang.Integer |
rank
|
protected java.util.List<SoftwareConfigurationNetworkShare> |
softwareConfigurationNetworkShare
|
| Fields inherited from class com.rim.bes.bas.dto.OSBundleCommonType |
|---|
applicationsVersion, bundleSize, carrier, deviceHardwareIdModel, locale, localeKeyword, localeNameAndDescription, originatorIdentifier, originatorType, osVersion, platformVersion, scmVersion, sourceApplicationsVersion, sourceOSVersion, sourcePlatformVersion, sourceSCMVersion |
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
OSBundleType()
|
|
| Method Summary | |
|---|---|
ObjectDeliveryTransportTypeEnumType |
getDeliveryTransportType()
Gets the value of the deliveryTransportType property. |
java.lang.Integer |
getOrganizationId()
Gets the value of the organizationId property. |
java.lang.Integer |
getOSBundleId()
Gets the value of the osBundleId property. |
OSTypeEnumType |
getOSTypeId()
Gets the value of the osTypeId property. |
java.lang.Integer |
getOSTypePlugInId()
Gets the value of the osTypePlugInId property. |
javax.xml.datatype.XMLGregorianCalendar |
getPublishDateTime()
Gets the value of the publishDateTime property. |
java.lang.Integer |
getPublisherUserId()
Gets the value of the publisherUserId property. |
java.lang.Integer |
getRank()
Gets the value of the rank property. |
java.util.List<SoftwareConfigurationNetworkShare> |
getSoftwareConfigurationNetworkShare()
Gets the value of the softwareConfigurationNetworkShare property. |
java.lang.Boolean |
isIsSoftwareConfigurationNetworkShareLoaded()
Gets the value of the isSoftwareConfigurationNetworkShareLoaded property. |
void |
setDeliveryTransportType(ObjectDeliveryTransportTypeEnumType value)
Sets the value of the deliveryTransportType property. |
void |
setIsSoftwareConfigurationNetworkShareLoaded(java.lang.Boolean value)
Sets the value of the isSoftwareConfigurationNetworkShareLoaded property. |
void |
setOrganizationId(java.lang.Integer value)
Sets the value of the organizationId property. |
void |
setOSBundleId(java.lang.Integer value)
Sets the value of the osBundleId property. |
void |
setOSTypeId(OSTypeEnumType value)
Sets the value of the osTypeId property. |
void |
setOSTypePlugInId(java.lang.Integer value)
Sets the value of the osTypePlugInId property. |
void |
setPublishDateTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the publishDateTime property. |
void |
setPublisherUserId(java.lang.Integer value)
Sets the value of the publisherUserId 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 OSTypeEnumType osTypeId
protected ObjectDeliveryTransportTypeEnumType deliveryTransportType
protected java.lang.Boolean isSoftwareConfigurationNetworkShareLoaded
protected java.lang.Integer osBundleId
protected java.lang.Integer osTypePlugInId
protected java.lang.Integer organizationId
protected javax.xml.datatype.XMLGregorianCalendar publishDateTime
protected java.lang.Integer publisherUserId
protected java.lang.Integer rank
protected java.util.List<SoftwareConfigurationNetworkShare> softwareConfigurationNetworkShare
| Constructor Detail |
|---|
public OSBundleType()
| Method Detail |
|---|
public OSTypeEnumType getOSTypeId()
OSTypeEnumTypepublic void setOSTypeId(OSTypeEnumType value)
value - allowed object is
OSTypeEnumTypepublic ObjectDeliveryTransportTypeEnumType getDeliveryTransportType()
ObjectDeliveryTransportTypeEnumTypepublic void setDeliveryTransportType(ObjectDeliveryTransportTypeEnumType value)
value - allowed object is
ObjectDeliveryTransportTypeEnumTypepublic java.lang.Boolean isIsSoftwareConfigurationNetworkShareLoaded()
Booleanpublic void setIsSoftwareConfigurationNetworkShareLoaded(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getOSBundleId()
Integerpublic void setOSBundleId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getOSTypePlugInId()
Integerpublic void setOSTypePlugInId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getOrganizationId()
Integerpublic void setOrganizationId(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.XMLGregorianCalendar getPublishDateTime()
XMLGregorianCalendarpublic void setPublishDateTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getPublisherUserId()
Integerpublic void setPublisherUserId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRank()
Integerpublic void setRank(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<SoftwareConfigurationNetworkShare> getSoftwareConfigurationNetworkShare()
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 softwareConfigurationNetworkShare property.
For example, to add a new item, do as follows:
getSoftwareConfigurationNetworkShare().add(newItem);
Objects of the following type(s) are allowed in the list
SoftwareConfigurationNetworkShare
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.OSBundleType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||