org.ow2.util.plan.bindings.repository
Class Repositories

java.lang.Object
  extended by org.ow2.util.plan.bindings.repository.Repositories
All Implemented Interfaces:
Serializable

public class Repositories
extends Object
implements Serializable

The repositoriesType type represents a Repository set.

Java class for repositoriesType complex type.

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

 <complexType name="repositoriesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="repository" type="{http://jonas.ow2.org/ns/deployment-plan/repositories/1.0}repositoryType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Field Detail

repositories

protected List<Repository> repositories
Constructor Detail

Repositories

public Repositories()
Method Detail

getRepositories

public List<Repository> getRepositories()
Gets the value of the repositories 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 repositories property.

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

    getRepositories().add(newItem);
 

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



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.