|
||||||||||
| 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.ResourceActivatorType
public class ResourceActivatorType
Java class for ResourceActivatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceActivatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}resourceTypeActivator"/>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}facetActivatorSet"/>
</choice>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}resourcePermissionActivatorSet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}traitActivatorSet" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FacetActivatorSetType |
facetActivatorSet
|
protected java.util.List<ResourcePermissionActivatorSetType> |
resourcePermissionActivatorSet
|
protected ResourceTypeActivatorType |
resourceTypeActivator
|
protected java.util.List<TraitActivatorSetType> |
traitActivatorSet
|
| Constructor Summary | |
|---|---|
ResourceActivatorType()
|
|
| Method Summary | |
|---|---|
FacetActivatorSetType |
getFacetActivatorSet()
Gets the value of the facetActivatorSet property. |
java.util.List<ResourcePermissionActivatorSetType> |
getResourcePermissionActivatorSet()
Gets the value of the resourcePermissionActivatorSet property. |
ResourceTypeActivatorType |
getResourceTypeActivator()
Gets the value of the resourceTypeActivator property. |
java.util.List<TraitActivatorSetType> |
getTraitActivatorSet()
Gets the value of the traitActivatorSet property. |
void |
setFacetActivatorSet(FacetActivatorSetType value)
Sets the value of the facetActivatorSet property. |
void |
setResourceTypeActivator(ResourceTypeActivatorType value)
Sets the value of the resourceTypeActivator property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ResourceTypeActivatorType resourceTypeActivator
protected FacetActivatorSetType facetActivatorSet
protected java.util.List<ResourcePermissionActivatorSetType> resourcePermissionActivatorSet
protected java.util.List<TraitActivatorSetType> traitActivatorSet
| Constructor Detail |
|---|
public ResourceActivatorType()
| Method Detail |
|---|
public ResourceTypeActivatorType getResourceTypeActivator()
ResourceTypeActivatorTypepublic void setResourceTypeActivator(ResourceTypeActivatorType value)
value - allowed object is
ResourceTypeActivatorTypepublic FacetActivatorSetType getFacetActivatorSet()
FacetActivatorSetTypepublic void setFacetActivatorSet(FacetActivatorSetType value)
value - allowed object is
FacetActivatorSetTypepublic java.util.List<ResourcePermissionActivatorSetType> getResourcePermissionActivatorSet()
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 resourcePermissionActivatorSet property.
For example, to add a new item, do as follows:
getResourcePermissionActivatorSet().add(newItem);
Objects of the following type(s) are allowed in the list
ResourcePermissionActivatorSetType
public java.util.List<TraitActivatorSetType> getTraitActivatorSet()
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 traitActivatorSet property.
For example, to add a new item, do as follows:
getTraitActivatorSet().add(newItem);
Objects of the following type(s) are allowed in the list
TraitActivatorSetType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||