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

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

public class TabType
extends RenderedExtensionType

An extension that adds or removes a resource tab or subtab.

Java class for TabType complex type.

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

 <complexType name="TabType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin.perspective}RenderedExtensionType">
       <sequence>
         <element name="position" type="{urn:xmlns:rhq-serverplugin.perspective}PositionType"/>
         <element name="activators" type="{urn:xmlns:rhq-serverplugin.perspective}ResourceActivatorsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ResourceActivatorsType activators
           
protected  PositionType position
           
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
action, displayName, iconUrl
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
application, description, name, url
 
Constructor Summary
TabType()
           
 
Method Summary
 ResourceActivatorsType getActivators()
          Gets the value of the activators property.
 PositionType getPosition()
          Gets the value of the position property.
 void setActivators(ResourceActivatorsType value)
          Sets the value of the activators property.
 void setPosition(PositionType value)
          Sets the value of the position property.
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
getAction, getDisplayName, getIconUrl, setAction, setDisplayName, setIconUrl
 
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

position

protected PositionType position

activators

protected ResourceActivatorsType activators
Constructor Detail

TabType

public TabType()
Method Detail

getPosition

public PositionType getPosition()
Gets the value of the position property.

Returns:
possible object is PositionType

setPosition

public void setPosition(PositionType value)
Sets the value of the position property.

Parameters:
value - allowed object is PositionType

getActivators

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

Returns:
possible object is ResourceActivatorsType

setActivators

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

Parameters:
value - allowed object is ResourceActivatorsType


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