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

com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementTableCommitType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementTableCommitType
Direct Known Subclasses:
TLptsDBCreateStatementTableCommitType

public class XLptsDBCreateStatementTableCommitType
extends java.lang.Object

XSD Generated Class: This is a wrapper for the create statement table commit type. It is used to work out whether the commit deletes the cursor or not.

Java class for XLptsDBCreateStatementTableCommitType complex type.

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

 <complexType name="XLptsDBCreateStatementTableCommitType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="commitType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateTableCommitType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XLptsDBCreateTableCommitType commitType
           
 
Constructor Summary
XLptsDBCreateStatementTableCommitType()
           
 
Method Summary
 XLptsDBCreateTableCommitType getCommitType()
          Gets the value of the commitType property.
 void setCommitType(XLptsDBCreateTableCommitType value)
          Sets the value of the commitType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commitType

protected XLptsDBCreateTableCommitType commitType
Constructor Detail

XLptsDBCreateStatementTableCommitType

public XLptsDBCreateStatementTableCommitType()
Method Detail

getCommitType

public XLptsDBCreateTableCommitType getCommitType()
Gets the value of the commitType property.

Returns:
possible object is XLptsDBCreateTableCommitType

setCommitType

public void setCommitType(XLptsDBCreateTableCommitType value)
Sets the value of the commitType property.

Parameters:
value - allowed object is XLptsDBCreateTableCommitType


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