|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TabType
public class TabType
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}ExtensionType">
<sequence>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}currentResourceOrGroupActivatorSet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:xmlns:rhq-serverplugin.perspective}position"/>
</sequence>
<attribute name="action" type="{urn:xmlns:rhq-serverplugin.perspective}ActionType" default="add" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ActionType |
action
|
protected java.util.List<ResourceActivatorSetType> |
currentResourceOrGroupActivatorSet
|
protected PositionType |
position
|
protected java.lang.String |
url
|
| Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType |
|---|
application, description, displayName, globalPermissionActivatorSet, iconUrl, monitoringLicenseActivator, name |
| Constructor Summary | |
|---|---|
TabType()
|
|
| Method Summary | |
|---|---|
ActionType |
getAction()
Gets the value of the action property. |
java.util.List<ResourceActivatorSetType> |
getCurrentResourceOrGroupActivatorSet()
Gets the value of the currentResourceOrGroupActivatorSet property. |
PositionType |
getPosition()
Required positioning element for the tab. |
java.lang.String |
getUrl()
Gets the value of the url property. |
void |
setAction(ActionType value)
Sets the value of the action property. |
void |
setPosition(PositionType value)
Required positioning element for the tab. |
void |
setUrl(java.lang.String value)
Sets the value of the url property. |
| Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType |
|---|
getApplication, getDescription, getDisplayName, getGlobalPermissionActivatorSet, getIconUrl, getMonitoringLicenseActivator, getName, getOtherAttributes, setApplication, setDescription, setDisplayName, setIconUrl, setMonitoringLicenseActivator, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<ResourceActivatorSetType> currentResourceOrGroupActivatorSet
protected PositionType position
protected ActionType action
protected java.lang.String url
| Constructor Detail |
|---|
public TabType()
| Method Detail |
|---|
public java.util.List<ResourceActivatorSetType> getCurrentResourceOrGroupActivatorSet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the currentResourceOrGroupActivatorSet property.
For example, to add a new item, do as follows:
getCurrentResourceOrGroupActivatorSet().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceActivatorSetType
public PositionType getPosition()
PositionTypepublic void setPosition(PositionType value)
value - allowed object is
PositionTypepublic ActionType getAction()
ActionTypepublic void setAction(ActionType value)
value - allowed object is
ActionTypepublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||