org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class ResourceActivatorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ResourceActivatorType

public class ResourceActivatorType
extends java.lang.Object

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

resourceTypeActivator

protected ResourceTypeActivatorType resourceTypeActivator

facetActivatorSet

protected FacetActivatorSetType facetActivatorSet

resourcePermissionActivatorSet

protected java.util.List<ResourcePermissionActivatorSetType> resourcePermissionActivatorSet

traitActivatorSet

protected java.util.List<TraitActivatorSetType> traitActivatorSet
Constructor Detail

ResourceActivatorType

public ResourceActivatorType()
Method Detail

getResourceTypeActivator

public ResourceTypeActivatorType getResourceTypeActivator()
Gets the value of the resourceTypeActivator property.

Returns:
possible object is ResourceTypeActivatorType

setResourceTypeActivator

public void setResourceTypeActivator(ResourceTypeActivatorType value)
Sets the value of the resourceTypeActivator property.

Parameters:
value - allowed object is ResourceTypeActivatorType

getFacetActivatorSet

public FacetActivatorSetType getFacetActivatorSet()
Gets the value of the facetActivatorSet property.

Returns:
possible object is FacetActivatorSetType

setFacetActivatorSet

public void setFacetActivatorSet(FacetActivatorSetType value)
Sets the value of the facetActivatorSet property.

Parameters:
value - allowed object is FacetActivatorSetType

getResourcePermissionActivatorSet

public java.util.List<ResourcePermissionActivatorSetType> getResourcePermissionActivatorSet()
Gets the value of the resourcePermissionActivatorSet property.

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


getTraitActivatorSet

public java.util.List<TraitActivatorSetType> getTraitActivatorSet()
Gets the value of the traitActivatorSet property.

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



Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.