- java.lang.Object
-
- org.jooq.meta.jaxb.EnumType
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class EnumType extends Object implements Serializable, XMLAppendable
Java class for EnumType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="literals" type="{http://www.w3.org/2001/XMLSchema}string"/> </all> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnumType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)StringgetLiterals()StringgetName()inthashCode()voidsetLiterals(String value)voidsetName(String value)StringtoString()EnumTypewithLiterals(String value)EnumTypewithName(String value)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getLiterals
public String getLiterals()
-
setLiterals
public void setLiterals(String value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-