org.riverock.dbrevision.annotation.schema.db
Class DbDatabase

java.lang.Object
  extended by org.riverock.dbrevision.annotation.schema.db.DbDatabase

public class DbDatabase
extends Object

Java class for DbDatabase complex type.

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

 <complexType name="DbDatabase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Schema" type="{http://dbrevision.sourceforge.net/xsd/dbrevision-structure.xsd}DbSchema"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DbSchema schema
           
 
Constructor Summary
DbDatabase()
           
 
Method Summary
 DbSchema getSchema()
          Gets the value of the schema property.
 void setSchema(DbSchema value)
          Sets the value of the schema property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schema

protected DbSchema schema
Constructor Detail

DbDatabase

public DbDatabase()
Method Detail

getSchema

public DbSchema getSchema()
Gets the value of the schema property.

Returns:
possible object is DbSchema

setSchema

public void setSchema(DbSchema value)
Sets the value of the schema property.

Parameters:
value - allowed object is DbSchema


Copyright © 2008 Riverock community. All Rights Reserved.