|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementColumnSizeType
public class XLptsDBCreateStatementColumnSizeType
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 |
---|
protected java.lang.String size1
protected java.lang.String size2
Constructor Detail |
---|
public XLptsDBCreateStatementColumnSizeType()
Method Detail |
---|
public java.lang.String getSize1()
String
public java.lang.String getSize2()
String
public void setSize1(java.lang.String value)
value
- allowed object is
String
public void setSize2(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |