|
||||||||||
| 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
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 |
|---|
protected java.util.List<ApplicationType> application
protected java.util.List<TaskType> globalTask
protected java.util.List<ResourceTaskType> resourceTask
protected java.util.List<MenuItemType> menuItem
protected java.util.List<TabType> tab
| Constructor Detail |
|---|
public PerspectivePluginDescriptorType()
| Method Detail |
|---|
public java.util.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 java.util.List<TaskType> 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
TaskType
public java.util.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 java.util.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 java.util.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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||