Module org.jooq

Class Sequence

java.lang.Object
org.jooq.util.xml.jaxb.Sequence
All Implemented Interfaces:
Serializable, XMLAppendable

public class Sequence extends Object implements 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 Details

    • sequenceCatalog

      protected String sequenceCatalog
    • sequenceSchema

      protected String sequenceSchema
    • sequenceName

      protected String sequenceName
    • dataType

      protected String dataType
    • characterMaximumLength

      protected Integer characterMaximumLength
    • numericPrecision

      protected Integer numericPrecision
    • numericScale

      protected Integer numericScale
    • startValue

      protected BigInteger startValue
    • increment

      protected BigInteger increment
    • minimumValue

      protected BigInteger minimumValue
    • maximumValue

      protected BigInteger maximumValue
    • cycleOption

      protected Boolean cycleOption
    • cache

      protected BigInteger cache
    • comment

      protected String comment
  • Constructor Details

    • Sequence

      public Sequence()
  • Method Details

    • getSequenceCatalog

      public String getSequenceCatalog()
    • setSequenceCatalog

      public void setSequenceCatalog(String value)
    • getSequenceSchema

      public String getSequenceSchema()
    • setSequenceSchema

      public void setSequenceSchema(String value)
    • getSequenceName

      public String getSequenceName()
    • setSequenceName

      public void setSequenceName(String value)
    • getDataType

      public String getDataType()
    • setDataType

      public void setDataType(String value)
    • getCharacterMaximumLength

      public Integer getCharacterMaximumLength()
    • setCharacterMaximumLength

      public void setCharacterMaximumLength(Integer value)
    • getNumericPrecision

      public Integer getNumericPrecision()
    • setNumericPrecision

      public void setNumericPrecision(Integer value)
    • getNumericScale

      public Integer getNumericScale()
    • setNumericScale

      public void setNumericScale(Integer value)
    • getStartValue

      public BigInteger getStartValue()
    • setStartValue

      public void setStartValue(BigInteger value)
    • getIncrement

      public BigInteger getIncrement()
    • setIncrement

      public void setIncrement(BigInteger value)
    • getMinimumValue

      public BigInteger getMinimumValue()
    • setMinimumValue

      public void setMinimumValue(BigInteger value)
    • getMaximumValue

      public BigInteger getMaximumValue()
    • setMaximumValue

      public void setMaximumValue(BigInteger value)
    • isCycleOption

      public Boolean isCycleOption()
      Gets the value of the cycleOption property.
      Returns:
      possible object is Boolean
    • setCycleOption

      public void setCycleOption(Boolean value)
      Sets the value of the cycleOption property.
      Parameters:
      value - allowed object is Boolean
    • getCache

      public BigInteger getCache()
    • setCache

      public void setCache(BigInteger value)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String value)
    • withSequenceCatalog

      public Sequence withSequenceCatalog(String value)
    • withSequenceSchema

      public Sequence withSequenceSchema(String value)
    • withSequenceName

      public Sequence withSequenceName(String value)
    • withDataType

      public Sequence withDataType(String value)
    • withCharacterMaximumLength

      public Sequence withCharacterMaximumLength(Integer value)
    • withNumericPrecision

      public Sequence withNumericPrecision(Integer value)
    • withNumericScale

      public Sequence withNumericScale(Integer value)
    • withStartValue

      public Sequence withStartValue(BigInteger value)
    • withIncrement

      public Sequence withIncrement(BigInteger value)
    • withMinimumValue

      public Sequence withMinimumValue(BigInteger value)
    • withMaximumValue

      public Sequence withMaximumValue(BigInteger value)
    • withCycleOption

      public Sequence withCycleOption(Boolean value)
    • withCache

      public Sequence withCache(BigInteger value)
    • withComment

      public Sequence withComment(String value)
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object