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

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

public class PageLinkType
extends ExtensionType

A page link extension for a named link in a page extension point.

Java class for PageLinkType complex type.

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

 <complexType name="PageLinkType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin.perspective}ExtensionType">
       <sequence>
         <element name="activators" type="{urn:xmlns:rhq-serverplugin.perspective}GlobalActivatorsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  GlobalActivatorsType activators
           
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
application, description, name, url
 
Constructor Summary
PageLinkType()
           
 
Method Summary
 GlobalActivatorsType getActivators()
          Gets the value of the activators property.
 void setActivators(GlobalActivatorsType value)
          Sets the value of the activators property.
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
getApplication, getDescription, getName, getOtherAttributes, getUrl, setApplication, setDescription, setName, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activators

protected GlobalActivatorsType activators
Constructor Detail

PageLinkType

public PageLinkType()
Method Detail

getActivators

public GlobalActivatorsType getActivators()
Gets the value of the activators property.

Returns:
possible object is GlobalActivatorsType

setActivators

public void setActivators(GlobalActivatorsType value)
Sets the value of the activators property.

Parameters:
value - allowed object is GlobalActivatorsType


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