Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementColumnSqlType

java.lang.Object
  extended by 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
           
 
Constructor Summary
XLptsDBCreateStatementColumnSqlType()
           
 
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
 

Field Detail

sqlType

protected int sqlType
Constructor Detail

XLptsDBCreateStatementColumnSqlType

public XLptsDBCreateStatementColumnSqlType()
Method Detail

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)