org.rhq.enterprise.server.plugins.rhnhosted.xml
Class RhnKickstartFileType

java.lang.Object
  extended by org.rhq.enterprise.server.plugins.rhnhosted.xml.RhnKickstartFileType

public class RhnKickstartFileType
extends Object

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

value

protected String value

fileSize

protected String fileSize

md5Sum

protected String md5Sum

relativePath

protected String relativePath

lastModified

protected String lastModified
Constructor Detail

RhnKickstartFileType

public RhnKickstartFileType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getFileSize

public String getFileSize()
Gets the value of the fileSize property.

Returns:
possible object is String

setFileSize

public void setFileSize(String value)
Sets the value of the fileSize property.

Parameters:
value - allowed object is String

getMd5Sum

public String getMd5Sum()
Gets the value of the md5Sum property.

Returns:
possible object is String

setMd5Sum

public void setMd5Sum(String value)
Sets the value of the md5Sum property.

Parameters:
value - allowed object is String

getRelativePath

public String getRelativePath()
Gets the value of the relativePath property.

Returns:
possible object is String

setRelativePath

public void setRelativePath(String value)
Sets the value of the relativePath property.

Parameters:
value - allowed object is String

getLastModified

public String getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is String

setLastModified

public void setLastModified(String value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is String


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.