Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)
com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementTableGlobalLocal
java.lang.Object
com.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementTableGlobalLocal
- Direct Known Subclasses:
- TLptsDBCreateStatementTableGlobalLocal
public class XLptsDBCreateStatementTableGlobalLocal
- extends java.lang.Object
XSD Generated Class: This is used internally to store temporary data while processing the create statements.
Java class for XLptsDBCreateStatementTableGlobalLocal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBCreateStatementTableGlobalLocal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="globalLocal" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateStatementTableGlobalLocalType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
globalLocal
protected XLptsDBCreateStatementTableGlobalLocalType globalLocal
XLptsDBCreateStatementTableGlobalLocal
public XLptsDBCreateStatementTableGlobalLocal()
getGlobalLocal
public XLptsDBCreateStatementTableGlobalLocalType getGlobalLocal()
- Gets the value of the globalLocal property.
- Returns:
- possible object is
XLptsDBCreateStatementTableGlobalLocalType
setGlobalLocal
public void setGlobalLocal(XLptsDBCreateStatementTableGlobalLocalType value)
- Sets the value of the globalLocal property.
- Parameters:
value
- allowed object is
XLptsDBCreateStatementTableGlobalLocalType
Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)