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

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 ref="{urn:xmlns:rhq-serverplugin.perspective}application" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:xmlns:rhq-serverplugin.perspective}globalTask" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:xmlns:rhq-serverplugin.perspective}resourceTask" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:xmlns:rhq-serverplugin.perspective}menuItem" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:xmlns:rhq-serverplugin.perspective}tab" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<ApplicationType> application
           
protected  java.util.List<TaskType> globalTask
           
protected  java.util.List<MenuItemType> menuItem
           
protected  java.util.List<ResourceTaskType> resourceTask
           
protected  java.util.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
 java.util.List<ApplicationType> getApplication()
          Gets the value of the application property.
 java.util.List<TaskType> getGlobalTask()
          Gets the value of the globalTask property.
 java.util.List<MenuItemType> getMenuItem()
          Gets the value of the menuItem property.
 java.util.List<ResourceTaskType> getResourceTask()
          Gets the value of the resourceTask property.
 java.util.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 java.util.List<ApplicationType> application

globalTask

protected java.util.List<TaskType> globalTask

resourceTask

protected java.util.List<ResourceTaskType> resourceTask

menuItem

protected java.util.List<MenuItemType> menuItem

tab

protected java.util.List<TabType> tab
Constructor Detail

PerspectivePluginDescriptorType

public PerspectivePluginDescriptorType()
Method Detail

getApplication

public java.util.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 java.util.List<TaskType> 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 TaskType


getResourceTask

public java.util.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 java.util.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 java.util.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



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