|
||||||||||
| 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.ActivatorType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ResourceType
public class ResourceType
Resource level activation definition.
Java class for ResourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin.perspective}ActivatorType">
<sequence>
<element name="resource-permission" type="{urn:xmlns:rhq-serverplugin.perspective}ResourcePermissionActivatorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="trait" type="{urn:xmlns:rhq-serverplugin.perspective}TraitActivatorType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="plugin" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
plugin
|
protected List<ResourcePermissionActivatorType> |
resourcePermission
|
protected List<TraitActivatorType> |
trait
|
protected String |
type
|
| Constructor Summary | |
|---|---|
ResourceType()
|
|
| Method Summary | |
|---|---|
String |
getPlugin()
Gets the value of the plugin property. |
List<ResourcePermissionActivatorType> |
getResourcePermission()
Gets the value of the resourcePermission property. |
List<TraitActivatorType> |
getTrait()
Gets the value of the trait property. |
String |
getType()
Gets the value of the type property. |
void |
setPlugin(String value)
Sets the value of the plugin property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ResourcePermissionActivatorType> resourcePermission
protected List<TraitActivatorType> trait
protected String plugin
protected String type
| Constructor Detail |
|---|
public ResourceType()
| Method Detail |
|---|
public List<ResourcePermissionActivatorType> getResourcePermission()
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 resourcePermission property.
For example, to add a new item, do as follows:
getResourcePermission().add(newItem);
Objects of the following type(s) are allowed in the list
ResourcePermissionActivatorType
public List<TraitActivatorType> getTrait()
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 trait property.
For example, to add a new item, do as follows:
getTrait().add(newItem);
Objects of the following type(s) are allowed in the list
TraitActivatorType
public String getPlugin()
Stringpublic void setPlugin(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||