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

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

public class PackageDetailsType
extends java.lang.Object

Java class for packageDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="packageDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="package-details-key" type="{urn:xmlns:rhq-contentsource-packagedetails}packageDetailsKeyType"/>
         <element name="resource-versions" type="{urn:xmlns:rhq-contentsource-packagedetails}resourceVersionsType" minOccurs="0"/>
         <element name="display-name" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="display-version" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="short-description" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="long-description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="classification" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="file-name" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="file-size" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}long">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="file-created-date" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}long">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="md5" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="sha256" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="license-name" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="license-version" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
         <element name="metadata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="extra-properties" type="{urn:xmlns:rhq-contentsource-packagedetails}configurationType" minOccurs="0"/>
         <element name="location" minOccurs="0">
           <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 classification
           
protected  java.lang.String displayName
           
protected  java.lang.String displayVersion
           
protected  ConfigurationType extraProperties
           
protected  java.lang.Long fileCreatedDate
           
protected  java.lang.String fileName
           
protected  java.lang.Long fileSize
           
protected  java.lang.String licenseName
           
protected  java.lang.String licenseVersion
           
protected  java.lang.String location
           
protected  java.lang.String longDescription
           
protected  java.lang.String md5
           
protected  java.lang.String metadata
           
protected  PackageDetailsKeyType packageDetailsKey
           
protected  ResourceVersionsType resourceVersions
           
protected  java.lang.String sha256
           
protected  java.lang.String shortDescription
           
 
Constructor Summary
PackageDetailsType()
           
 
Method Summary
 java.lang.String getClassification()
          Gets the value of the classification property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getDisplayVersion()
          Gets the value of the displayVersion property.
 ConfigurationType getExtraProperties()
          Gets the value of the extraProperties property.
 java.lang.Long getFileCreatedDate()
          Gets the value of the fileCreatedDate property.
 java.lang.String getFileName()
          Gets the value of the fileName property.
 java.lang.Long getFileSize()
          Gets the value of the fileSize property.
 java.lang.String getLicenseName()
          Gets the value of the licenseName property.
 java.lang.String getLicenseVersion()
          Gets the value of the licenseVersion property.
 java.lang.String getLocation()
          Gets the value of the location property.
 java.lang.String getLongDescription()
          Gets the value of the longDescription property.
 java.lang.String getMd5()
          Gets the value of the md5 property.
 java.lang.String getMetadata()
          Gets the value of the metadata property.
 PackageDetailsKeyType getPackageDetailsKey()
          Gets the value of the packageDetailsKey property.
 ResourceVersionsType getResourceVersions()
          Gets the value of the resourceVersions property.
 java.lang.String getSha256()
          Gets the value of the sha256 property.
 java.lang.String getShortDescription()
          Gets the value of the shortDescription property.
 void setClassification(java.lang.String value)
          Sets the value of the classification property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setDisplayVersion(java.lang.String value)
          Sets the value of the displayVersion property.
 void setExtraProperties(ConfigurationType value)
          Sets the value of the extraProperties property.
 void setFileCreatedDate(java.lang.Long value)
          Sets the value of the fileCreatedDate property.
 void setFileName(java.lang.String value)
          Sets the value of the fileName property.
 void setFileSize(java.lang.Long value)
          Sets the value of the fileSize property.
 void setLicenseName(java.lang.String value)
          Sets the value of the licenseName property.
 void setLicenseVersion(java.lang.String value)
          Sets the value of the licenseVersion property.
 void setLocation(java.lang.String value)
          Sets the value of the location property.
 void setLongDescription(java.lang.String value)
          Sets the value of the longDescription property.
 void setMd5(java.lang.String value)
          Sets the value of the md5 property.
 void setMetadata(java.lang.String value)
          Sets the value of the metadata property.
 void setPackageDetailsKey(PackageDetailsKeyType value)
          Sets the value of the packageDetailsKey property.
 void setResourceVersions(ResourceVersionsType value)
          Sets the value of the resourceVersions property.
 void setSha256(java.lang.String value)
          Sets the value of the sha256 property.
 void setShortDescription(java.lang.String value)
          Sets the value of the shortDescription property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packageDetailsKey

protected PackageDetailsKeyType packageDetailsKey

resourceVersions

protected ResourceVersionsType resourceVersions

displayName

protected java.lang.String displayName

displayVersion

protected java.lang.String displayVersion

shortDescription

protected java.lang.String shortDescription

longDescription

protected java.lang.String longDescription

classification

protected java.lang.String classification

fileName

protected java.lang.String fileName

fileSize

protected java.lang.Long fileSize

