org.jooq.util.jaxb
Class MasterDataTable

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

public class MasterDataTable
extends Object

Java class for MasterDataTable complex type.

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

 <complexType name="MasterDataTable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="literal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String description
           
protected  String literal
           
protected  String name
           
 
Constructor Summary
MasterDataTable()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getLiteral()
          Gets the value of the literal property.
 String getName()
          Gets the value of the name property.
 void setDescription(String value)
          Sets the value of the description property.
 void setLiteral(String value)
          Sets the value of the literal property.
 void setName(String value)
          Sets the value of the name property.
 MasterDataTable withDescription(String value)
           
 MasterDataTable withLiteral(String value)
           
 MasterDataTable 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

literal

protected String literal

description

protected String description
Constructor Detail

MasterDataTable

public MasterDataTable()
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

getLiteral

public String getLiteral()
Gets the value of the literal property.

Returns:
possible object is String

setLiteral

public void setLiteral(String value)
Sets the value of the literal property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

withName

public MasterDataTable withName(String value)

withLiteral

public MasterDataTable withLiteral(String value)

withDescription

public MasterDataTable withDescription(String value)


Copyright © 2012. All Rights Reserved.