public class DataField extends KeyField
Java class for DataField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataField">
<complexContent>
<extension base="{http://www.cloudgraph.org/config}KeyField">
<attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
codecType, customCodecClass| Constructor and Description |
|---|
DataField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
void |
setPath(String value)
Sets the value of the path property.
|
getCodecType, getCustomCodecClass, setCodecType, setCustomCodecClassprotected String path
Copyright © 2024. All Rights Reserved.