public class ItemType extends JsonPojo
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collation |
protected java.lang.String |
datatype |
protected java.lang.String |
ref |
Constructor and Description |
---|
ItemType() |
Modifier and Type | Method and Description |
---|---|
static ItemType |
fromJson(com.fasterxml.jackson.databind.JsonNode node) |
java.lang.String |
getCollation() |
java.lang.String |
getDatatype() |
java.lang.String |
getRef() |
boolean |
hasValues() |
void |
setCollation(java.lang.String collation) |
void |
setDatatype(java.lang.String datatype) |
void |
setRef(java.lang.String ref) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
getIntValue, getIntValue, getValue, writeNumberIf, writeObjectIf, writeStringIf
protected java.lang.String ref
protected java.lang.String datatype
protected java.lang.String collation
public java.lang.String getRef()
public void setRef(java.lang.String ref)
public java.lang.String getDatatype()
public void setDatatype(java.lang.String datatype)
public java.lang.String getCollation()
public void setCollation(java.lang.String collation)
public boolean hasValues()
public static ItemType fromJson(com.fasterxml.jackson.databind.JsonNode node)