java.lang.Object
org.jooq.migrations.xml.jaxb.CommitType
- All Implemented Interfaces:
Serializable
,XMLAppendable
Java class for CommitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommitType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="parents" type="{http://www.jooq.org/xsd/jooq-migrations-3.19.0.xsd}ParentsType" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tags" type="{http://www.jooq.org/xsd/jooq-migrations-3.19.0.xsd}TagsType" minOccurs="0"/> <element name="files" type="{http://www.jooq.org/xsd/jooq-migrations-3.19.0.xsd}FilesType" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
getFiles()
getId()
getTags()
int
hashCode()
void
void
void
setMessage
(String value) void
setParents
(List<ParentType> parents) void
toString()
withFiles
(Collection<FileType> values) withMessage
(String value) withParents
(Collection<ParentType> values) withParents
(List<ParentType> parents) withParents
(ParentType... values) withTags
(Collection<TagType> values)
-
Field Details
-
id
-
message
-
parents
-
tags
-
files
-
-
Constructor Details
-
CommitType
public CommitType()
-
-
Method Details
-
getId
-
setId
-
getMessage
-
setMessage
-
getParents
-
setParents
-
getTags
-
setTags
-
getFiles
-
setFiles
-
withId
-
withMessage
-
withParents
-
withParents
-
withParents
-
withTags
-
withTags
-
withTags
-
withFiles
-
withFiles
-
withFiles
-
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-