|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.GlobalPermissionActivatorSetType
public class GlobalPermissionActivatorSetType
Java class for GlobalPermissionActivatorSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlobalPermissionActivatorSetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}globalPermissionActivator" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="any" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
any
|
protected java.util.List<GlobalPermissionActivatorType> |
globalPermissionActivator
|
| Constructor Summary | |
|---|---|
GlobalPermissionActivatorSetType()
|
|
| Method Summary | |
|---|---|
java.util.List<GlobalPermissionActivatorType> |
getGlobalPermissionActivator()
Gets the value of the globalPermissionActivator property. |
boolean |
isAny()
Gets the value of the any property. |
void |
setAny(java.lang.Boolean value)
Sets the value of the any 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<GlobalPermissionActivatorType> globalPermissionActivator
protected java.lang.Boolean any
| Constructor Detail |
|---|
public GlobalPermissionActivatorSetType()
| Method Detail |
|---|
public java.util.List<GlobalPermissionActivatorType> getGlobalPermissionActivator()
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 globalPermissionActivator property.
For example, to add a new item, do as follows:
getGlobalPermissionActivator().add(newItem);
Objects of the following type(s) are allowed in the list
GlobalPermissionActivatorType
public boolean isAny()
Booleanpublic void setAny(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||