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 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  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

name

protected String name

version

protected String version

packageTypeName

protected String packageTypeName

architectureName

protected String architectureName

resourceTypeName

protected String resourceTypeName

resourceTypePlugin

protected String resourceTypePlugin
Constructor Detail

PackageDetailsKeyType

public PackageDetailsKeyType()
Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getVersion

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

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String

getPackageTypeName

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

Returns:
possible object is String

setPackageTypeName

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

Parameters:
value - allowed object is String

getArchitectureName

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

Returns:
possible object is String

setArchitectureName

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

Parameters:
value - allowed object is String

getResourceTypeName

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

Returns:
possible object is String

setResourceTypeName

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

Parameters:
value - allowed object is String

getResourceTypePlugin

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

Returns:
possible object is String

setResourceTypePlugin

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

Parameters:
value - allowed object is String


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