Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)
com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementColumnDefaultType
java.lang.Object
com.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementColumnDefaultType
- Direct Known Subclasses:
- TLptsDBCreateStatementColumnDefaultType
public class XLptsDBCreateStatementColumnDefaultType
- extends java.lang.Object
XSD Generated Class: This is the default type object.
Java class for XLptsDBCreateStatementColumnDefaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBCreateStatementColumnDefaultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="default" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected java.lang.String |
_default
|
Method Summary |
java.lang.String |
getDefault()
Gets the value of the default property. |
void |
setDefault(java.lang.String value)
Sets the value of the default property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_default
protected java.lang.String _default
XLptsDBCreateStatementColumnDefaultType
public XLptsDBCreateStatementColumnDefaultType()
getDefault
public java.lang.String getDefault()
- Gets the value of the default property.
- Returns:
- possible object is
String
setDefault
public void setDefault(java.lang.String value)
- Sets the value of the default property.
- Parameters:
value
- allowed object is
String
Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)