|
||||||||||
| 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 java.lang.String |
architectureName
|
protected java.lang.String |
name
|
protected java.lang.String |
packageTypeName
|
protected java.lang.String |
resourceTypeName
|
protected java.lang.String |
resourceTypePlugin
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
PackageDetailsKeyType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArchitectureName()
Gets the value of the architectureName property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPackageTypeName()
Gets the value of the packageTypeName property. |
java.lang.String |
getResourceTypeName()
Gets the value of the resourceTypeName property. |
java.lang.String |
getResourceTypePlugin()
Gets the value of the resourceTypePlugin property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setArchitectureName(java.lang.String value)
Sets the value of the architectureName property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPackageTypeName(java.lang.String value)
Sets the value of the packageTypeName property. |
void |
setResourceTypeName(java.lang.String value)
Sets the value of the resourceTypeName property. |
void |
setResourceTypePlugin(java.lang.String value)
Sets the value of the resourceTypePlugin property. |
void |
setVersion(java.lang.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 java.lang.String name
protected java.lang.String version
protected java.lang.String packageTypeName
protected java.lang.String architectureName
protected java.lang.String resourceTypeName
protected java.lang.String resourceTypePlugin
| Constructor Detail |
|---|
public PackageDetailsKeyType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPackageTypeName()
Stringpublic void setPackageTypeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArchitectureName()
Stringpublic void setArchitectureName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceTypeName()
Stringpublic void setResourceTypeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceTypePlugin()
Stringpublic void setResourceTypePlugin(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||