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