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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.baa.adminws.dto.ExecuteCmdResultType
public abstract class ExecuteCmdResultType
Java class for ExecuteCmdResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecuteCmdResultType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="executeCmdReturnStatus" type="{http://www.rim.com/com.rim.bes.bas.baa.adminws.dto}ExecuteCmdReturnStatus" minOccurs="0"/>
<element name="headerData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="info" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="metadata" type="{http://www.rim.com/com.rim.bes.bas.baa.common.dto}Metadata" minOccurs="0"/>
<element name="resultData" 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 ExecuteCmdReturnStatus |
executeCmdReturnStatus
|
protected java.lang.String |
headerData
|
protected java.lang.String |
info
|
protected Metadata |
metadata
|
protected java.lang.String |
resultData
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ExecuteCmdResultType()
|
|
| Method Summary | |
|---|---|
ExecuteCmdReturnStatus |
getExecuteCmdReturnStatus()
Indicates whether or not an error has occurred. |
java.lang.String |
getHeaderData()
Gets the value of the headerData property. |
java.lang.String |
getInfo()
Gets the value of the info property. |
Metadata |
getMetadata()
Gets the value of the metadata property. |
java.lang.String |
getResultData()
Gets the value of the resultData property. |
void |
setExecuteCmdReturnStatus(ExecuteCmdReturnStatus value)
Sets the value of the executeCmdReturnStatus property. |
void |
setHeaderData(java.lang.String value)
Sets the value of the headerData property. |
void |
setInfo(java.lang.String value)
Sets the value of the info property. |
void |
setMetadata(Metadata value)
Sets the value of the metadata property. |
void |
setResultData(java.lang.String value)
Sets the value of the resultData 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 ExecuteCmdReturnStatus executeCmdReturnStatus
protected java.lang.String headerData
protected java.lang.String info
protected Metadata metadata
protected java.lang.String resultData
| Constructor Detail |
|---|
public ExecuteCmdResultType()
| Method Detail |
|---|
public ExecuteCmdReturnStatus getExecuteCmdReturnStatus()
ExecuteCmdReturnStatuspublic void setExecuteCmdReturnStatus(ExecuteCmdReturnStatus value)
value - allowed object is
ExecuteCmdReturnStatuspublic java.lang.String getHeaderData()
Stringpublic void setHeaderData(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInfo()
Stringpublic void setInfo(java.lang.String value)
value - allowed object is
Stringpublic Metadata getMetadata()
Metadatapublic void setMetadata(Metadata value)
value - allowed object is
Metadatapublic java.lang.String getResultData()
Stringpublic void setResultData(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.adminws.dto.ExecuteCmdResultType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||