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

java.lang.Objectcom.rim.bes.bas.baa.GetGroup
public class GetGroup
Java class for getGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="loadGroupChildGroups" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="loadGroupParentGroups" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="loadGroupDirectUsers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="loadGroupDirectAssignments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
groupId
|
protected boolean |
loadGroupChildGroups
|
protected boolean |
loadGroupDirectAssignments
|
protected boolean |
loadGroupDirectUsers
|
protected boolean |
loadGroupParentGroups
|
protected java.lang.String |
locale
|
| Constructor Summary | |
|---|---|
GetGroup()
|
|
| Method Summary | |
|---|---|
int |
getGroupId()
Gets the value of the groupId property. |
java.lang.String |
getLocale()
Gets the value of the locale property. |
boolean |
isLoadGroupChildGroups()
Gets the value of the loadGroupChildGroups property. |
boolean |
isLoadGroupDirectAssignments()
Gets the value of the loadGroupDirectAssignments property. |
boolean |
isLoadGroupDirectUsers()
Gets the value of the loadGroupDirectUsers property. |
boolean |
isLoadGroupParentGroups()
Gets the value of the loadGroupParentGroups property. |
void |
setGroupId(int value)
Sets the value of the groupId property. |
void |
setLoadGroupChildGroups(boolean value)
Sets the value of the loadGroupChildGroups property. |
void |
setLoadGroupDirectAssignments(boolean value)
Sets the value of the loadGroupDirectAssignments property. |
void |
setLoadGroupDirectUsers(boolean value)
Sets the value of the loadGroupDirectUsers property. |
void |
setLoadGroupParentGroups(boolean value)
Sets the value of the loadGroupParentGroups property. |
void |
setLocale(java.lang.String value)
Sets the value of the locale property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int groupId
protected java.lang.String locale
protected boolean loadGroupChildGroups
protected boolean loadGroupParentGroups
protected boolean loadGroupDirectUsers
protected boolean loadGroupDirectAssignments
| Constructor Detail |
|---|
public GetGroup()
| Method Detail |
|---|
public int getGroupId()
public void setGroupId(int value)
public java.lang.String getLocale()
Stringpublic void setLocale(java.lang.String value)
value - allowed object is
Stringpublic boolean isLoadGroupChildGroups()
public void setLoadGroupChildGroups(boolean value)
public boolean isLoadGroupParentGroups()
public void setLoadGroupParentGroups(boolean value)
public boolean isLoadGroupDirectUsers()
public void setLoadGroupDirectUsers(boolean value)
public boolean isLoadGroupDirectAssignments()
public void setLoadGroupDirectAssignments(boolean value)
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.GetGroup NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||