org.rhq.enterprise.server.xmlschema.generated.contentsource.packagedetails
Class ResourceVersionsType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.contentsource.packagedetails.ResourceVersionsType

public class ResourceVersionsType
extends java.lang.Object

Java class for resourceVersionsType complex type.

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

 <complexType name="resourceVersionsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resource-version" maxOccurs="unbounded">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> resourceVersion
           
 
Constructor Summary
ResourceVersionsType()
           
 
Method Summary
 java.util.List<java.lang.String> getResourceVersion()
          Gets the value of the resourceVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceVersion

protected java.util.List<java.lang.String> resourceVersion
Constructor Detail

ResourceVersionsType

public ResourceVersionsType()
Method Detail

getResourceVersion

public java.util.List<java.lang.String> getResourceVersion()
Gets the value of the resourceVersion 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 resourceVersion property.

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

    getResourceVersion().add(newItem);
 

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



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