public abstract class KeyField extends Object
Java class for KeyField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="codecType" type="{http://www.cloudgraph.org/config}KeyFieldCodecType" default="lexicopad" />
<attribute name="customCodecClass" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeyFieldCodecType |
codecType |
protected String |
customCodecClass |
| Constructor and Description |
|---|
KeyField() |
| Modifier and Type | Method and Description |
|---|---|
KeyFieldCodecType |
getCodecType()
Gets the value of the codecType property.
|
String |
getCustomCodecClass()
Gets the value of the customCodecClass property.
|
void |
setCodecType(KeyFieldCodecType value)
Sets the value of the codecType property.
|
void |
setCustomCodecClass(String value)
Sets the value of the customCodecClass property.
|
protected KeyFieldCodecType codecType
protected String customCodecClass
public KeyFieldCodecType getCodecType()
KeyFieldCodecTypepublic void setCodecType(KeyFieldCodecType value)
value - allowed object is
KeyFieldCodecTypepublic String getCustomCodecClass()
StringCopyright © 2024. All Rights Reserved.