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

com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementTableTemporaryType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementTableTemporaryType
Direct Known Subclasses:
TLptsDBCreateStatementTableTemporaryType

public class XLptsDBCreateStatementTableTemporaryType
extends java.lang.Object

XSD Generated Class: This is used internally to store temporary data while processing the create statements.

Java class for XLptsDBCreateStatementTableTemporaryType complex type.

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

 <complexType name="XLptsDBCreateStatementTableTemporaryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="temporary" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="globalLocal" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateStatementTableGlobalLocal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XLptsDBCreateStatementTableGlobalLocal globalLocal
           
protected  boolean temporary
           
 
Constructor Summary
XLptsDBCreateStatementTableTemporaryType()
           
 
Method Summary
 XLptsDBCreateStatementTableGlobalLocal getGlobalLocal()
          Gets the value of the globalLocal property.
 boolean isTemporary()
          Gets the value of the temporary property.
 void setGlobalLocal(XLptsDBCreateStatementTableGlobalLocal value)
          Sets the value of the globalLocal property.
 void setTemporary(boolean value)
          Sets the value of the temporary property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalLocal

protected XLptsDBCreateStatementTableGlobalLocal globalLocal

temporary

protected boolean temporary
Constructor Detail

XLptsDBCreateStatementTableTemporaryType

public XLptsDBCreateStatementTableTemporaryType()
Method Detail

getGlobalLocal

public XLptsDBCreateStatementTableGlobalLocal getGlobalLocal()
Gets the value of the globalLocal property.

Returns:
possible object is XLptsDBCreateStatementTableGlobalLocal

isTemporary

public boolean isTemporary()
Gets the value of the temporary property.


setGlobalLocal

public void setGlobalLocal(XLptsDBCreateStatementTableGlobalLocal value)
Sets the value of the globalLocal property.

Parameters:
value - allowed object is XLptsDBCreateStatementTableGlobalLocal

setTemporary

public void setTemporary(boolean value)
Sets the value of the temporary property.



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