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

com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementColumnSizeType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementColumnSizeType
Direct Known Subclasses:
TLptsDBCreateStatementColumnSizeType

public class XLptsDBCreateStatementColumnSizeType
extends java.lang.Object

XSD Generated Class: This is the column size information of a new column in a CREATE statement.

Java class for XLptsDBCreateStatementColumnSizeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XLptsDBCreateStatementColumnSizeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="size1" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="size2" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String size1
           
protected  java.lang.String size2
           
 
Constructor Summary
XLptsDBCreateStatementColumnSizeType()
           
 
Method Summary
 java.lang.String getSize1()
          Gets the value of the size1 property.
 java.lang.String getSize2()
          Gets the value of the size2 property.
 void setSize1(java.lang.String value)
          Sets the value of the size1 property.
 void setSize2(java.lang.String value)
          Sets the value of the size2 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size1

protected java.lang.String size1

size2

protected java.lang.String size2
Constructor Detail

XLptsDBCreateStatementColumnSizeType

public XLptsDBCreateStatementColumnSizeType()
Method Detail

getSize1

public java.lang.String getSize1()
Gets the value of the size1 property.

Returns:
possible object is String

getSize2

public java.lang.String getSize2()
Gets the value of the size2 property.

Returns:
possible object is String

setSize1

public void setSize1(java.lang.String value)
Sets the value of the size1 property.

Parameters:
value - allowed object is String

setSize2

public void setSize2(java.lang.String value)
Sets the value of the size2 property.

Parameters:
value - allowed object is String


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