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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.DeviceModuleType
public abstract class DeviceModuleType
Java class for DeviceModuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceModuleType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="moduleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="moduleSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="moduleVersion" 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.lang.String |
moduleName
|
protected java.lang.Integer |
moduleSize
|
protected java.lang.String |
moduleVersion
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
DeviceModuleType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getModuleName()
Gets the value of the moduleName property. |
java.lang.Integer |
getModuleSize()
Gets the value of the moduleSize property. |
java.lang.String |
getModuleVersion()
Gets the value of the moduleVersion property. |
void |
setModuleName(java.lang.String value)
Sets the value of the moduleName property. |
void |
setModuleSize(java.lang.Integer value)
Sets the value of the moduleSize property. |
void |
setModuleVersion(java.lang.String value)
Sets the value of the moduleVersion 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.String moduleName
protected java.lang.Integer moduleSize
protected java.lang.String moduleVersion
| Constructor Detail |
|---|
public DeviceModuleType()
| Method Detail |
|---|
public java.lang.String getModuleName()
Stringpublic void setModuleName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getModuleSize()
Integerpublic void setModuleSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getModuleVersion()
Stringpublic void setModuleVersion(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.DeviceModuleType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||