edu.ogi.cse.xs.relschema
Class RelationalSchema

java.lang.Object
  extended by edu.ogi.cse.xs.relschema.RelationalSchema

public class RelationalSchema
extends java.lang.Object


Constructor Summary
RelationalSchema(XSInstance xs)
           
 
Method Summary
 Table getRootTable()
           
 java.lang.String getXmlschemaname()
           
 XSInstance getXSInstance()
           
 void setRootTable(Table rootTable)
           
 java.util.List tables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationalSchema

public RelationalSchema(XSInstance xs)
Method Detail

getRootTable

public Table getRootTable()

setRootTable

public void setRootTable(Table rootTable)

getXmlschemaname

public java.lang.String getXmlschemaname()

getXSInstance

public XSInstance getXSInstance()

tables

public java.util.List tables()