org.rhq.enterprise.server.xmlschema.generated.serverplugin.content
Class ContentPluginDescriptorType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.content.ContentPluginDescriptorType
public class ContentPluginDescriptorType
- extends ServerPluginDescriptorType
Java class for ContentPluginDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentPluginDescriptorType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin}ServerPluginDescriptorType">
<sequence>
<element ref="{urn:xmlns:rhq-serverplugin.content}contentSourceType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType |
_package, apiVersion, description, disabledOnDiscovery, displayName, help, name, pluginComponent, pluginConfiguration, scheduledJobs, version |
| 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 |
contentSourceType
protected java.util.List<ContentSourceTypeDefinition> contentSourceType
ContentPluginDescriptorType
public ContentPluginDescriptorType()
getContentSourceType
public java.util.List<ContentSourceTypeDefinition> getContentSourceType()
- Defines a supported content source type that is able to feed content into the server.
Gets the value of the contentSourceType 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 contentSourceType property.
For example, to add a new item, do as follows:
getContentSourceType().add(newItem);
Objects of the following type(s) are allowed in the list
ContentSourceTypeDefinition
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.