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

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.PerspectivePluginDescriptorType

public class PerspectivePluginDescriptorType
extends ServerPluginDescriptorType

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

application

protected List<ApplicationType> application

globalTask

protected List<GlobalTaskType> globalTask

resourceTask

protected List<ResourceTaskType> resourceTask

menuItem

protected List<MenuItemType> menuItem

tab

protected List<TabType> tab

page

protected List<PageType> page
Constructor Detail

PerspectivePluginDescriptorType

public PerspectivePluginDescriptorType()
Method Detail

getApplication

public List<ApplicationType> getApplication()
Gets the value of the application property.

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


getGlobalTask

public List<GlobalTaskType> getGlobalTask()
Gets the value of the globalTask property.

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


getResourceTask

public List<ResourceTaskType> getResourceTask()
Gets the value of the resourceTask property.

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


getMenuItem

public List<MenuItemType> getMenuItem()
Gets the value of the menuItem property.

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


getTab

public List<TabType> getTab()
Gets the value of the tab property.

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


getPage

public List<PageType> getPage()
Gets the value of the page property.

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



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