org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class TabType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
position
protected PositionType position
activators
protected ResourceActivatorsType activators
TabType
public TabType()
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.