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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.baa.dto.SetGroupReturnStatusType
public abstract class SetGroupReturnStatusType
Java class for SetGroupReturnStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetGroupReturnStatusType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="code" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}SetGroupReturnStatusEnumType" minOccurs="0"/>
<element name="actor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message" 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 |
actor
|
protected SetGroupReturnStatusEnumType |
code
|
protected java.lang.String |
message
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
SetGroupReturnStatusType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActor()
Indicates whether an error was caused by the client or the server. |
SetGroupReturnStatusEnumType |
getCode()
Discloses the status of the API call. |
java.lang.String |
getMessage()
Returns a more detailed error message. |
void |
setActor(java.lang.String value)
Sets the value of the actor property. |
void |
setCode(SetGroupReturnStatusEnumType value)
Sets the value of the code property. |
void |
setMessage(java.lang.String value)
Sets the value of the message 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 SetGroupReturnStatusEnumType code
protected java.lang.String actor
protected java.lang.String message
| Constructor Detail |
|---|
public SetGroupReturnStatusType()
| Method Detail |
|---|
public SetGroupReturnStatusEnumType getCode()
SetGroupReturnStatusEnumTypepublic void setCode(SetGroupReturnStatusEnumType value)
value - allowed object is
SetGroupReturnStatusEnumTypepublic java.lang.String getActor()
Stringpublic void setActor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMessage()
Stringpublic void setMessage(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.dto.SetGroupReturnStatusType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||