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

com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementColumnCollateType

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

Field Detail

collate

protected java.lang.String collate
Constructor Detail

XLptsDBCreateStatementColumnCollateType

public XLptsDBCreateStatementColumnCollateType()
Method Detail

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)