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

java.lang.Objectcom.rim.bes.bas.baa.CreateUsers
public class CreateUsers
Java class for createUsers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createUsers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userEnableBlackBerryAttributes" type="{http://www.rim.com/com.rim.bes.bas.dto}UserEnableBlackBerryAttributes" maxOccurs="unbounded" minOccurs="0"/>
<element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="group" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}Group" minOccurs="0"/>
<element name="itpolicy" type="{http://www.rim.com/com.rim.bes.bas.dto}ITPolicy" minOccurs="0"/>
<element name="softwareConfiguration" type="{http://www.rim.com/com.rim.bes.bas.dto}SoftwareConfiguration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Group |
group
|
protected ITPolicy |
itpolicy
|
protected java.lang.String |
locale
|
protected SoftwareConfiguration |
softwareConfiguration
|
protected java.util.List<UserEnableBlackBerryAttributes> |
userEnableBlackBerryAttributes
|
| Constructor Summary | |
|---|---|
CreateUsers()
|
|
| Method Summary | |
|---|---|
Group |
getGroup()
Gets the value of the group property. |
ITPolicy |
getItpolicy()
Gets the value of the itpolicy property. |
java.lang.String |
getLocale()
Gets the value of the locale property. |
SoftwareConfiguration |
getSoftwareConfiguration()
Gets the value of the softwareConfiguration property. |
java.util.List<UserEnableBlackBerryAttributes> |
getUserEnableBlackBerryAttributes()
Gets the value of the userEnableBlackBerryAttributes property. |
void |
setGroup(Group value)
Sets the value of the group property. |
void |
setItpolicy(ITPolicy value)
Sets the value of the itpolicy property. |
void |
setLocale(java.lang.String value)
Sets the value of the locale property. |
void |
setSoftwareConfiguration(SoftwareConfiguration value)
Sets the value of the softwareConfiguration property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<UserEnableBlackBerryAttributes> userEnableBlackBerryAttributes
protected java.lang.String locale
protected Group group
protected ITPolicy itpolicy
protected SoftwareConfiguration softwareConfiguration
| Constructor Detail |
|---|
public CreateUsers()
| Method Detail |
|---|
public java.util.List<UserEnableBlackBerryAttributes> getUserEnableBlackBerryAttributes()
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 userEnableBlackBerryAttributes property.
For example, to add a new item, do as follows:
getUserEnableBlackBerryAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
UserEnableBlackBerryAttributes
public java.lang.String getLocale()
Stringpublic void setLocale(java.lang.String value)
value - allowed object is
Stringpublic Group getGroup()
Grouppublic void setGroup(Group value)
value - allowed object is
Grouppublic ITPolicy getItpolicy()
ITPolicypublic void setItpolicy(ITPolicy value)
value - allowed object is
ITPolicypublic SoftwareConfiguration getSoftwareConfiguration()
SoftwareConfigurationpublic void setSoftwareConfiguration(SoftwareConfiguration value)
value - allowed object is
SoftwareConfiguration
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.CreateUsers NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||