java.lang.Object
org.jooq.migrations.xml.jaxb.TagType
- All Implemented Interfaces:
Serializable
,XMLAppendable
Java class for TagType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TagType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
-
message
-
-
Constructor Details
-
TagType
public TagType()
-
-
Method Details