org.rhq.enterprise.server.plugins.rhnhosted.xml
Class RhnErrataType
java.lang.Object
org.rhq.enterprise.server.plugins.rhnhosted.xml.RhnErrataType
public class RhnErrataType
- extends Object
Java class for rhn-errataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rhn-errataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rhn-erratum" type="{}rhn-erratumType" 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 |
rhnErratum
protected List<RhnErratumType> rhnErratum
RhnErrataType
public RhnErrataType()
getRhnErratum
public List<RhnErratumType> getRhnErratum()
- Gets the value of the rhnErratum 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 rhnErratum property.
For example, to add a new item, do as follows:
getRhnErratum().add(newItem);
Objects of the following type(s) are allowed in the list
RhnErratumType
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.