org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class FacetActivatorType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
facet
protected FacetType facet
FacetActivatorType
public FacetActivatorType()
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.