public static class DriftDescriptor.Basedir 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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
valueContext |
protected String |
valueName |
| Constructor and Description |
|---|
DriftDescriptor.Basedir() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValueContext()
Gets the value of the valueContext property.
|
String |
getValueName()
Gets the value of the valueName property.
|
void |
setValueContext(String value)
Sets the value of the valueContext property.
|
void |
setValueName(String value)
Sets the value of the valueName property.
|
public String getValueContext()
Stringpublic void setValueContext(String value)
value - allowed object is
Stringpublic String getValueName()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.