Class FileType

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

public class FileType extends Object implements Serializable, XMLAppendable

Java class for FileType complex type.

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

<complexType name="FileType">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <all>
        <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="change" type="{http://www.jooq.org/xsd/jooq-migrations-3.20.0.xsd}ChangeType"/>
      </all>
    </restriction>
  </complexContent>
</complexType>
See Also: