|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.AddUsersToGroupResultType 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.AddUsersToGroupResultType
public abstract class AddUsersToGroupResultType
Java class for AddUsersToGroupResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddUsersToGroupResultType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="addUsersToGroupReturnResult" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}AddUsersToGroupReturnResult" maxOccurs="unbounded" minOccurs="0"/>
<element name="addUsersToGroupReturnStatus" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}AddUserToGroupReturnStatus" 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 java.util.List<AddUsersToGroupReturnResult> |
addUsersToGroupReturnResult
|
protected AddUserToGroupReturnStatus |
addUsersToGroupReturnStatus
|
protected Metadata |
metadata
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
AddUsersToGroupResultType()
|
|
| Method Summary | |
|---|---|
java.util.List<AddUsersToGroupReturnResult> |
getAddUsersToGroupReturnResult()
Individual add user to group results. |
AddUserToGroupReturnStatus |
getAddUsersToGroupReturnStatus()
Indicates whether or not an error has occurred. |
Metadata |
getMetadata()
Gets the value of the metadata property. |
void |
setAddUsersToGroupReturnStatus(AddUserToGroupReturnStatus value)
Sets the value of the addUsersToGroupReturnStatus 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 java.util.List<AddUsersToGroupReturnResult> addUsersToGroupReturnResult
protected AddUserToGroupReturnStatus addUsersToGroupReturnStatus
protected Metadata metadata
| Constructor Detail |
|---|
public AddUsersToGroupResultType()
| Method Detail |
|---|
public java.util.List<AddUsersToGroupReturnResult> getAddUsersToGroupReturnResult()
Individual add user to group results.
Gets the value of the addUsersToGroupReturnResult property.
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 addUsersToGroupReturnResult property.
For example, to add a new item, do as follows:
getAddUsersToGroupReturnResult().add(newItem);
Objects of the following type(s) are allowed in the list
AddUsersToGroupReturnResult
public AddUserToGroupReturnStatus getAddUsersToGroupReturnStatus()
AddUserToGroupReturnStatuspublic void setAddUsersToGroupReturnStatus(AddUserToGroupReturnStatus value)
value - allowed object is
AddUserToGroupReturnStatuspublic 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.AddUsersToGroupResultType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||