|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugins.rhnhosted.xml.RhnPackageType
public class RhnPackageType
Java class for rhn-packageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-packageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rhn-package-summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rhn-package-description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rhn-package-vendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rhn-package-copyright" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rhn-package-header-sig" type="{}rhn-package-header-sigType"/>
<element name="rhn-package-header-start" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rhn-package-header-end" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rhn-package-changelog" type="{}rhn-package-changelogType"/>
<element name="rhn-package-requires" type="{}rhn-package-requiresType"/>
<element name="rhn-package-provides" type="{}rhn-package-providesType"/>
<element name="rhn-package-conflicts" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rhn-package-obsoletes" type="{}rhn-package-obsoletesType"/>
<element name="rhn-package-files" type="{}rhn-package-filesType"/>
</sequence>
<attribute name="compat" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="payload-size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package-size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package-group" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="build-time" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source-rpm" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="md5sum" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="payload-format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package-arch" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rpm-version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="last-modified" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="epoch" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cookie" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="release" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="build-host" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RhnPackageType()
|
|
| Method Summary | |
|---|---|
String |
getBuildHost()
Gets the value of the buildHost property. |
String |
getBuildTime()
Gets the value of the buildTime property. |
String |
getCompat()
Gets the value of the compat property. |
String |
getCookie()
Gets the value of the cookie property. |
String |
getEpoch()
Gets the value of the epoch property. |
String |
getId()
Gets the value of the id property. |
String |
getLastModified()
Gets the value of the lastModified property. |
String |
getMd5Sum()
Gets the value of the md5Sum property. |
String |
getName()
Gets the value of the name property. |
String |
getPackageArch()
Gets the value of the packageArch property. |
String |
getPackageGroup()
Gets the value of the packageGroup property. |
String |
getPackageSize()
Gets the value of the packageSize property. |
String |
getPayloadFormat()
Gets the value of the payloadFormat property. |
String |
getPayloadSize()
Gets the value of the payloadSize property. |
String |
getRelease()
Gets the value of the release property. |
RhnPackageChangelogType |
getRhnPackageChangelog()
Gets the value of the rhnPackageChangelog property. |
String |
getRhnPackageConflicts()
Gets the value of the rhnPackageConflicts property. |
String |
getRhnPackageCopyright()
Gets the value of the rhnPackageCopyright property. |
String |
getRhnPackageDescription()
Gets the value of the rhnPackageDescription property. |
RhnPackageFilesType |
getRhnPackageFiles()
Gets the value of the rhnPackageFiles property. |
String |
getRhnPackageHeaderEnd()
Gets the value of the rhnPackageHeaderEnd property. |
RhnPackageHeaderSigType |
getRhnPackageHeaderSig()
Gets the value of the rhnPackageHeaderSig property. |
String |
getRhnPackageHeaderStart()
Gets the value of the rhnPackageHeaderStart property. |
RhnPackageObsoletesType |
getRhnPackageObsoletes()
Gets the value of the rhnPackageObsoletes property. |
RhnPackageProvidesType |
getRhnPackageProvides()
Gets the value of the rhnPackageProvides property. |
RhnPackageRequiresType |
getRhnPackageRequires()
Gets the value of the rhnPackageRequires property. |
String |
getRhnPackageSummary()
Gets the value of the rhnPackageSummary property. |
String |
getRhnPackageVendor()
Gets the value of the rhnPackageVendor property. |
String |
getRpmVersion()
Gets the value of the rpmVersion property. |
String |
getSourceRpm()
Gets the value of the sourceRpm property. |
String |
getVersion()
Gets the value of the version property. |
void |
setBuildHost(String value)
Sets the value of the buildHost property. |
void |
setBuildTime(String value)
Sets the value of the buildTime property. |
void |
setCompat(String value)
Sets the value of the compat property. |
void |
setCookie(String value)
Sets the value of the cookie property. |
void |
setEpoch(String value)
Sets the value of the epoch property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLastModified(String value)
Sets the value of the lastModified property. |
void |
setMd5Sum(String value)
Sets the value of the md5Sum property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPackageArch(String value)
Sets the value of the packageArch property. |
void |
setPackageGroup(String value)
Sets the value of the packageGroup property. |
void |
setPackageSize(String value)
Sets the value of the packageSize property. |
void |
setPayloadFormat(String value)
Sets the value of the payloadFormat property. |
void |
setPayloadSize(String value)
Sets the value of the payloadSize property. |
void |
setRelease(String value)
Sets the value of the release property. |
void |
setRhnPackageChangelog(RhnPackageChangelogType value)
Sets the value of the rhnPackageChangelog property. |
void |
setRhnPackageConflicts(String value)
Sets the value of the rhnPackageConflicts property. |
void |
setRhnPackageCopyright(String value)
Sets the value of the rhnPackageCopyright property. |
void |
setRhnPackageDescription(String value)
Sets the value of the rhnPackageDescription property. |
void |
setRhnPackageFiles(RhnPackageFilesType value)
Sets the value of the rhnPackageFiles property. |
void |
setRhnPackageHeaderEnd(String value)
Sets the value of the rhnPackageHeaderEnd property. |
void |
setRhnPackageHeaderSig(RhnPackageHeaderSigType value)
Sets the value of the rhnPackageHeaderSig property. |
void |
setRhnPackageHeaderStart(String value)
Sets the value of the rhnPackageHeaderStart property. |
void |
setRhnPackageObsoletes(RhnPackageObsoletesType value)
Sets the value of the rhnPackageObsoletes property. |
void |
setRhnPackageProvides(RhnPackageProvidesType value)
Sets the value of the rhnPackageProvides property. |
void |
setRhnPackageRequires(RhnPackageRequiresType value)
Sets the value of the rhnPackageRequires property. |
void |
setRhnPackageSummary(String value)
Sets the value of the rhnPackageSummary property. |
void |
setRhnPackageVendor(String value)
Sets the value of the rhnPackageVendor property. |
void |
setRpmVersion(String value)
Sets the value of the rpmVersion property. |
void |
setSourceRpm(String value)
Sets the value of the sourceRpm 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 |
|---|
protected String rhnPackageSummary
protected String rhnPackageDescription
protected String rhnPackageVendor
protected String rhnPackageCopyright
protected RhnPackageHeaderSigType rhnPackageHeaderSig
protected String rhnPackageHeaderStart
protected String rhnPackageHeaderEnd
protected RhnPackageChangelogType rhnPackageChangelog
protected RhnPackageRequiresType rhnPackageRequires
protected RhnPackageProvidesType rhnPackageProvides
protected String rhnPackageConflicts
protected RhnPackageObsoletesType rhnPackageObsoletes
protected RhnPackageFilesType rhnPackageFiles
protected String compat
protected String payloadSize
protected String name
protected String packageSize
protected String packageGroup
protected String buildTime
protected String sourceRpm
protected String md5Sum
protected String payloadFormat
protected String packageArch
protected String rpmVersion
protected String lastModified
protected String epoch
protected String version
protected String cookie
protected String release
protected String buildHost
protected String id
| Constructor Detail |
|---|
public RhnPackageType()
| Method Detail |
|---|
public String getRhnPackageSummary()
Stringpublic void setRhnPackageSummary(String value)
value - allowed object is
Stringpublic String getRhnPackageDescription()
Stringpublic void setRhnPackageDescription(String value)
value - allowed object is
Stringpublic String getRhnPackageVendor()
Stringpublic void setRhnPackageVendor(String value)
value - allowed object is
Stringpublic String getRhnPackageCopyright()
Stringpublic void setRhnPackageCopyright(String value)
value - allowed object is
Stringpublic RhnPackageHeaderSigType getRhnPackageHeaderSig()
RhnPackageHeaderSigTypepublic void setRhnPackageHeaderSig(RhnPackageHeaderSigType value)
value - allowed object is
RhnPackageHeaderSigTypepublic String getRhnPackageHeaderStart()
Stringpublic void setRhnPackageHeaderStart(String value)
value - allowed object is
Stringpublic String getRhnPackageHeaderEnd()
Stringpublic void setRhnPackageHeaderEnd(String value)
value - allowed object is
Stringpublic RhnPackageChangelogType getRhnPackageChangelog()
RhnPackageChangelogTypepublic void setRhnPackageChangelog(RhnPackageChangelogType value)
value - allowed object is
RhnPackageChangelogTypepublic RhnPackageRequiresType getRhnPackageRequires()
RhnPackageRequiresTypepublic void setRhnPackageRequires(RhnPackageRequiresType value)
value - allowed object is
RhnPackageRequiresTypepublic RhnPackageProvidesType getRhnPackageProvides()
RhnPackageProvidesTypepublic void setRhnPackageProvides(RhnPackageProvidesType value)
value - allowed object is
RhnPackageProvidesTypepublic String getRhnPackageConflicts()
Stringpublic void setRhnPackageConflicts(String value)
value - allowed object is
Stringpublic RhnPackageObsoletesType getRhnPackageObsoletes()
RhnPackageObsoletesTypepublic void setRhnPackageObsoletes(RhnPackageObsoletesType value)
value - allowed object is
RhnPackageObsoletesTypepublic RhnPackageFilesType getRhnPackageFiles()
RhnPackageFilesTypepublic void setRhnPackageFiles(RhnPackageFilesType value)
value - allowed object is
RhnPackageFilesTypepublic String getCompat()
Stringpublic void setCompat(String value)
value - allowed object is
Stringpublic String getPayloadSize()
Stringpublic void setPayloadSize(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPackageSize()
Stringpublic void setPackageSize(String value)
value - allowed object is
Stringpublic String getPackageGroup()
Stringpublic void setPackageGroup(String value)
value - allowed object is
Stringpublic String getBuildTime()
Stringpublic void setBuildTime(String value)
value - allowed object is
Stringpublic String getSourceRpm()
Stringpublic void setSourceRpm(String value)
value - allowed object is
Stringpublic String getMd5Sum()
Stringpublic void setMd5Sum(String value)
value - allowed object is
Stringpublic String getPayloadFormat()
Stringpublic void setPayloadFormat(String value)
value - allowed object is
Stringpublic String getPackageArch()
Stringpublic void setPackageArch(String value)
value - allowed object is
Stringpublic String getRpmVersion()
Stringpublic void setRpmVersion(String value)
value - allowed object is
Stringpublic String getLastModified()
Stringpublic void setLastModified(String value)
value - allowed object is
Stringpublic String getEpoch()
Stringpublic void setEpoch(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getCookie()
Stringpublic void setCookie(String value)
value - allowed object is
Stringpublic String getRelease()
Stringpublic void setRelease(String value)
value - allowed object is
Stringpublic String getBuildHost()
Stringpublic void setBuildHost(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||