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

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

public class RhnChannelErrataType
extends Object

Java class for rhn-channel-errataType complex type.

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

 <complexType name="rhn-channel-errataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="erratum" type="{}erratumType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ErratumType> erratum
           
 
Constructor Summary
RhnChannelErrataType()
           
 
Method Summary
 List<ErratumType> getErratum()
          Gets the value of the erratum property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

erratum

protected List<ErratumType> erratum
Constructor Detail

RhnChannelErrataType

public RhnChannelErrataType()
Method Detail

getErratum

public List<ErratumType> getErratum()
Gets the value of the erratum 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 erratum property.

For example, to add a new item, do as follows:

    getErratum().add(newItem);
 

Objects of the following type(s) are allowed in the list ErratumType



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