public class SqlGeneratorType extends Object
Java class for sql-generatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sql-generatorType">
<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 String |
returnType |
protected String |
sql |
| Constructor and Description |
|---|
SqlGeneratorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReturnType()
Gets the value of the returnType property.
|
String |
getSql()
Gets the value of the sql property.
|
void |
setReturnType(String value)
Sets the value of the returnType property.
|
void |
setSql(String value)
Sets the value of the sql property.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.