public class PackageDetailsKeyType extends Object
Java class for packageDetailsKeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="packageDetailsKeyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="version">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="package-type-name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="architecture-name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="resource-type-name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="resource-type-plugin">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
architectureName |
protected String |
name |
protected String |
packageTypeName |
protected String |
resourceTypeName |
protected String |
resourceTypePlugin |
protected String |
version |
| Constructor and Description |
|---|
PackageDetailsKeyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitectureName()
Gets the value of the architectureName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPackageTypeName()
Gets the value of the packageTypeName property.
|
String |
getResourceTypeName()
Gets the value of the resourceTypeName property.
|
String |
getResourceTypePlugin()
Gets the value of the resourceTypePlugin property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setArchitectureName(String value)
Sets the value of the architectureName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPackageTypeName(String value)
Sets the value of the packageTypeName property.
|
void |
setResourceTypeName(String value)
Sets the value of the resourceTypeName property.
|
void |
setResourceTypePlugin(String value)
Sets the value of the resourceTypePlugin property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String name
protected String version
protected String packageTypeName
protected String architectureName
protected String resourceTypeName
protected String resourceTypePlugin
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getPackageTypeName()
Stringpublic void setPackageTypeName(String value)
value - allowed object is
Stringpublic String getArchitectureName()
Stringpublic void setArchitectureName(String value)
value - allowed object is
Stringpublic String getResourceTypeName()
Stringpublic void setResourceTypeName(String value)
value - allowed object is
Stringpublic String getResourceTypePlugin()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.