public class AutoIncrementTableType
extends java.lang.Object
Java class for auto-increment-tableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auto-increment-tableType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="return-type" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
returnType |
protected java.lang.String |
sql |
Constructor and Description |
---|
AutoIncrementTableType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReturnType()
Gets the value of the returnType property.
|
java.lang.String |
getSql()
Gets the value of the sql property.
|
void |
setReturnType(java.lang.String value)
Sets the value of the returnType property.
|
void |
setSql(java.lang.String value)
Sets the value of the sql property.
|
public java.lang.String getSql()
String
public void setSql(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReturnType()
String
public void setReturnType(java.lang.String value)
value
- allowed object is
String