|
||||||||||
| 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.ServerPluginDescriptorType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.PerspectivePluginDescriptorType
public class PerspectivePluginDescriptorType
The perspective descriptor providing the complete perspective definition.
Java class for PerspectivePluginDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerspectivePluginDescriptorType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin}ServerPluginDescriptorType">
<sequence>
<element name="application" type="{urn:xmlns:rhq-serverplugin.perspective}ApplicationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="global-task" type="{urn:xmlns:rhq-serverplugin.perspective}GlobalTaskType" maxOccurs="unbounded" minOccurs="0"/>
<element name="resource-task" type="{urn:xmlns:rhq-serverplugin.perspective}ResourceTaskType" maxOccurs="unbounded" minOccurs="0"/>
<element name="menu-item" type="{urn:xmlns:rhq-serverplugin.perspective}MenuItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="tab" type="{urn:xmlns:rhq-serverplugin.perspective}TabType" maxOccurs="unbounded" minOccurs="0"/>
<element name="page" type="{urn:xmlns:rhq-serverplugin.perspective}PageType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<ApplicationType> |
application
|
protected List<GlobalTaskType> |
globalTask
|
protected List<MenuItemType> |
menuItem
|
protected List<PageType> |
page
|
protected List<ResourceTaskType> |
resourceTask
|
protected List<TabType> |
tab
|
| Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType |
|---|
_package, apiVersion, description, disabledOnDiscovery, displayName, help, name, pluginComponent, pluginConfiguration, scheduledJobs, version |
| Constructor Summary | |
|---|---|
PerspectivePluginDescriptorType()
|
|
| Method Summary | |
|---|---|
List<ApplicationType> |
getApplication()
Gets the value of the application property. |
List<GlobalTaskType> |
getGlobalTask()
Gets the value of the globalTask property. |
List<MenuItemType> |
getMenuItem()
Gets the value of the menuItem property. |
List<PageType> |
getPage()
Gets the value of the page property. |
List<ResourceTaskType> |
getResourceTask()
Gets the value of the resourceTask property. |
List<TabType> |
getTab()
Gets the value of the tab property. |
| Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType |
|---|
getApiVersion, getDescription, getDisplayName, getHelp, getName, getPackage, getPluginComponent, getPluginConfiguration, getScheduledJobs, getVersion, isDisabledOnDiscovery, setApiVersion, setDescription, setDisabledOnDiscovery, setDisplayName, setHelp, setName, setPackage, setPluginComponent, setPluginConfiguration, setScheduledJobs, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ApplicationType> application
protected List<GlobalTaskType> globalTask
protected List<ResourceTaskType> resourceTask
protected List<MenuItemType> menuItem
protected List<TabType> tab
protected List<PageType> page
| Constructor Detail |
|---|
public PerspectivePluginDescriptorType()
| Method Detail |
|---|
public List<ApplicationType> getApplication()
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 application property.
For example, to add a new item, do as follows:
getApplication().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicationType
public List<GlobalTaskType> getGlobalTask()
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 globalTask property.
For example, to add a new item, do as follows:
getGlobalTask().add(newItem);
Objects of the following type(s) are allowed in the list
GlobalTaskType
public List<ResourceTaskType> getResourceTask()
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 resourceTask property.
For example, to add a new item, do as follows:
getResourceTask().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceTaskType
public List<MenuItemType> getMenuItem()
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 menuItem property.
For example, to add a new item, do as follows:
getMenuItem().add(newItem);
Objects of the following type(s) are allowed in the list
MenuItemType
public List<TabType> getTab()
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 tab property.
For example, to add a new item, do as follows:
getTab().add(newItem);
Objects of the following type(s) are allowed in the list
TabType
public List<PageType> getPage()
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 page property.
For example, to add a new item, do as follows:
getPage().add(newItem);
Objects of the following type(s) are allowed in the list
PageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||