|
||||||||||
| 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.RhnErratumFileType
public class RhnErratumFileType
Java class for rhn-erratum-fileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-erratum-fileType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="channels" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="md5sum" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source-package" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="filename" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
_package
|
protected String |
channels
|
protected String |
filename
|
protected String |
md5Sum
|
protected String |
sourcePackage
|
protected String |
type
|
protected String |
value
|
| Constructor Summary | |
|---|---|
RhnErratumFileType()
|
|
| Method Summary | |
|---|---|
String |
getChannels()
Gets the value of the channels property. |
String |
getFilename()
Gets the value of the filename property. |
String |
getMd5Sum()
Gets the value of the md5Sum property. |
String |
getPackage()
Gets the value of the package property. |
String |
getSourcePackage()
Gets the value of the sourcePackage property. |
String |
getType()
Gets the value of the type property. |
String |
getValue()
Gets the value of the value property. |
void |
setChannels(String value)
Sets the value of the channels property. |
void |
setFilename(String value)
Sets the value of the filename property. |
void |
setMd5Sum(String value)
Sets the value of the md5Sum property. |
void |
setPackage(String value)
Sets the value of the package property. |
void |
setSourcePackage(String value)
Sets the value of the sourcePackage property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setValue(String value)
Sets the value of the value 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 channels
protected String md5Sum
protected String type
protected String sourcePackage
protected String filename
protected String _package
| Constructor Detail |
|---|
public RhnErratumFileType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getChannels()
Stringpublic void setChannels(String value)
value - allowed object is
Stringpublic String getMd5Sum()
Stringpublic void setMd5Sum(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getSourcePackage()
Stringpublic void setSourcePackage(String value)
value - allowed object is
Stringpublic String getFilename()
Stringpublic void setFilename(String value)
value - allowed object is
Stringpublic String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||