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

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

public class RhnErratumFileType
extends Object

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

value

protected String value

channels

protected String channels

md5Sum

protected String md5Sum

type

protected String type

sourcePackage

protected String sourcePackage

filename

protected String filename

_package

protected String _package
Constructor Detail

RhnErratumFileType

public RhnErratumFileType()
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

getChannels

public String getChannels()
Gets the value of the channels property.

Returns:
possible object is String

setChannels

public void setChannels(String value)
Sets the value of the channels 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

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getSourcePackage

public String getSourcePackage()
Gets the value of the sourcePackage property.

Returns:
possible object is String

setSourcePackage

public void setSourcePackage(String value)
Sets the value of the sourcePackage property.

Parameters:
value - allowed object is String

getFilename

public String getFilename()
Gets the value of the filename property.

Returns:
possible object is String

setFilename

public void setFilename(String value)
Sets the value of the filename property.

Parameters:
value - allowed object is String

getPackage

public String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

public void setPackage(String value)
Sets the value of the package property.

Parameters:
value - allowed object is String


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