|
||||||||||
| 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.PackageDetailsType
public class PackageDetailsType
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 |
|---|
protected PackageDetailsKeyType packageDetailsKey
protected ResourceVersionsType resourceVersions
protected java.lang.String displayName
protected java.lang.String displayVersion
protected java.lang.String shortDescription
protected java.lang.String longDescription
protected java.lang.String classification
protected java.lang.String fileName
protected java.lang.Long fileSize
protected java.lang.Long fileCreatedDate
protected java.lang.String md5
protected java.lang.String sha256
protected java.lang.String licenseName
protected java.lang.String licenseVersion
protected java.lang.String metadata
protected ConfigurationType extraProperties
protected java.lang.String location
| Constructor Detail |
|---|
public PackageDetailsType()
| Method Detail |
|---|
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 java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayVersion()
Stringpublic void setDisplayVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShortDescription()
Stringpublic void setShortDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLongDescription()
Stringpublic void setLongDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassification()
Stringpublic void setClassification(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFileName()
Stringpublic void setFileName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getFileSize()
Longpublic void setFileSize(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getFileCreatedDate()
Longpublic void setFileCreatedDate(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getMd5()
Stringpublic void setMd5(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSha256()
Stringpublic void setSha256(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLicenseName()
Stringpublic void setLicenseName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLicenseVersion()
Stringpublic void setLicenseVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMetadata()
Stringpublic void setMetadata(java.lang.String value)
value - allowed object is
Stringpublic ConfigurationType getExtraProperties()
ConfigurationTypepublic void setExtraProperties(ConfigurationType value)
value - allowed object is
ConfigurationTypepublic java.lang.String getLocation()
Stringpublic void setLocation(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 | |||||||||