org.rhq.enterprise.server.plugins.rhnhosted.xml
Class RhnPackageChangelogType
java.lang.Object
org.rhq.enterprise.server.plugins.rhnhosted.xml.RhnPackageChangelogType
public class RhnPackageChangelogType
- extends Object
Java class for rhn-package-changelogType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-package-changelogType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rhn-package-changelog-entry" type="{}rhn-package-changelog-entryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rhnPackageChangelogEntry
protected List<RhnPackageChangelogEntryType> rhnPackageChangelogEntry
RhnPackageChangelogType
public RhnPackageChangelogType()
getRhnPackageChangelogEntry
public List<RhnPackageChangelogEntryType> getRhnPackageChangelogEntry()
- Gets the value of the rhnPackageChangelogEntry property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rhnPackageChangelogEntry property.
For example, to add a new item, do as follows:
getRhnPackageChangelogEntry().add(newItem);
Objects of the following type(s) are allowed in the list
RhnPackageChangelogEntryType
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.