Class CustomType

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

@Deprecated public class CustomType extends Object implements Serializable, XMLAppendable
Deprecated.
Use ForcedType only
See Also:
  • Field Details

    • name

      protected String name
      Deprecated.
    • type

      protected String type
      Deprecated.
    • visibilityModifier

      protected VisibilityModifier visibilityModifier
      Deprecated.
    • hidden

      protected Boolean hidden
      Deprecated.
    • generator

      protected String generator
      Deprecated.
    • auditInsertTimestamp

      protected Boolean auditInsertTimestamp
      Deprecated.
    • auditInsertUser

      protected Boolean auditInsertUser
      Deprecated.
    • auditUpdateTimestamp

      protected Boolean auditUpdateTimestamp
      Deprecated.
    • auditUpdateUser

      protected Boolean auditUpdateUser
      Deprecated.
    • converter

      protected String converter
      Deprecated.
    • genericConverter

      protected Boolean genericConverter
      Deprecated.
    • autoConverter

      protected Boolean autoConverter
      Deprecated.
    • enumConverter

      protected Boolean enumConverter
      Deprecated.
    • xmlConverter

      protected Boolean xmlConverter
      Deprecated.
    • jsonConverter

      protected Boolean jsonConverter
      Deprecated.
    • lambdaConverter

      protected LambdaConverter lambdaConverter
      Deprecated.
    • binding

      protected String binding
      Deprecated.
    • genericBinding

      protected Boolean genericBinding
      Deprecated.
  • Constructor Details

    • CustomType

      public CustomType()
      Deprecated.
  • Method Details

    • getName

      @Deprecated public String getName()
      Deprecated.
      Use ForcedType only
    • setName

      @Deprecated public void setName(String value)
      Deprecated.
      Use ForcedType only
    • getType

      @Deprecated public String getType()
      Deprecated.
      Use ForcedType only
    • setType

      @Deprecated public void setType(String value)
      Deprecated.
      Use ForcedType only
    • getVisibilityModifier

      @Deprecated public VisibilityModifier getVisibilityModifier()
      Deprecated.
      Use ForcedType only
    • setVisibilityModifier

      @Deprecated public void setVisibilityModifier(VisibilityModifier value)
      Deprecated.
      Use ForcedType only
    • isHidden

      @Deprecated public Boolean isHidden()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setHidden

      @Deprecated public void setHidden(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • getGenerator

      @Deprecated public String getGenerator()
      Deprecated.
      Use ForcedType only
    • setGenerator

      @Deprecated public void setGenerator(String value)
      Deprecated.
      Use ForcedType only
    • isAuditInsertTimestamp

      @Deprecated public Boolean isAuditInsertTimestamp()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setAuditInsertTimestamp

      @Deprecated public void setAuditInsertTimestamp(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • isAuditInsertUser

      @Deprecated public Boolean isAuditInsertUser()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setAuditInsertUser

      @Deprecated public void setAuditInsertUser(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • isAuditUpdateTimestamp

      @Deprecated public Boolean isAuditUpdateTimestamp()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setAuditUpdateTimestamp

      @Deprecated public void setAuditUpdateTimestamp(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • isAuditUpdateUser

      @Deprecated public Boolean isAuditUpdateUser()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setAuditUpdateUser

      @Deprecated public void setAuditUpdateUser(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • getConverter

      @Deprecated public String getConverter()
      Deprecated.
      Use ForcedType only
    • setConverter

      @Deprecated public void setConverter(String value)
      Deprecated.
      Use ForcedType only
    • isGenericConverter

      @Deprecated public Boolean isGenericConverter()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setGenericConverter

      @Deprecated public void setGenericConverter(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • isAutoConverter

      @Deprecated public Boolean isAutoConverter()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setAutoConverter

      @Deprecated public void setAutoConverter(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • isEnumConverter

      @Deprecated public Boolean isEnumConverter()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setEnumConverter

      @Deprecated public void setEnumConverter(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • isXmlConverter

      @Deprecated public Boolean isXmlConverter()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setXmlConverter

      @Deprecated public void setXmlConverter(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • isJsonConverter

      @Deprecated public Boolean isJsonConverter()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setJsonConverter

      @Deprecated public void setJsonConverter(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • getLambdaConverter

      @Deprecated public LambdaConverter getLambdaConverter()
      Deprecated.
      Use ForcedType only
    • setLambdaConverter

      @Deprecated public void setLambdaConverter(LambdaConverter value)
      Deprecated.
      Use ForcedType only
    • getBinding

      @Deprecated public String getBinding()
      Deprecated.
      Use ForcedType only
    • setBinding

      @Deprecated public void setBinding(String value)
      Deprecated.
      Use ForcedType only
    • isGenericBinding

      @Deprecated public Boolean isGenericBinding()
      Deprecated.
      Use ForcedType only
      Returns:
      possible object is Boolean
    • setGenericBinding

      @Deprecated public void setGenericBinding(Boolean value)
      Deprecated.
      Use ForcedType only
      Parameters:
      value - allowed object is Boolean
    • withName

      @Deprecated public CustomType withName(String value)
      Deprecated.
      Use ForcedType only
    • withType

      @Deprecated public CustomType withType(String value)
      Deprecated.
      Use ForcedType only
    • withVisibilityModifier

      @Deprecated public CustomType withVisibilityModifier(VisibilityModifier value)
      Deprecated.
      Use ForcedType only
    • withHidden

      public CustomType withHidden(Boolean value)
      Deprecated.
      Use ForcedType only
    • withGenerator

      @Deprecated public CustomType withGenerator(String value)
      Deprecated.
      Use ForcedType only
    • withAuditInsertTimestamp

      public CustomType withAuditInsertTimestamp(Boolean value)
      Deprecated.
      Use ForcedType only
    • withAuditInsertUser

      public CustomType withAuditInsertUser(Boolean value)
      Deprecated.
      Use ForcedType only
    • withAuditUpdateTimestamp

      public CustomType withAuditUpdateTimestamp(Boolean value)
      Deprecated.
      Use ForcedType only
    • withAuditUpdateUser

      public CustomType withAuditUpdateUser(Boolean value)
      Deprecated.
      Use ForcedType only
    • withConverter

      @Deprecated public CustomType withConverter(String value)
      Deprecated.
      Use ForcedType only
    • withGenericConverter

      public CustomType withGenericConverter(Boolean value)
      Deprecated.
      Use ForcedType only
    • withAutoConverter

      public CustomType withAutoConverter(Boolean value)
      Deprecated.
      Use ForcedType only
    • withEnumConverter

      public CustomType withEnumConverter(Boolean value)
      Deprecated.
      Use ForcedType only
    • withXmlConverter

      public CustomType withXmlConverter(Boolean value)
      Deprecated.
      Use ForcedType only
    • withJsonConverter

      public CustomType withJsonConverter(Boolean value)
      Deprecated.
      Use ForcedType only
    • withLambdaConverter

      @Deprecated public CustomType withLambdaConverter(LambdaConverter value)
      Deprecated.
      Use ForcedType only
    • withBinding

      @Deprecated public CustomType withBinding(String value)
      Deprecated.
      Use ForcedType only
    • withGenericBinding

      public CustomType withGenericBinding(Boolean value)
      Deprecated.
      Use ForcedType only
    • appendTo

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

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

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

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object