public class BundleDestinationDefinition extends BundleDestination
Java class for BundleDestinationDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BundleDestinationDefinition">
<complexContent>
<extension base="{urn:xmlns:rhq-plugin}BundleDestination">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
<element name="connection" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
<sequence>
<choice minOccurs="0">
<element name="referenced-configuration">
<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>
</element>
</choice>
</sequence>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BundleDestinationDefinition.ReferencedConfiguration
Java class for anonymous complex type.
|
BundleDestination.Accepts| Modifier and Type | Field and Description |
|---|---|
protected String |
connection |
protected String |
description |
protected BundleDestinationDefinition.ReferencedConfiguration |
referencedConfiguration |
accepts, name| Constructor and Description |
|---|
BundleDestinationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnection()
Gets the value of the connection property.
|
String |
getDescription()
Gets the value of the description property.
|
BundleDestinationDefinition.ReferencedConfiguration |
getReferencedConfiguration()
Gets the value of the referencedConfiguration property.
|
void |
setConnection(String value)
Sets the value of the connection property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setReferencedConfiguration(BundleDestinationDefinition.ReferencedConfiguration value)
Sets the value of the referencedConfiguration property.
|
getAccepts, getName, setNameprotected String description
protected String connection
protected BundleDestinationDefinition.ReferencedConfiguration referencedConfiguration
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getConnection()
Stringpublic void setConnection(String value)
value - allowed object is
Stringpublic BundleDestinationDefinition.ReferencedConfiguration getReferencedConfiguration()
BundleDestinationDefinition.ReferencedConfigurationpublic void setReferencedConfiguration(BundleDestinationDefinition.ReferencedConfiguration value)
value - allowed object is
BundleDestinationDefinition.ReferencedConfigurationCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.