public class RowKeyField extends Object
Java class for RowKeyField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RowKeyField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="MetaField" type="{http://www.cloudgraph.org/config}MetaField"/>
<element name="DataField" type="{http://www.cloudgraph.org/config}DataField"/>
<element name="ConstantField" type="{http://www.cloudgraph.org/config}ConstantField"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ConstantField |
constantField |
protected DataField |
dataField |
protected MetaField |
metaField |
| Constructor and Description |
|---|
RowKeyField() |
| Modifier and Type | Method and Description |
|---|---|
ConstantField |
getConstantField()
Gets the value of the constantField property.
|
DataField |
getDataField()
Gets the value of the dataField property.
|
MetaField |
getMetaField()
Gets the value of the metaField property.
|
void |
setConstantField(ConstantField value)
Sets the value of the constantField property.
|
void |
setDataField(DataField value)
Sets the value of the dataField property.
|
void |
setMetaField(MetaField value)
Sets the value of the metaField property.
|
protected ConstantField constantField
protected DataField dataField
protected MetaField metaField
public ConstantField getConstantField()
ConstantFieldpublic void setConstantField(ConstantField value)
value - allowed object is
ConstantFieldpublic DataField getDataField()
DataFieldpublic void setDataField(DataField value)
value - allowed object is
DataFieldpublic MetaField getMetaField()
MetaFieldCopyright © 2024. All Rights Reserved.