public class PackageDetailsType extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classification |
protected String |
displayName |
protected String |
displayVersion |
protected ConfigurationType |
extraProperties |
protected Long |
fileCreatedDate |
protected String |
fileName |
protected Long |
fileSize |
protected String |
licenseName |
protected String |
licenseVersion |
protected String |
location |
protected String |
longDescription |
protected String |
md5 |
protected String |
metadata |
protected PackageDetailsKeyType |
packageDetailsKey |
protected ResourceVersionsType |
resourceVersions |
protected String |
sha256 |
protected String |
shortDescription |
| Constructor and Description |
|---|
PackageDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassification()
Gets the value of the classification property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getDisplayVersion()
Gets the value of the displayVersion property.
|
ConfigurationType |
getExtraProperties()
Gets the value of the extraProperties property.
|
Long |
getFileCreatedDate()
Gets the value of the fileCreatedDate property.
|
String |
getFileName()
Gets the value of the fileName property.
|
Long |
getFileSize()
Gets the value of the fileSize property.
|
String |
getLicenseName()
Gets the value of the licenseName property.
|
String |
getLicenseVersion()
Gets the value of the licenseVersion property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getLongDescription()
Gets the value of the longDescription property.
|
String |
getMd5()
Gets the value of the md5 property.
|
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.
|
String |
getSha256()
Gets the value of the sha256 property.
|
String |
getShortDescription()
Gets the value of the shortDescription property.
|
void |
setClassification(String value)
Sets the value of the classification property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setDisplayVersion(String value)
Sets the value of the displayVersion property.
|
void |
setExtraProperties(ConfigurationType value)
Sets the value of the extraProperties property.
|
void |
setFileCreatedDate(Long value)
Sets the value of the fileCreatedDate property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setFileSize(Long value)
Sets the value of the fileSize property.
|
void |
setLicenseName(String value)
Sets the value of the licenseName property.
|
void |
setLicenseVersion(String value)
Sets the value of the licenseVersion property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setLongDescription(String value)
Sets the value of the longDescription property.
|
void |
setMd5(String value)
Sets the value of the md5 property.
|
void |
setMetadata(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(String value)
Sets the value of the sha256 property.
|
void |
setShortDescription(String value)
Sets the value of the shortDescription property.
|
protected PackageDetailsKeyType packageDetailsKey
protected ResourceVersionsType resourceVersions
protected String displayName
protected String displayVersion
protected String shortDescription
protected String longDescription
protected String classification
protected String fileName
protected Long fileSize
protected Long fileCreatedDate
protected String md5
protected String sha256
protected String licenseName
protected String licenseVersion
protected String metadata
protected ConfigurationType extraProperties
protected String location
public PackageDetailsKeyType getPackageDetailsKey()
PackageDetailsKeyTypepublic void setPackageDetailsKey(PackageDetailsKeyType value)
value - allowed object is
PackageDetailsKeyTypepublic ResourceVersionsType getResourceVersions()
ResourceVersionsTypepublic void setResourceVersions(ResourceVersionsType value)
value - allowed object is
ResourceVersionsTypepublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getDisplayVersion()
Stringpublic void setDisplayVersion(String value)
value - allowed object is
Stringpublic String getShortDescription()
Stringpublic void setShortDescription(String value)
value - allowed object is
Stringpublic String getLongDescription()
Stringpublic void setLongDescription(String value)
value - allowed object is
Stringpublic String getClassification()
Stringpublic void setClassification(String value)
value - allowed object is
Stringpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic Long getFileSize()
Longpublic void setFileSize(Long value)
value - allowed object is
Longpublic Long getFileCreatedDate()
Longpublic void setFileCreatedDate(Long value)
value - allowed object is
Longpublic void setMd5(String value)
value - allowed object is
Stringpublic String getSha256()
Stringpublic void setSha256(String value)
value - allowed object is
Stringpublic String getLicenseName()
Stringpublic void setLicenseName(String value)
value - allowed object is
Stringpublic String getLicenseVersion()
Stringpublic void setLicenseVersion(String value)
value - allowed object is
Stringpublic String getMetadata()
Stringpublic void setMetadata(String value)
value - allowed object is
Stringpublic ConfigurationType getExtraProperties()
ConfigurationTypepublic void setExtraProperties(ConfigurationType value)
value - allowed object is
ConfigurationTypepublic String getLocation()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.