|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugins.rhnhosted.xml.RhnPackageChangelogEntryType
public class RhnPackageChangelogEntryType
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 |
|---|
protected String rhnPackageChangelogEntryName
protected String rhnPackageChangelogEntryText
protected String rhnPackageChangelogEntryTime
| Constructor Detail |
|---|
public RhnPackageChangelogEntryType()
| Method Detail |
|---|
public String getRhnPackageChangelogEntryName()
Stringpublic void setRhnPackageChangelogEntryName(String value)
value - allowed object is
Stringpublic String getRhnPackageChangelogEntryText()
Stringpublic void setRhnPackageChangelogEntryText(String value)
value - allowed object is
Stringpublic String getRhnPackageChangelogEntryTime()
Stringpublic void setRhnPackageChangelogEntryTime(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||