fileCreatedDate

protected java.lang.Long fileCreatedDate

md5

protected java.lang.String md5

sha256

protected java.lang.String sha256

licenseName

protected java.lang.String licenseName

licenseVersion

protected java.lang.String licenseVersion

metadata

protected java.lang.String metadata

extraProperties

protected ConfigurationType extraProperties

location

protected java.lang.String location
Constructor Detail

PackageDetailsType

public PackageDetailsType()
Method Detail

getPackageDetailsKey

public PackageDetailsKeyType getPackageDetailsKey()
Gets the value of the packageDetailsKey property.

Returns:
possible object is PackageDetailsKeyType

setPackageDetailsKey

public void setPackageDetailsKey(PackageDetailsKeyType value)
Sets the value of the packageDetailsKey property.

Parameters:
value - allowed object is PackageDetailsKeyType

getResourceVersions

public ResourceVersionsType getResourceVersions()
Gets the value of the resourceVersions property.

Returns:
possible object is ResourceVersionsType

setResourceVersions

public void setResourceVersions(ResourceVersionsType value)
Sets the value of the resourceVersions property.

Parameters:
value - allowed object is ResourceVersionsType

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getDisplayVersion

public java.lang.String getDisplayVersion()
Gets the value of the displayVersion property.

Returns:
possible object is String

setDisplayVersion

public void setDisplayVersion(java.lang.String value)
Sets the value of the displayVersion property.

Parameters:
value - allowed object is String

getShortDescription

public java.lang.String getShortDescription()
Gets the value of the shortDescription property.

Returns:
possible object is String

setShortDescription

public void setShortDescription(java.lang.String value)
Sets the value of the shortDescription property.

Parameters:
value - allowed object is String

getLongDescription

public java.lang.String getLongDescription()
Gets the value of the longDescription property.

Returns:
possible object is String

setLongDescription

public void setLongDescription(java.lang.String value)
Sets the value of the longDescription property.

Parameters:
value - allowed object is String

getClassification

public java.lang.String getClassification()
Gets the value of the classification property.

Returns:
possible object is String

setClassification

public void setClassification(java.lang.String value)
Sets the value of the classification property.

Parameters:
value - allowed object is String

getFileName

public java.lang.String getFileName()
Gets the value of the fileName property.

Returns:
possible object is String

setFileName

public void setFileName(java.lang.String value)
Sets the value of the fileName property.

Parameters:
value - allowed object is String

getFileSize

public java.lang.Long getFileSize()
Gets the value of the fileSize property.

Returns:
possible object is Long

setFileSize

public void setFileSize(java.lang.Long value)
Sets the value of the fileSize property.

Parameters:
value - allowed object is Long

getFileCreatedDate

public java.lang.Long getFileCreatedDate()
Gets the value of the fileCreatedDate property.

Returns:
possible object is Long

setFileCreatedDate

public void setFileCreatedDate(java.lang.Long value)
Sets the value of the fileCreatedDate property.

Parameters:
value - allowed object is Long

getMd5

public java.lang.String getMd5()
Gets the value of the md5 property.

Returns:
possible object is String

setMd5

public void setMd5(java.lang.String value)
Sets the value of the md5 property.

Parameters:
value - allowed object is String

getSha256

public java.lang.String getSha256()
Gets the value of the sha256 property.

Returns:
possible object is String

setSha256

public void setSha256(java.lang.String value)
Sets the value of the sha256 property.

Parameters:
value - allowed object is String

getLicenseName

public java.lang.String getLicenseName()
Gets the value of the licenseName property.

Returns:
possible object is String

setLicenseName

public void setLicenseName(java.lang.String value)
Sets the value of the licenseName property.

Parameters:
value - allowed object is String

getLicenseVersion

public java.lang.String getLicenseVersion()
Gets the value of the licenseVersion property.

Returns:
possible object is String

setLicenseVersion

public void setLicenseVersion(java.lang.String value)
Sets the value of the licenseVersion property.

Parameters:
value - allowed object is String

getMetadata

public java.lang.String getMetadata()
Gets the value of the metadata property.

Returns:
possible object is String

setMetadata

public void setMetadata(java.lang.String value)
Sets the value of the metadata property.

Parameters:
value - allowed object is String

getExtraProperties

public ConfigurationType getExtraProperties()
Gets the value of the extraProperties property.

Returns:
possible object is ConfigurationType

setExtraProperties

public void setExtraProperties(ConfigurationType value)
Sets the value of the extraProperties property.

Parameters:
value - allowed object is ConfigurationType

getLocation

public java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String


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