public class BundleDestinationBaseDir extends BundleDestination
Java class for BundleDestinationBaseDir complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BundleDestinationBaseDir">
<complexContent>
<extension base="{urn:xmlns:rhq-plugin}BundleDestination">
<sequence>
<element name="value-context">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="pluginConfiguration"/>
<enumeration value="resourceConfiguration"/>
<enumeration value="measurementTrait"/>
<enumeration value="fileSystem"/>
</restriction>
</simpleType>
</element>
<element name="value-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
BundleDestination.Accepts| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
valueContext |
protected String |
valueName |
accepts, name| Constructor and Description |
|---|
BundleDestinationBaseDir() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getValueContext()
Gets the value of the valueContext property.
|
String |
getValueName()
Gets the value of the valueName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setValueContext(String value)
Sets the value of the valueContext property.
|
void |
setValueName(String value)
Sets the value of the valueName property.
|
getAccepts, getName, setNameprotected String valueContext
protected String valueName
protected String description
public String getValueContext()
Stringpublic void setValueContext(String value)
value - allowed object is
Stringpublic String getValueName()
Stringpublic void setValueName(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.