java.lang.Object
org.jooq.util.xml.jaxb.Sequence
- All Implemented Interfaces:
Serializable
,XMLAppendable
Java class for Sequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Sequence"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="sequence_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sequence_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sequence_name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="character_maximum_length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeric_precision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="numeric_scale" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="start_value" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="increment" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="minimum_value" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="maximum_value" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="cycle_option" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="cache" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected BigInteger
protected Integer
protected String
protected Boolean
protected String
protected BigInteger
protected BigInteger
protected BigInteger
protected Integer
protected Integer
protected String
protected String
protected String
protected BigInteger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
getCache()
int
hashCode()
Gets the value of the cycleOption property.void
setCache
(BigInteger value) void
setCharacterMaximumLength
(Integer value) void
setComment
(String value) void
setCycleOption
(Boolean value) Sets the value of the cycleOption property.void
setDataType
(String value) void
setIncrement
(BigInteger value) void
setMaximumValue
(BigInteger value) void
setMinimumValue
(BigInteger value) void
setNumericPrecision
(Integer value) void
setNumericScale
(Integer value) void
setSequenceCatalog
(String value) void
setSequenceName
(String value) void
setSequenceSchema
(String value) void
setStartValue
(BigInteger value) toString()
withCache
(BigInteger value) withComment
(String value) withCycleOption
(Boolean value) withDataType
(String value) withIncrement
(BigInteger value) withMaximumValue
(BigInteger value) withMinimumValue
(BigInteger value) withNumericPrecision
(Integer value) withNumericScale
(Integer value) withSequenceCatalog
(String value) withSequenceName
(String value) withSequenceSchema
(String value) withStartValue
(BigInteger value)
-
Field Details
-
sequenceCatalog
-
sequenceSchema
-
sequenceName
-
dataType
-
characterMaximumLength
-
numericPrecision
-
numericScale
-
startValue
-
increment
-
minimumValue
-
maximumValue
-
cycleOption
-
cache
-
comment
-
-
Constructor Details
-
Sequence
public Sequence()
-
-
Method Details
-
getSequenceCatalog
-
setSequenceCatalog
-
getSequenceSchema
-
setSequenceSchema
-
getSequenceName
-
setSequenceName
-
getDataType
-
setDataType
-
getCharacterMaximumLength
-
setCharacterMaximumLength
-
getNumericPrecision
-
setNumericPrecision
-
getNumericScale
-
setNumericScale
-
getStartValue
-
setStartValue
-
getIncrement
-
setIncrement
-
getMinimumValue
-
setMinimumValue
-
getMaximumValue
-
setMaximumValue
-
isCycleOption
Gets the value of the cycleOption property.- Returns:
- possible object is
Boolean
-
setCycleOption
Sets the value of the cycleOption property.- Parameters:
value
- allowed object isBoolean
-
getCache
-
setCache
-
getComment
-
setComment
-
withSequenceCatalog
-
withSequenceSchema
-
withSequenceName
-
withDataType
-
withCharacterMaximumLength
-
withNumericPrecision
-
withNumericScale
-
withStartValue
-
withIncrement
-
withMinimumValue
-
withMaximumValue
-
withCycleOption
-
withCache
-
withComment
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-