|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.AccessControlRulesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdscs.dto.AccessControlRulesType
public abstract class AccessControlRulesType
Java class for AccessControlRulesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessControlRulesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="pullRule" type="{http://www.rim.com/com.rim.bes.basplugin.mdscs.dto}PullRule" maxOccurs="unbounded" minOccurs="0"/>
<element name="pushRule" type="{http://www.rim.com/com.rim.bes.basplugin.mdscs.dto}PushRule" maxOccurs="unbounded" 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 java.util.List<PullRule> |
pullRule
|
protected java.util.List<PushRule> |
pushRule
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
AccessControlRulesType()
|
|
| Method Summary | |
|---|---|
java.util.List<PullRule> |
getPullRule()
Gets the value of the pullRule property. |
java.util.List<PushRule> |
getPushRule()
Gets the value of the pushRule 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 java.util.List<PullRule> pullRule
protected java.util.List<PushRule> pushRule
| Constructor Detail |
|---|
public AccessControlRulesType()
| Method Detail |
|---|
public java.util.List<PullRule> getPullRule()
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 pullRule property.
For example, to add a new item, do as follows:
getPullRule().add(newItem);
Objects of the following type(s) are allowed in the list
PullRule
public java.util.List<PushRule> getPushRule()
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 pushRule property.
For example, to add a new item, do as follows:
getPushRule().add(newItem);
Objects of the following type(s) are allowed in the list
PushRule
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.AccessControlRulesType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||