|
||||||||||
| 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.packagetype.PackageTypePluginDescriptorType
public class PackageTypePluginDescriptorType
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>
| Field Summary | |
|---|---|
protected String |
behaviorClass
|
protected List<PackageTypeDefinitionType> |
packageType
|
| 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 | |
|---|---|
PackageTypePluginDescriptorType()
|
|
| Method Summary | |
|---|---|
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. |
| 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 String behaviorClass
protected List<PackageTypeDefinitionType> packageType
| Constructor Detail |
|---|
public PackageTypePluginDescriptorType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||