|
||||||||||
| 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.RhnPackageShortType
public class RhnPackageShortType
Java class for rhn-package-shortType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-package-shortType">
<simpleContent>
<extension base="<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="md5sum" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package-arch" 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="release" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
epoch
|
protected String |
id
|
protected String |
lastModified
|
protected String |
md5Sum
|
protected String |
name
|
protected String |
packageArch
|
protected String |
packageSize
|
protected String |
release
|
protected String |
value
|
protected String |
version
|
| Constructor Summary | |
|---|---|
RhnPackageShortType()
|
|
| Method Summary | |
|---|---|
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 |
getPackageSize()
Gets the value of the packageSize property. |
String |
getRelease()
Gets the value of the release property. |
String |
getValue()
Gets the value of the value property. |
String |
getVersion()
Gets the value of the version 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 |
setPackageSize(String value)
Sets the value of the packageSize property. |
void |
setRelease(String value)
Sets the value of the release property. |
void |
setValue(String value)
Sets the value of the value 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 value
protected String name
protected String packageSize
protected String md5Sum
protected String packageArch
protected String lastModified
protected String epoch
protected String version
protected String release
protected String id
| Constructor Detail |
|---|
public RhnPackageShortType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(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 getMd5Sum()
Stringpublic void setMd5Sum(String value)
value - allowed object is
Stringpublic String getPackageArch()
Stringpublic void setPackageArch(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 getRelease()
Stringpublic void setRelease(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 | |||||||||