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

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

public class RhnPackageChangelogEntryType
extends Object

Java class for rhn-package-changelog-entryType complex type.

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

 <complexType name="rhn-package-changelog-entryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rhn-package-changelog-entry-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rhn-package-changelog-entry-text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rhn-package-changelog-entry-time" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String rhnPackageChangelogEntryName
           
protected  String rhnPackageChangelogEntryText
           
protected  String rhnPackageChangelogEntryTime
           
 
Constructor Summary
RhnPackageChangelogEntryType()
           
 
Method Summary
 String getRhnPackageChangelogEntryName()
          Gets the value of the rhnPackageChangelogEntryName property.
 String getRhnPackageChangelogEntryText()
          Gets the value of the rhnPackageChangelogEntryText property.
 String getRhnPackageChangelogEntryTime()
          Gets the value of the rhnPackageChangelogEntryTime property.
 void setRhnPackageChangelogEntryName(String value)
          Sets the value of the rhnPackageChangelogEntryName property.
 void setRhnPackageChangelogEntryText(String value)
          Sets the value of the rhnPackageChangelogEntryText property.
 void setRhnPackageChangelogEntryTime(String value)
          Sets the value of the rhnPackageChangelogEntryTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rhnPackageChangelogEntryName

protected String rhnPackageChangelogEntryName

rhnPackageChangelogEntryText

protected String rhnPackageChangelogEntryText

rhnPackageChangelogEntryTime

protected String rhnPackageChangelogEntryTime
Constructor Detail

RhnPackageChangelogEntryType

public RhnPackageChangelogEntryType()
Method Detail

getRhnPackageChangelogEntryName

public String getRhnPackageChangelogEntryName()
Gets the value of the rhnPackageChangelogEntryName property.

Returns:
possible object is String

setRhnPackageChangelogEntryName

public void setRhnPackageChangelogEntryName(String value)
Sets the value of the rhnPackageChangelogEntryName property.

Parameters:
value - allowed object is String

getRhnPackageChangelogEntryText

public String getRhnPackageChangelogEntryText()
Gets the value of the rhnPackageChangelogEntryText property.

Returns:
possible object is String

setRhnPackageChangelogEntryText

public void setRhnPackageChangelogEntryText(String value)
Sets the value of the rhnPackageChangelogEntryText property.

Parameters:
value - allowed object is String

getRhnPackageChangelogEntryTime

public String getRhnPackageChangelogEntryTime()
Gets the value of the rhnPackageChangelogEntryTime property.

Returns:
possible object is String

setRhnPackageChangelogEntryTime

public void setRhnPackageChangelogEntryTime(String value)
Sets the value of the rhnPackageChangelogEntryTime property.

Parameters:
value - allowed object is String


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