|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.MasterDataTable
public class MasterDataTable
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 |
|---|
protected String name
protected String literal
protected String description
| Constructor Detail |
|---|
public MasterDataTable()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLiteral()
Stringpublic void setLiteral(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic MasterDataTable withName(String value)
public MasterDataTable withLiteral(String value)
public MasterDataTable withDescription(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||