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

java.lang.Objectcom.rim.bes.bas.baa.SetGroup
public class SetGroup
Java class for setGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="group" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}Group" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Group |
group
|
protected java.lang.String |
locale
|
| Constructor Summary | |
|---|---|
SetGroup()
|
|
| Method Summary | |
|---|---|
Group |
getGroup()
Gets the value of the group property. |
java.lang.String |
getLocale()
Gets the value of the locale property. |
void |
setGroup(Group value)
Sets the value of the group 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 Group group
protected java.lang.String locale
| Constructor Detail |
|---|
public SetGroup()
| Method Detail |
|---|
public Group getGroup()
Grouppublic void setGroup(Group value)
value - allowed object is
Grouppublic java.lang.String getLocale()
Stringpublic void setLocale(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.SetGroup NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||