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"> <sequence> <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.15.0.xsd}ChangeType"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Modifier and TypeFieldDescriptionprotected ChangeType
protected String
protected ContentType
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendTo(XMLBuilder builder)
boolean
getPath()
int
hashCode()
void
setChange(ChangeType value)
void
setContent(String value)
void
setContentType(ContentType value)
void
toString()
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:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-