Class TagType

java.lang.Object
org.jooq.migrations.xml.jaxb.TagType
All Implemented Interfaces:
Serializable, XMLAppendable

public class TagType extends Object implements Serializable, XMLAppendable

Java class for TagType complex type.

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

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

    • id

      protected String id
    • message

      protected String message
  • Constructor Details

    • TagType

      public TagType()
  • Method Details