public class PredefinedField extends KeyField
Java class for PredefinedField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PredefinedField">
<complexContent>
<extension base="{http://www.cloudgraph.org/config}KeyField">
<attribute name="name" use="required" type="{http://www.cloudgraph.org/config}PreDefinedFieldName" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PreDefinedFieldName |
name |
| Constructor and Description |
|---|
PredefinedField() |
| Modifier and Type | Method and Description |
|---|---|
PreDefinedFieldName |
getName()
Gets the value of the name property.
|
void |
setName(PreDefinedFieldName value)
Sets the value of the name property.
|
protected PreDefinedFieldName name
public PreDefinedFieldName getName()
PreDefinedFieldNamepublic void setName(PreDefinedFieldName value)
value - allowed object is
PreDefinedFieldNameCopyright © 2017. All Rights Reserved.