org.jcoderz.phoenix.sqlparser.jaxb
Interface SqlMetainfType

All Known Subinterfaces:
SqlMetainf
All Known Implementing Classes:
SqlMetainfImpl, SqlMetainfTypeImpl

public interface SqlMetainfType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/sql-transformer-metainf.xsd line 78)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}create-table"/>
         <element ref="{}create-index"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 CreateIndexType getCreateIndex()
          Gets the value of the createIndex property.
 CreateTableType getCreateTable()
          Gets the value of the createTable property.
 boolean isSetCreateIndex()
           
 boolean isSetCreateTable()
           
 void setCreateIndex(CreateIndexType value)
          Sets the value of the createIndex property.
 void setCreateTable(CreateTableType value)
          Sets the value of the createTable property.
 void unsetCreateIndex()
           
 void unsetCreateTable()
           
 

Method Detail

getCreateTable

CreateTableType getCreateTable()
Gets the value of the createTable property.

Returns:
possible object is CreateTableType CreateTable

setCreateTable

void setCreateTable(CreateTableType value)
Sets the value of the createTable property.

Parameters:
value - allowed object is CreateTableType CreateTable

isSetCreateTable

boolean isSetCreateTable()

unsetCreateTable

void unsetCreateTable()

getCreateIndex

CreateIndexType getCreateIndex()
Gets the value of the createIndex property.

Returns:
possible object is CreateIndexType CreateIndex

setCreateIndex

void setCreateIndex(CreateIndexType value)
Sets the value of the createIndex property.

Parameters:
value - allowed object is CreateIndexType CreateIndex

isSetCreateIndex

boolean isSetCreateIndex()

unsetCreateIndex

void unsetCreateIndex()


Copyright 2007 The jCoderZ Project.