org.rhq.enterprise.server.xmlschema.generated.contentsource.packagedetails
Class PackageDetailsKeyType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.contentsource.packagedetails.PackageDetailsKeyType

public class PackageDetailsKeyType
extends java.lang.Object

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

name

protected java.lang.String name

version

protected java.lang.String version

packageTypeName

protected java.lang.String packageTypeName

architectureName

protected java.lang.String architectureName

resourceTypeName

protected java.lang.String resourceTypeName

resourceTypePlugin

protected java.lang.String resourceTypePlugin
Constructor Detail

PackageDetailsKeyType

public PackageDetailsKeyType()
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getPackageTypeName

public java.lang.String getPackageTypeName()
Gets the value of the packageTypeName property.

Returns:
possible object is String

setPackageTypeName

public void setPackageTypeName(java.lang.String value)
Sets the value of the packageTypeName property.

Parameters:
value - allowed object is String

getArchitectureName

public java.lang.String getArchitectureName()
Gets the value of the architectureName property.

Returns:
possible object is String

setArchitectureName

public void setArchitectureName(java.lang.String value)
Sets the value of the architectureName property.

Parameters:
value - allowed object is String

getResourceTypeName

public java.lang.String getResourceTypeName()
Gets the value of the resourceTypeName property.

Returns:
possible object is String

setResourceTypeName

public void setResourceTypeName(java.lang.String value)
Sets the value of the resourceTypeName property.

Parameters:
value - allowed object is String

getResourceTypePlugin

public java.lang.String getResourceTypePlugin()
Gets the value of the resourceTypePlugin property.

Returns:
possible object is String

setResourceTypePlugin

public void setResourceTypePlugin(java.lang.String value)
Sets the value of the resourceTypePlugin property.

Parameters:
value - allowed object is String


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