public class BundleTargetDescriptor extends Object
Java class for bundle-target element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="bundle-target">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded">
<element name="destination-base-dir" type="{urn:xmlns:rhq-plugin}BundleDestinationBaseDir"/>
<element name="destination-definition" type="{urn:xmlns:rhq-plugin}BundleDestinationDefinition"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected List<BundleDestination> |
destinationBaseDirOrDestinationDefinition |
| Constructor and Description |
|---|
BundleTargetDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<BundleDestination> |
getDestinationBaseDirOrDestinationDefinition()
Gets the value of the destinationBaseDirOrDestinationDefinition property.
|
protected List<BundleDestination> destinationBaseDirOrDestinationDefinition
public List<BundleDestination> getDestinationBaseDirOrDestinationDefinition()
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 destinationBaseDirOrDestinationDefinition property.
For example, to add a new item, do as follows:
getDestinationBaseDirOrDestinationDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
BundleDestinationBaseDir
BundleDestinationDefinition
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.