org.rhq.enterprise.server.xmlschema.generated.serverplugin.packagetype
Class PackageTypePluginDescriptorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.packagetype.PackageTypePluginDescriptorType

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>
 


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

behaviorClass

protected String behaviorClass

packageType

protected List<PackageTypeDefinitionType> packageType
Constructor Detail

PackageTypePluginDescriptorType

public PackageTypePluginDescriptorType()
Method Detail

getBehaviorClass

public String getBehaviorClass()
Gets the value of the behaviorClass property.

Returns:
possible object is String

setBehaviorClass

public void setBehaviorClass(String value)
Sets the value of the behaviorClass property.

Parameters:
value - allowed object is String

getPackageType

public List<PackageTypeDefinitionType> getPackageType()
Gets the value of the packageType 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 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-2012 Red Hat, Inc.. All Rights Reserved.