|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.GroupType 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.GroupType
public abstract class GroupType
Java class for GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="groupType" type="{http://www.rim.com/com.rim.bes.bas.dto}GroupTypeEnumType" minOccurs="0"/>
<element name="groupChildGroups" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}GroupChildGroups" minOccurs="0"/>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="groupMember" type="{http://www.rim.com/com.rim.bes.bas.dto}GroupMember" maxOccurs="unbounded" minOccurs="0"/>
<element name="groupParentGroups" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}GroupParentGroups" minOccurs="0"/>
<element name="groupUsers" type="{http://www.rim.com/com.rim.bes.bas.dto}GroupUsers" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="organizationId" type="{http://www.w3.org/2001/XMLSchema}int" 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 GroupChildGroups |
groupChildGroups
|
protected java.lang.Integer |
groupId
|
protected java.util.List<GroupMember> |
groupMember
|
protected GroupParentGroups |
groupParentGroups
|
protected GroupTypeEnumType |
groupType
|
protected GroupUsers |
groupUsers
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.lang.Integer |
organizationId
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
GroupType()
|
|
| Method Summary | |
|---|---|
GroupChildGroups |
getGroupChildGroups()
Gets the value of the groupChildGroups property. |
java.lang.Integer |
getGroupId()
Gets the value of the groupId property. |
java.util.List<GroupMember> |
getGroupMember()
Gets the value of the groupMember property. |
GroupParentGroups |
getGroupParentGroups()
Gets the value of the groupParentGroups property. |
GroupTypeEnumType |
getGroupType()
Gets the value of the groupType property. |
GroupUsers |
getGroupUsers()
Gets the value of the groupUsers property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.lang.Integer |
getOrganizationId()
Gets the value of the organizationId property. |
void |
setGroupChildGroups(GroupChildGroups value)
Sets the value of the groupChildGroups property. |
void |
setGroupId(java.lang.Integer value)
Sets the value of the groupId property. |
void |
setGroupParentGroups(GroupParentGroups value)
Sets the value of the groupParentGroups property. |
void |
setGroupType(GroupTypeEnumType value)
Sets the value of the groupType property. |
void |
setGroupUsers(GroupUsers value)
Sets the value of the groupUsers property. |
void |
setOrganizationId(java.lang.Integer value)
Sets the value of the organizationId 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 GroupTypeEnumType groupType
protected GroupChildGroups groupChildGroups
protected java.lang.Integer groupId
protected java.util.List<GroupMember> groupMember
protected GroupParentGroups groupParentGroups
protected GroupUsers groupUsers
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.lang.Integer organizationId
| Constructor Detail |
|---|
public GroupType()
| Method Detail |
|---|
public GroupTypeEnumType getGroupType()
GroupTypeEnumTypepublic void setGroupType(GroupTypeEnumType value)
value - allowed object is
GroupTypeEnumTypepublic GroupChildGroups getGroupChildGroups()
GroupChildGroupspublic void setGroupChildGroups(GroupChildGroups value)
value - allowed object is
GroupChildGroupspublic java.lang.Integer getGroupId()
Integerpublic void setGroupId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<GroupMember> getGroupMember()
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 groupMember property.
For example, to add a new item, do as follows:
getGroupMember().add(newItem);
Objects of the following type(s) are allowed in the list
GroupMember
public GroupParentGroups getGroupParentGroups()
GroupParentGroupspublic void setGroupParentGroups(GroupParentGroups value)
value - allowed object is
GroupParentGroupspublic GroupUsers getGroupUsers()
GroupUserspublic void setGroupUsers(GroupUsers value)
value - allowed object is
GroupUserspublic java.util.List<LocaleNameAndDescription> getLocaleNameAndDescription()
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 localeNameAndDescription property.
For example, to add a new item, do as follows:
getLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleNameAndDescription
public java.lang.Integer getOrganizationId()
Integerpublic void setOrganizationId(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.GroupType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||