public class DataTypeBase extends Object
| Constructor and Description |
|---|
DataTypeBase() |
| Modifier and Type | Method and Description |
|---|---|
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$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) |
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 uniqueItemsCopyright © 2011–2016 Red Hat. All rights reserved.