|
||||||||||
| 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.CommonActivatorsType
public class CommonActivatorsType
Activators common to global and resource activators.
Java class for CommonActivatorsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommonActivatorsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="debug-mode" type="{urn:xmlns:rhq-serverplugin.perspective}DebugModeActivatorType" minOccurs="0"/>
<element name="license-feature" type="{urn:xmlns:rhq-serverplugin.perspective}LicenseFeatureActivatorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="global-permission" type="{urn:xmlns:rhq-serverplugin.perspective}GlobalPermissionActivatorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="superuser" type="{urn:xmlns:rhq-serverplugin.perspective}SuperuserActivatorType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DebugModeActivatorType |
debugMode
|
protected List<GlobalPermissionActivatorType> |
globalPermission
|
protected List<LicenseFeatureActivatorType> |
licenseFeature
|
protected SuperuserActivatorType |
superuser
|
| Constructor Summary | |
|---|---|
CommonActivatorsType()
|
|
| Method Summary | |
|---|---|
DebugModeActivatorType |
getDebugMode()
Gets the value of the debugMode property. |
List<GlobalPermissionActivatorType> |
getGlobalPermission()
Gets the value of the globalPermission property. |
List<LicenseFeatureActivatorType> |
getLicenseFeature()
Gets the value of the licenseFeature property. |
SuperuserActivatorType |
getSuperuser()
Gets the value of the superuser property. |
void |
setDebugMode(DebugModeActivatorType value)
Sets the value of the debugMode property. |
void |
setSuperuser(SuperuserActivatorType value)
Sets the value of the superuser property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DebugModeActivatorType debugMode
protected List<LicenseFeatureActivatorType> licenseFeature
protected List<GlobalPermissionActivatorType> globalPermission
protected SuperuserActivatorType superuser
| Constructor Detail |
|---|
public CommonActivatorsType()
| Method Detail |
|---|
public DebugModeActivatorType getDebugMode()
DebugModeActivatorTypepublic void setDebugMode(DebugModeActivatorType value)
value - allowed object is
DebugModeActivatorTypepublic List<LicenseFeatureActivatorType> getLicenseFeature()
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 licenseFeature property.
For example, to add a new item, do as follows:
getLicenseFeature().add(newItem);
Objects of the following type(s) are allowed in the list
LicenseFeatureActivatorType
public List<GlobalPermissionActivatorType> getGlobalPermission()
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 globalPermission property.
For example, to add a new item, do as follows:
getGlobalPermission().add(newItem);
Objects of the following type(s) are allowed in the list
GlobalPermissionActivatorType
public SuperuserActivatorType getSuperuser()
SuperuserActivatorTypepublic void setSuperuser(SuperuserActivatorType value)
value - allowed object is
SuperuserActivatorType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||