@Generated(value="org.jsonschema2pojo") public class DataTypeBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
NOT_FOUND_VALUE |
| Constructor and Description |
|---|
DataTypeBase() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
declaredProperty(String name,
Object value) |
protected Object |
declaredPropertyOrNotFound(String name,
Object notFoundValue) |
<T> T |
get(String name) |
String |
get$ref() |
Map<String,Object> |
getAdditionalProperties() |
Object |
getDefaultValue() |
Set<String> |
getEnum() |
String |
getFormat() |
Object |
getItems() |
String |
getMaximum() |
String |
getMinimum() |
String |
getType() |
Boolean |
getUniqueItems() |
void |
set(String name,
Object value) |
void |
set$ref(String $ref) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDefaultValue(Object defaultValue) |
void |
setEnum(Set<String> _enum) |
void |
setFormat(String format) |
void |
setItems(Object items) |
void |
setMaximum(String maximum) |
void |
setMinimum(String minimum) |
void |
setType(String type) |
void |
setUniqueItems(Boolean uniqueItems) |
protected static final Object NOT_FOUND_VALUE
public String getType()
public void setType(String type)
type - The typepublic String get$ref()
public void set$ref(String $ref)
$ref - The $refpublic String getFormat()
public void setFormat(String format)
format - The formatpublic Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
defaultValue - The defaultValuepublic String getMinimum()
public void setMinimum(String minimum)
minimum - The minimumpublic String getMaximum()
public void setMaximum(String maximum)
maximum - The maximumpublic Object getItems()
public void setItems(Object items)
items - The itemspublic Boolean getUniqueItems()
public void setUniqueItems(Boolean uniqueItems)
uniqueItems - The uniqueItemsprotected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
Copyright © 2011–2016 Red Hat. All rights reserved.