public static class BundleTargetDescriptor.DestinationBaseDir 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>
<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" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected String |
valueContext |
protected String |
valueName |
| Constructor and Description |
|---|
BundleTargetDescriptor.DestinationBaseDir() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name 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 |
setName(String value)
Sets the value of the name property.
|
void |
setValueContext(String value)
Sets the value of the valueContext property.
|
void |
setValueName(String value)
Sets the value of the valueName property.
|
protected String valueContext
protected String valueName
protected String description
protected String name
public BundleTargetDescriptor.DestinationBaseDir()
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()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.