Module org.jooq

Class ParentType

java.lang.Object
org.jooq.migrations.xml.jaxb.ParentType
All Implemented Interfaces:
Serializable, XMLAppendable

public class ParentType extends Object implements Serializable, XMLAppendable

Java class for ParentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ParentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: