java.lang.Object
org.jooq.migrations.xml.jaxb.MigrationsType
- All Implemented Interfaces:
Serializable
,XMLAppendable
Java class for MigrationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MigrationsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="commits" type="{http://www.jooq.org/xsd/jooq-migrations-3.15.0.xsd}CommitsType" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
void
setCommits
(List<CommitType> commits) toString()
withCommits
(Collection<CommitType> values) withCommits
(List<CommitType> commits) withCommits
(CommitType... values)
-
Field Details
-
commits
-
-
Constructor Details
-
MigrationsType
public MigrationsType()
-
-
Method Details