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

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

public class RhnSourcePackageType
extends Object

Java class for rhn-source-packageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="rhn-source-packageType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="md5sum" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="payload-size" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package-size" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package-group" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="build-time" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sigmd5" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="source-rpm" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="rpm-version" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="build-host" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="cookie" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="last-modified" 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 buildHost
           
protected  String buildTime
           
protected  String cookie
           
protected  String id
           
protected  String lastModified
           
protected  String md5Sum
           
protected  String packageGroup
           
protected  String packageSize
           
protected  String payloadSize
           
protected  String rpmVersion
           
protected  String sigmd5
           
protected  String sourceRpm
           
protected  String value
           
protected  String vendor
           
 
Constructor Summary
RhnSourcePackageType()
           
 
Method Summary
 String getBuildHost()
          Gets the value of the buildHost property.
 String getBuildTime()
          Gets the value of the buildTime property.
 String getCookie()
          Gets the value of the cookie 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 getPackageGroup()
          Gets the value of the packageGroup property.
 String getPackageSize()
          Gets the value of the packageSize property.
 String getPayloadSize()
          Gets the value of the payloadSize property.
 String getRpmVersion()
          Gets the value of the rpmVersion property.
 String getSigmd5()
          Gets the value of the sigmd5 property.
 String getSourceRpm()
          Gets the value of the sourceRpm property.
 String getValue()
          Gets the value of the value property.
 String getVendor()
          Gets the value of the vendor property.
 void setBuildHost(String value)
          Sets the value of the buildHost property.
 void setBuildTime(String value)
          Sets the value of the buildTime property.
 void setCookie(String value)
          Sets the value of the cookie 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 setPackageGroup(String value)
          Sets the value of the packageGroup property.
 void setPackageSize(String value)
          Sets the value of the packageSize property.
 void setPayloadSize(String value)
          Sets the value of the payloadSize property.
 void setRpmVersion(String value)
          Sets the value of the rpmVersion property.
 void setSigmd5(String value)
          Sets the value of the sigmd5 property.
 void setSourceRpm(String value)
          Sets the value of the sourceRpm property.
 void setValue(String value)
          Sets the value of the value property.
 void setVendor(String value)
          Sets the value of the vendor 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

md5Sum

protected String md5Sum

payloadSize

protected String payloadSize

packageSize

protected String packageSize

packageGroup

protected String packageGroup

buildTime

protected String buildTime

sigmd5

protected String sigmd5

sourceRpm

protected String sourceRpm

rpmVersion

protected String rpmVersion

buildHost

protected String buildHost

cookie

protected String cookie

vendor

protected String vendor

lastModified

protected String lastModified

id

protected String id
Constructor Detail

RhnSourcePackageType

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

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

getPayloadSize

public String getPayloadSize()
Gets the value of the payloadSize property.

Returns:
possible object is String

setPayloadSize

public void setPayloadSize(String value)
Sets the value of the payloadSize property.

Parameters:
value - allowed object is String

getPackageSize

public String getPackageSize()
Gets the value of the packageSize property.

Returns:
possible object is String

setPackageSize

public void setPackageSize(String value)
Sets the value of the packageSize property.

Parameters:
value - allowed object is String

getPackageGroup

public String getPackageGroup()
Gets the value of the packageGroup property.

Returns:
possible object is String

setPackageGroup

public void setPackageGroup(String value)
Sets the value of the packageGroup property.

Parameters:
value - allowed object is String

getBuildTime

public String getBuildTime()
Gets the value of the buildTime property.

Returns:
possible object is String

setBuildTime

public void setBuildTime(String value)
Sets the value of the buildTime property.

Parameters:
value - allowed object is String

getSigmd5

public String getSigmd5()
Gets the value of the sigmd5 property.

Returns:
possible object is String

setSigmd5

public void setSigmd5(String value)
Sets the value of the sigmd5 property.

Parameters:
value - allowed object is String

getSourceRpm

public String getSourceRpm()
Gets the value of the sourceRpm property.

Returns:
possible object is String

setSourceRpm

public void setSourceRpm(String value)
Sets the value of the sourceRpm property.

Parameters:
value - allowed object is String

getRpmVersion

public String getRpmVersion()
Gets the value of the rpmVersion property.

Returns:
possible object is String

setRpmVersion

public void setRpmVersion(String value)
Sets the value of the rpmVersion property.

Parameters:
value - allowed object is String

getBuildHost

public String getBuildHost()
Gets the value of the buildHost property.

Returns:
possible object is String

setBuildHost

public void setBuildHost(String value)
Sets the value of the buildHost property.

Parameters:
value - allowed object is String

getCookie

public String getCookie()
Gets the value of the cookie property.

Returns:
possible object is String

setCookie

public void setCookie(String value)
Sets the value of the cookie property.

Parameters:
value - allowed object is String

getVendor

public String getVendor()
Gets the value of the vendor property.

Returns:
possible object is String

setVendor

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

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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