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>
| Modifier and Type | Field and Description |
|---|---|
protected List<ContentSourceTypeDefinition> |
contentSourceType |
_package, apiVersion, description, disabledOnDiscovery, displayName, help, name, pluginComponent, pluginConfiguration, scheduledJobs, version| Constructor and Description |
|---|
ContentPluginDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentSourceTypeDefinition> |
getContentSourceType()
Defines a supported content source type that is able to feed content into the server.
|
getApiVersion, getDescription, getDisplayName, getHelp, getName, getPackage, getPluginComponent, getPluginConfiguration, getScheduledJobs, getVersion, isDisabledOnDiscovery, setApiVersion, setDescription, setDisabledOnDiscovery, setDisplayName, setHelp, setName, setPackage, setPluginComponent, setPluginConfiguration, setScheduledJobs, setVersionprotected List<ContentSourceTypeDefinition> contentSourceType
public List<ContentSourceTypeDefinition> getContentSourceType()
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-2013 Red Hat, Inc.. All Rights Reserved.