public class UserDefinedField extends KeyField
Java class for UserDefinedField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserDefinedField">
<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>
| Constructor and Description |
|---|
UserDefinedField() |
| 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.
|
protected String path
Copyright © 2017. All Rights Reserved.