|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.CreateGroupResultType 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.CreateGroupResultType
public abstract class CreateGroupResultType
Java class for CreateGroupResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateGroupResultType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="createGroupReturnStatus" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}CreateGroupReturnStatus" minOccurs="0"/>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="metadata" type="{http://www.rim.com/com.rim.bes.bas.baa.common.dto}Metadata" 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 CreateGroupReturnStatus |
createGroupReturnStatus
|
protected java.lang.Integer |
groupId
|
protected Metadata |
metadata
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
CreateGroupResultType()
|
|
| Method Summary | |
|---|---|
CreateGroupReturnStatus |
getCreateGroupReturnStatus()
Indicates whether or not an error has occurred. |
java.lang.Integer |
getGroupId()
Contains the ID of the newly created group. |
Metadata |
getMetadata()
Gets the value of the metadata property. |
void |
setCreateGroupReturnStatus(CreateGroupReturnStatus value)
Sets the value of the createGroupReturnStatus property. |
void |
setGroupId(java.lang.Integer value)
Sets the value of the groupId property. |
void |
setMetadata(Metadata value)
Sets the value of the metadata 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 CreateGroupReturnStatus createGroupReturnStatus
protected java.lang.Integer groupId
protected Metadata metadata
| Constructor Detail |
|---|
public CreateGroupResultType()
| Method Detail |
|---|
public CreateGroupReturnStatus getCreateGroupReturnStatus()
CreateGroupReturnStatuspublic void setCreateGroupReturnStatus(CreateGroupReturnStatus value)
value - allowed object is
CreateGroupReturnStatuspublic java.lang.Integer getGroupId()
Contains the ID of the newly created group.
Integerpublic void setGroupId(java.lang.Integer value)
value - allowed object is
Integerpublic Metadata getMetadata()
Metadatapublic void setMetadata(Metadata value)
value - allowed object is
Metadata
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.CreateGroupResultType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||