|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.baa.dto.FindITPoliciesForGroupResultType 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.FindITPoliciesForGroupResultType
public abstract class FindITPoliciesForGroupResultType
Java class for FindITPoliciesForGroupResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindITPoliciesForGroupResultType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="findITPoliciesForGroupReturnStatus" type="{http://www.rim.com/com.rim.bes.bas.baa.dto}FindITPoliciesForGroupReturnStatus" minOccurs="0"/>
<element name="ITPolicyIds" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" 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 FindITPoliciesForGroupReturnStatus |
findITPoliciesForGroupReturnStatus
|
protected java.util.List<java.lang.Integer> |
itPolicyIds
|
protected Metadata |
metadata
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
FindITPoliciesForGroupResultType()
|
|
| Method Summary | |
|---|---|
FindITPoliciesForGroupReturnStatus |
getFindITPoliciesForGroupReturnStatus()
Indicates whether or not an error has occurred. |
java.util.List<java.lang.Integer> |
getITPolicyIds()
The IDs of the IT Policies directly attached to the group. |
Metadata |
getMetadata()
Gets the value of the metadata property. |
void |
setFindITPoliciesForGroupReturnStatus(FindITPoliciesForGroupReturnStatus value)
Sets the value of the findITPoliciesForGroupReturnStatus 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 FindITPoliciesForGroupReturnStatus findITPoliciesForGroupReturnStatus
protected java.util.List<java.lang.Integer> itPolicyIds
protected Metadata metadata
| Constructor Detail |
|---|
public FindITPoliciesForGroupResultType()
| Method Detail |
|---|
public FindITPoliciesForGroupReturnStatus getFindITPoliciesForGroupReturnStatus()
FindITPoliciesForGroupReturnStatuspublic void setFindITPoliciesForGroupReturnStatus(FindITPoliciesForGroupReturnStatus value)
value - allowed object is
FindITPoliciesForGroupReturnStatuspublic java.util.List<java.lang.Integer> getITPolicyIds()
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 itPolicyIds property.
For example, to add a new item, do as follows:
getITPolicyIds().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public 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.FindITPoliciesForGroupResultType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||