java.lang.Object
org.jooq.migrations.xml.jaxb.FileType
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ChangeTypeprotected Stringprotected ContentTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetPath()inthashCode()voidsetChange(ChangeType value) voidsetContent(String value) voidsetContentType(ContentType value) voidtoString()withChange(ChangeType value) withContent(String value) withContentType(ContentType value)
-
Field Details
-
path
-
-
contentType
-
change
-
-
Constructor Details
-
FileType
public FileType()
-
-
Method Details
-
getPath
-
setPath
-
getContent
-
setContent
-
getContentType
-
setContentType
-
getChange
-
setChange
-
withPath
-
withContent
-
withContentType
-
withChange
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-