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="hash" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
KeyField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHash()
Gets the value of the hash property.
|
void |
setHash(Boolean value)
Sets the value of the hash property.
|
protected Boolean hash
Copyright © 2017. All Rights Reserved.