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

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

public class RhnPackageShortType
extends Object

Java class for rhn-package-shortType complex type.

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

 <complexType name="rhn-package-shortType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package-size" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="md5sum" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package-arch" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="last-modified" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="epoch" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="release" 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 epoch
           
protected  String id
           
protected  String lastModified
           
protected  String md5Sum
           
protected  String name
           
protected  String packageArch
           
protected  String packageSize
           
protected  String release
           
protected  String value
           
protected  String version
           
 
Constructor Summary
RhnPackageShortType()
           
 
Method Summary
 String getEpoch()
          Gets the value of the epoch 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 getName()
          Gets the value of the name property.
 String getPackageArch()
          Gets the value of the packageArch property.
 String getPackageSize()
          Gets the value of the packageSize property.
 String getRelease()
          Gets the value of the release property.
 String getValue()
          Gets the value of the value property.
 String getVersion()
          Gets the value of the version property.
 void setEpoch(String value)
          Sets the value of the epoch 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 setName(String value)
          Sets the value of the name property.
 void setPackageArch(String value)
          Sets the value of the packageArch property.
 void setPackageSize(String value)
          Sets the value of the packageSize property.
 void setRelease(String value)
          Sets the value of the release property.
 void setValue(String value)
          Sets the value of the value property.
 void setVersion(String value)
          Sets the value of the version 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

name

protected String name

packageSize

protected String packageSize

md5Sum

protected String md5Sum

packageArch

protected String packageArch

lastModified

protected String lastModified

epoch

protected String epoch

version

protected String version

release

protected String release

id

protected String id
Constructor Detail

RhnPackageShortType

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

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

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

getPackageArch

public String getPackageArch()
Gets the value of the packageArch property.

Returns:
possible object is String

setPackageArch

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

getEpoch

public String getEpoch()
Gets the value of the epoch property.

Returns:
possible object is String

setEpoch

public void setEpoch(String value)
Sets the value of the epoch property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getRelease

public String getRelease()
Gets the value of the release property.

Returns:
possible object is String

setRelease

public void setRelease(String value)
Sets the value of the release 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.