public class PackageTypePluginDescriptorType extends ServerPluginDescriptorType
Java class for PackageTypePluginDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackageTypePluginDescriptorType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin}ServerPluginDescriptorType">
<sequence>
<element name="behavior-class" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="package-type" type="{urn:xmlns:rhq-serverplugin.packagetype}PackageTypeDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
behaviorClass |
protected List<PackageTypeDefinitionType> |
packageType |
_package, apiVersion, description, disabledOnDiscovery, displayName, help, name, pluginComponent, pluginConfiguration, scheduledJobs, version| Constructor and Description |
|---|
PackageTypePluginDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBehaviorClass()
Gets the value of the behaviorClass property.
|
List<PackageTypeDefinitionType> |
getPackageType()
Gets the value of the packageType property.
|
void |
setBehaviorClass(String value)
Sets the value of the behaviorClass property.
|
getApiVersion, getDescription, getDisplayName, getHelp, getName, getPackage, getPluginComponent, getPluginConfiguration, getScheduledJobs, getVersion, isDisabledOnDiscovery, setApiVersion, setDescription, setDisabledOnDiscovery, setDisplayName, setHelp, setName, setPackage, setPluginComponent, setPluginConfiguration, setScheduledJobs, setVersionprotected String behaviorClass
protected List<PackageTypeDefinitionType> packageType
public String getBehaviorClass()
Stringpublic void setBehaviorClass(String value)
value - allowed object is
Stringpublic List<PackageTypeDefinitionType> getPackageType()
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 packageType property.
For example, to add a new item, do as follows:
getPackageType().add(newItem);
Objects of the following type(s) are allowed in the list
PackageTypeDefinitionType
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.