|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementTableTemporaryType
public class XLptsDBCreateStatementTableTemporaryType
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 |
---|
protected XLptsDBCreateStatementTableGlobalLocal globalLocal
protected boolean temporary
Constructor Detail |
---|
public XLptsDBCreateStatementTableTemporaryType()
Method Detail |
---|
public XLptsDBCreateStatementTableGlobalLocal getGlobalLocal()
XLptsDBCreateStatementTableGlobalLocal
public boolean isTemporary()
public void setGlobalLocal(XLptsDBCreateStatementTableGlobalLocal value)
value
- allowed object is
XLptsDBCreateStatementTableGlobalLocal
public void setTemporary(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |