|
||||||||||
| 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.RhnKickstartFileType
public class RhnKickstartFileType
Java class for rhn-kickstart-fileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-kickstart-fileType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="file-size" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="md5sum" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="relative-path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="last-modified" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
fileSize
|
protected String |
lastModified
|
protected String |
md5Sum
|
protected String |
relativePath
|
protected String |
value
|
| Constructor Summary | |
|---|---|
RhnKickstartFileType()
|
|
| Method Summary | |
|---|---|
String |
getFileSize()
Gets the value of the fileSize property. |
String |
getLastModified()
Gets the value of the lastModified property. |
String |
getMd5Sum()
Gets the value of the md5Sum property. |
String |
getRelativePath()
Gets the value of the relativePath property. |
String |
getValue()
Gets the value of the value property. |
void |
setFileSize(String value)
Sets the value of the fileSize property. |
void |
setLastModified(String value)
Sets the value of the lastModified property. |
void |
setMd5Sum(String value)
Sets the value of the md5Sum property. |
void |
setRelativePath(String value)
Sets the value of the relativePath 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 fileSize
protected String md5Sum
protected String relativePath
protected String lastModified
| Constructor Detail |
|---|
public RhnKickstartFileType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getFileSize()
Stringpublic void setFileSize(String value)
value - allowed object is
Stringpublic String getMd5Sum()
Stringpublic void setMd5Sum(String value)
value - allowed object is
Stringpublic String getRelativePath()
Stringpublic void setRelativePath(String value)
value - allowed object is
Stringpublic String getLastModified()
Stringpublic void setLastModified(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||