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>
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationDescriptor |
configuration |
protected String |
description |
protected String |
displayName |
protected String |
name |
protected Boolean |
supportsArchitecture |
| Constructor and Description |
|---|
PackageTypeDefinitionType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected ConfigurationDescriptor configuration
protected String description
protected String displayName
protected String name
protected Boolean supportsArchitecture
public ConfigurationDescriptor getConfiguration()
ConfigurationDescriptorpublic void setConfiguration(ConfigurationDescriptor value)
value - allowed object is
ConfigurationDescriptorpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSupportsArchitecture()
BooleanCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.