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

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

public class FacetActivatorSetType
extends java.lang.Object

Java class for FacetActivatorSetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FacetActivatorSetType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:xmlns:rhq-serverplugin.perspective}facetActivator" 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<FacetActivatorType> facetActivator
           
 
Constructor Summary
FacetActivatorSetType()
           
 
Method Summary
 java.util.List<FacetActivatorType> getFacetActivator()
          Gets the value of the facetActivator 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

facetActivator

protected java.util.List<FacetActivatorType> facetActivator

any

protected java.lang.Boolean any
Constructor Detail

FacetActivatorSetType

public FacetActivatorSetType()
Method Detail

getFacetActivator

public java.util.List<FacetActivatorType> getFacetActivator()
Gets the value of the facetActivator 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 facetActivator property.

For example, to add a new item, do as follows:

    getFacetActivator().add(newItem);
 

Objects of the following type(s) are allowed in the list FacetActivatorType


isAny

public boolean isAny()
Gets the value of the any property.

Returns:
possible object is Boolean

setAny

public void setAny(java.lang.Boolean value)
Sets the value of the any property.

Parameters:
value - allowed object is Boolean


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