org.ow2.util.plan.bindings.repository
Class Repositories
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repositories
protected List<Repository> repositories
Repositories
public Repositories()
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.