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

com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateStatementRootType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementRootType
Direct Known Subclasses:
TLptsDBCreateStatementRootType

public class XLptsDBCreateStatementRootType
extends java.lang.Object

XSD Generated Class: This is utilised in the create statement capability of db-JAPI. It holds the top most structure of the creation tree data, which rattles down to tables, columns, types, constraints etc.

Java class for XLptsDBCreateStatementRootType complex type.

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

 <complexType name="XLptsDBCreateStatementRootType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="table" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateStatementTableType"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String id
           
protected  XLptsDBCreateStatementTableType table
           
protected  java.lang.String title
           
protected  java.lang.String version
           
 
Constructor Summary
XLptsDBCreateStatementRootType()
           
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 XLptsDBCreateStatementTableType getTable()
          Gets the value of the table property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setTable(XLptsDBCreateStatementTableType value)
          Sets the value of the table property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

table

protected XLptsDBCreateStatementTableType table

title

protected java.lang.String title

version

protected java.lang.String version
Constructor Detail

XLptsDBCreateStatementRootType

public XLptsDBCreateStatementRootType()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

getTable

public XLptsDBCreateStatementTableType getTable()
Gets the value of the table property.

Returns:
possible object is XLptsDBCreateStatementTableType

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

setTable

public void setTable(XLptsDBCreateStatementTableType value)
Sets the value of the table property.

Parameters:
value - allowed object is XLptsDBCreateStatementTableType

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


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