public class Repository extends Configuration
Java class for Repository complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Repository">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<sequence>
<element name="Artifact" type="{http://www.plasma.org/config}Artifact" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="repositoryClassName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Artifact> |
artifacts |
protected String |
repositoryClassName |
properties| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
getArtifacts()
Gets the value of the artifacts property.
|
String |
getRepositoryClassName()
Gets the value of the repositoryClassName property.
|
void |
setRepositoryClassName(String value)
Sets the value of the repositoryClassName property.
|
getPropertiesprotected String repositoryClassName
public List<Artifact> getArtifacts()
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 artifacts property.
For example, to add a new item, do as follows:
getArtifacts().add(newItem);
Objects of the following type(s) are allowed in the list
Artifact
public String getRepositoryClassName()
StringCopyright © 2017. All rights reserved.