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

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

public class RhnPackageFilesType
extends Object

Java class for rhn-package-filesType complex type.

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

 <complexType name="rhn-package-filesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rhn-package-file" type="{}rhn-package-fileType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

rhnPackageFile

protected List<RhnPackageFileType> rhnPackageFile
Constructor Detail

RhnPackageFilesType

public RhnPackageFilesType()
Method Detail

getRhnPackageFile

public List<RhnPackageFileType> getRhnPackageFile()
Gets the value of the rhnPackageFile 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 rhnPackageFile property.

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

    getRhnPackageFile().add(newItem);
 

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



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