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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ApplicationModuleType
public abstract class ApplicationModuleType
Java class for ApplicationModuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationModuleType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="applicationModuleDependency" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationModuleDependency" maxOccurs="unbounded" minOccurs="0"/>
<element name="applicationSubModule" type="{http://www.rim.com/com.rim.bes.bas.dto}ApplicationSubModule" maxOccurs="unbounded" minOccurs="0"/>
<element name="deviceRequirements" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isRIMSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="moduleIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="moduleKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="moduleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="moduleVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pathName" 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.util.List<ApplicationModuleDependency> |
applicationModuleDependency
|
protected java.util.List<ApplicationSubModule> |
applicationSubModule
|
protected java.lang.String |
deviceRequirements
|
protected java.lang.Boolean |
isRIMSigned
|
protected java.lang.Integer |
length
|
protected java.lang.String |
moduleIdentifier
|
protected java.lang.Integer |
moduleKey
|
protected java.lang.String |
moduleName
|
protected java.lang.String |
moduleVersion
|
protected java.lang.String |
pathName
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ApplicationModuleType()
|
|
| Method Summary | |
|---|---|
java.util.List<ApplicationModuleDependency> |
getApplicationModuleDependency()
Gets the value of the applicationModuleDependency property. |
java.util.List<ApplicationSubModule> |
getApplicationSubModule()
Gets the value of the applicationSubModule property. |
java.lang.String |
getDeviceRequirements()
Gets the value of the deviceRequirements property. |
java.lang.Integer |
getLength()
Gets the value of the length property. |
java.lang.String |
getModuleIdentifier()
Gets the value of the moduleIdentifier property. |
java.lang.Integer |
getModuleKey()
Gets the value of the moduleKey property. |
java.lang.String |
getModuleName()
Gets the value of the moduleName property. |
java.lang.String |
getModuleVersion()
Gets the value of the moduleVersion property. |
java.lang.String |
getPathName()
Gets the value of the pathName property. |
java.lang.Boolean |
isIsRIMSigned()
Gets the value of the isRIMSigned property. |
void |
setDeviceRequirements(java.lang.String value)
Sets the value of the deviceRequirements property. |
void |
setIsRIMSigned(java.lang.Boolean value)
Sets the value of the isRIMSigned property. |
void |
setLength(java.lang.Integer value)
Sets the value of the length property. |
void |
setModuleIdentifier(java.lang.String value)
Sets the value of the moduleIdentifier property. |
void |
setModuleKey(java.lang.Integer value)
Sets the value of the moduleKey property. |
void |
setModuleName(java.lang.String value)
Sets the value of the moduleName property. |
void |
setModuleVersion(java.lang.String value)
Sets the value of the moduleVersion property. |
void |
setPathName(java.lang.String value)
Sets the value of the pathName 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.util.List<ApplicationModuleDependency> applicationModuleDependency
protected java.util.List<ApplicationSubModule> applicationSubModule
protected java.lang.String deviceRequirements
protected java.lang.Boolean isRIMSigned
protected java.lang.Integer length
protected java.lang.String moduleIdentifier
protected java.lang.Integer moduleKey
protected java.lang.String moduleName
protected java.lang.String moduleVersion
protected java.lang.String pathName
| Constructor Detail |
|---|
public ApplicationModuleType()
| Method Detail |
|---|
public java.util.List<ApplicationModuleDependency> getApplicationModuleDependency()
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 applicationModuleDependency property.
For example, to add a new item, do as follows:
getApplicationModuleDependency().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationModuleDependency
public java.util.List<ApplicationSubModule> getApplicationSubModule()
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 applicationSubModule property.
For example, to add a new item, do as follows:
getApplicationSubModule().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationSubModule
public java.lang.String getDeviceRequirements()
Stringpublic void setDeviceRequirements(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isIsRIMSigned()
Booleanpublic void setIsRIMSigned(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getLength()
Integerpublic void setLength(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getModuleIdentifier()
Stringpublic void setModuleIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getModuleKey()
Integerpublic void setModuleKey(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getModuleName()
Stringpublic void setModuleName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModuleVersion()
Stringpublic void setModuleVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPathName()
Stringpublic void setPathName(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.ApplicationModuleType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||