|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.contentsource.packagedetails.PackageDetailsKeyType
public class PackageDetailsKeyType
The key to details of a package that a content source provides. This key is used when referring to a package version found in the remote content source repository.
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>
| Field Summary | |
|---|---|
protected String |
architectureName
|
protected String |
name
|
protected String |
packageTypeName
|
protected String |
resourceTypeName
|
protected String |
resourceTypePlugin
|
protected String |
version
|
| Constructor Summary | |
|---|---|
PackageDetailsKeyType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String version
protected String packageTypeName
protected String architectureName
protected String resourceTypeName
protected String resourceTypePlugin
| Constructor Detail |
|---|
public PackageDetailsKeyType()
| Method Detail |
|---|
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()
Stringpublic void setResourceTypePlugin(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||