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

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

public class PackageTypeDefinitionType
extends Object

Java class for PackageTypeDefinitionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PackageTypeDefinitionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="configuration" type="{urn:xmlns:rhq-configuration}configuration" minOccurs="0"/>
       </sequence>
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="supportsArchitecture" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConfigurationDescriptor configuration
           
protected  String description
           
protected  String displayName
           
protected  String name
           
protected  Boolean supportsArchitecture
           
 
Constructor Summary
PackageTypeDefinitionType()
           
 
Method Summary
 ConfigurationDescriptor getConfiguration()
          Gets the value of the configuration property.
 String getDescription()
          Gets the value of the description property.
 String getDisplayName()
          Gets the value of the displayName property.
 String getName()
          Gets the value of the name property.
 boolean isSupportsArchitecture()
          Gets the value of the supportsArchitecture property.
 void setConfiguration(ConfigurationDescriptor value)
          Sets the value of the configuration property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDisplayName(String value)
          Sets the value of the displayName property.
 void setName(String value)
          Sets the value of the name property.
 void setSupportsArchitecture(Boolean value)
          Sets the value of the supportsArchitecture property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected ConfigurationDescriptor configuration

description

protected String description

displayName

protected String displayName

name

protected String name

supportsArchitecture

protected Boolean supportsArchitecture
Constructor Detail

PackageTypeDefinitionType

public PackageTypeDefinitionType()
Method Detail

getConfiguration

public ConfigurationDescriptor getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is ConfigurationDescriptor

setConfiguration

public void setConfiguration(ConfigurationDescriptor value)
Sets the value of the configuration property.

Parameters:
value - allowed object is ConfigurationDescriptor

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSupportsArchitecture

public boolean isSupportsArchitecture()
Gets the value of the supportsArchitecture property.

Returns:
possible object is Boolean

setSupportsArchitecture

public void setSupportsArchitecture(Boolean value)
Sets the value of the supportsArchitecture property.

Parameters:
value - allowed object is Boolean


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.