Class SyntheticReadonlyColumnType

java.lang.Object
org.jooq.meta.jaxb.SyntheticReadonlyColumnType
All Implemented Interfaces:
Serializable, XMLAppendable

public class SyntheticReadonlyColumnType extends Object implements Serializable, XMLAppendable

Java class for SyntheticReadonlyColumnType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SyntheticReadonlyColumnType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="tables" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fields" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ignoreUnused" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • tables

      protected String tables
    • fields

      protected String fields
    • ignoreUnused

      protected Boolean ignoreUnused
  • Constructor Details

    • SyntheticReadonlyColumnType

      public SyntheticReadonlyColumnType()
  • Method Details

    • getTables

      public String getTables()
      A regular expression matching all tables on which to apply this synthetic readonly column.
    • setTables

      public void setTables(String value)
      A regular expression matching all tables on which to apply this synthetic readonly column.
    • getFields

      public String getFields()
      A regular expression matching all fields on which to apply this synthetic readonly column.
    • setFields

      public void setFields(String value)
      A regular expression matching all fields on which to apply this synthetic readonly column.
    • isIgnoreUnused

      public Boolean isIgnoreUnused()
      Set this flag to true if no warning should be logged if this object was not used by a code generation run.
      Returns:
      possible object is Boolean
    • setIgnoreUnused

      public void setIgnoreUnused(Boolean value)
      Set this flag to true if no warning should be logged if this object was not used by a code generation run.
      Parameters:
      value - allowed object is Boolean
    • withTables

      public SyntheticReadonlyColumnType withTables(String value)
      A regular expression matching all tables on which to apply this synthetic readonly column.
    • withFields

      public SyntheticReadonlyColumnType withFields(String value)
      A regular expression matching all fields on which to apply this synthetic readonly column.
    • withIgnoreUnused

      public SyntheticReadonlyColumnType withIgnoreUnused(Boolean value)
      Set this flag to true if no warning should be logged if this object was not used by a code generation run.
    • 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