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 SummaryFieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected Integerprotected Stringprotected Booleanprotected Stringprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected Integerprotected Integerprotected Stringprotected Stringprotected Stringprotected BigInteger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetCache()inthashCode()Gets the value of the cycleOption property.voidsetCache(BigInteger value) voidsetCharacterMaximumLength(Integer value) voidsetComment(String value) voidsetCycleOption(Boolean value) Sets the value of the cycleOption property.voidsetDataType(String value) voidsetIncrement(BigInteger value) voidsetMaximumValue(BigInteger value) voidsetMinimumValue(BigInteger value) voidsetNumericPrecision(Integer value) voidsetNumericScale(Integer value) voidsetSequenceCatalog(String value) voidsetSequenceName(String value) voidsetSequenceSchema(String value) voidsetStartValue(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- 
Sequencepublic 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
- 
isCycleOptionGets the value of the cycleOption property.- Returns:
- possible object is
     Boolean
 
- 
setCycleOptionSets the value of the cycleOption property.- Parameters:
- value- allowed object is- Boolean
 
- 
getCache
- 
setCache
- 
getComment
- 
setComment
- 
withSequenceCatalog
- 
withSequenceSchema
- 
withSequenceName
- 
withDataType
- 
withCharacterMaximumLength
- 
withNumericPrecision
- 
withNumericScale
- 
withStartValue
- 
withIncrement
- 
withMinimumValue
- 
withMaximumValue
- 
withCycleOption
- 
withCache
- 
withComment
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-