Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)
com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementColumnSqlType
java.lang.Object
com.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementColumnSqlType
- Direct Known Subclasses:
- TLptsDBCreateStatementColumnSqlType
public class XLptsDBCreateStatementColumnSqlType
- extends java.lang.Object
XSD Generated Class: This is a wrapper for the sql type (java type). This class offer operations around the
type.
Java class for XLptsDBCreateStatementColumnSqlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBCreateStatementColumnSqlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sqlType" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected int |
sqlType
|
Method Summary |
int |
getSqlType()
Gets the value of the sqlType property. |
void |
setSqlType(int value)
Sets the value of the sqlType property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sqlType
protected int sqlType
XLptsDBCreateStatementColumnSqlType
public XLptsDBCreateStatementColumnSqlType()
getSqlType
public int getSqlType()
- Gets the value of the sqlType property.
setSqlType
public void setSqlType(int value)
- Sets the value of the sqlType property.
Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)