public class ProfileConfiguration extends Configuration
Java class for ProfileConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileConfiguration">
<complexContent>
<extension base="{http://www.plasma.org/profile}Configuration">
<sequence>
<element name="Artifact" type="{http://www.plasma.org/profile}ProfileArtifact" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ProfileArtifact> |
artifacts |
properties| Constructor and Description |
|---|
ProfileConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileArtifact> |
getArtifacts()
Gets the value of the artifacts property.
|
getPropertiesprotected List<ProfileArtifact> artifacts
public List<ProfileArtifact> 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
ProfileArtifact
Copyright © 2015. All rights reserved.