Class IntegerProperty
- java.lang.Object
-
- net.anwiba.commons.json.schema.v1_0.Property
-
- net.anwiba.commons.json.schema.v1_0.IntegerProperty
-
public class IntegerProperty extends Property
-
-
Constructor Summary
Constructors Constructor Description IntegerProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetDefault()java.lang.IntegergetDivisibleBy()java.lang.Integer[]getEnum()java.lang.IntegergetExclusiveMaximum()java.lang.IntegergetExclusiveMinimum()java.lang.StringgetFormat()java.lang.IntegergetMaximum()java.lang.IntegergetMaxLength()java.lang.IntegergetMinimum()java.lang.StringgetType()voidsetDefault(java.lang.Integer _default)voidsetDivisibleBy(java.lang.Integer divisibleBy)voidsetEnum(java.lang.Integer[] _enum)voidsetExclusiveMaximum(java.lang.Integer exclusiveMaximum)voidsetExclusiveMinimum(java.lang.Integer exclusiveMinimum)voidsetFormat(java.lang.String format)voidsetMaximum(java.lang.Integer maximum)voidsetMaxLength(java.lang.Integer maxLength)voidsetMinimum(java.lang.Integer minimum)voidsetType(java.lang.String type)-
Methods inherited from class net.anwiba.commons.json.schema.v1_0.Property
getDescription, getName, getTitle, setDescription, setName, setTitle
-
-
-
-
Method Detail
-
setDefault
public void setDefault(java.lang.Integer _default)
-
getDefault
public java.lang.Integer getDefault()
-
setFormat
public void setFormat(java.lang.String format)
-
getFormat
public java.lang.String getFormat()
-
setMaxLength
public void setMaxLength(java.lang.Integer maxLength)
-
getMaxLength
public java.lang.Integer getMaxLength()
-
setMinimum
public void setMinimum(java.lang.Integer minimum)
-
getMinimum
public java.lang.Integer getMinimum()
-
setMaximum
public void setMaximum(java.lang.Integer maximum)
-
getMaximum
public java.lang.Integer getMaximum()
-
setExclusiveMinimum
public void setExclusiveMinimum(java.lang.Integer exclusiveMinimum)
-
getExclusiveMinimum
public java.lang.Integer getExclusiveMinimum()
-
setExclusiveMaximum
public void setExclusiveMaximum(java.lang.Integer exclusiveMaximum)
-
getExclusiveMaximum
public java.lang.Integer getExclusiveMaximum()
-
setDivisibleBy
public void setDivisibleBy(java.lang.Integer divisibleBy)
-
getDivisibleBy
public java.lang.Integer getDivisibleBy()
-
setEnum
public void setEnum(java.lang.Integer[] _enum)
-
getEnum
public java.lang.Integer[] getEnum()
-
-