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

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

public class FacetActivatorType
extends java.lang.Object

Java class for FacetActivatorType complex type.

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

 <complexType name="FacetActivatorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="facet" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}FacetType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  FacetType facet
           
 
Constructor Summary
FacetActivatorType()
           
 
Method Summary
 FacetType getFacet()
          Gets the value of the facet property.
 void setFacet(FacetType value)
          Sets the value of the facet property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

facet

protected FacetType facet
Constructor Detail

FacetActivatorType

public FacetActivatorType()
Method Detail

getFacet

public FacetType getFacet()
Gets the value of the facet property.

Returns:
possible object is FacetType

setFacet

public void setFacet(FacetType value)
Sets the value of the facet property.

Parameters:
value - allowed object is FacetType


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