org.jooq.util.jaxb
Class EnumType

java.lang.Object
  extended by org.jooq.util.jaxb.EnumType

public class EnumType
extends Object

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>
 


Field Summary
protected  String literals
           
protected  String name
           
 
Constructor Summary
EnumType()
           
 
Method Summary
 String getLiterals()
          Gets the value of the literals property.
 String getName()
          Gets the value of the name property.
 void setLiterals(String value)
          Sets the value of the literals property.
 void setName(String value)
          Sets the value of the name property.
 EnumType withLiterals(String value)
           
 EnumType withName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

literals

protected String literals
Constructor Detail

EnumType

public EnumType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getLiterals

public String getLiterals()
Gets the value of the literals property.

Returns:
possible object is String

setLiterals

public void setLiterals(String value)
Sets the value of the literals property.

Parameters:
value - allowed object is String

withName

public EnumType withName(String value)

withLiterals

public EnumType withLiterals(String value)


Copyright © 2012. All Rights Reserved.