public static class BundleDestinationDefinition.ReferencedConfiguration extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded">
<element name="map-property-ref" type="{urn:xmlns:rhq-plugin}BundleConfigPropertyReference"/>
<element name="list-property-ref" type="{urn:xmlns:rhq-plugin}BundleConfigPropertyReference"/>
<element name="simple-property-ref" type="{urn:xmlns:rhq-plugin}BundleConfigPropertyReference"/>
<element name="trait-ref" type="{urn:xmlns:rhq-plugin}BundleTraitReference"/>
<element name="all" type="{urn:xmlns:rhq-plugin}BundleConfigFullCopy"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
mapPropertyRefOrListPropertyRefOrSimplePropertyRef |
| Constructor and Description |
|---|
BundleDestinationDefinition.ReferencedConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getMapPropertyRefOrListPropertyRefOrSimplePropertyRef()
Gets the value of the mapPropertyRefOrListPropertyRefOrSimplePropertyRef property.
|
protected List<JAXBElement<?>> mapPropertyRefOrListPropertyRefOrSimplePropertyRef
public BundleDestinationDefinition.ReferencedConfiguration()
public List<JAXBElement<?>> getMapPropertyRefOrListPropertyRefOrSimplePropertyRef()
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 mapPropertyRefOrListPropertyRefOrSimplePropertyRef property.
For example, to add a new item, do as follows:
getMapPropertyRefOrListPropertyRefOrSimplePropertyRef().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BundleConfigPropertyReference>
JAXBElement<BundleConfigPropertyReference>
JAXBElement<BundleConfigPropertyReference>
JAXBElement<BundleConfigFullCopy>
JAXBElement<BundleTraitReference>
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.