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

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

public class FacetActivatorType
extends ActivatorType

The resource in context must be of a resource type that implements the specified facet.

Java class for FacetActivatorType complex type.

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

 <complexType name="FacetActivatorType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin.perspective}ActivatorType">
       <attribute name="name" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}FacetType" />
     </extension>
   </complexContent>
 </complexType>
 


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

Field Detail

name

protected FacetType name
Constructor Detail

FacetActivatorType

public FacetActivatorType()
Method Detail

getName

public FacetType getName()
Gets the value of the name property.

Returns:
possible object is FacetType

setName

public void setName(FacetType value)
Sets the value of the name property.

Parameters:
value - allowed object is FacetType


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