org.riverock.dbrevision.annotation.schema.db
Class DbDatabase
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schema
protected DbSchema schema
DbDatabase
public DbDatabase()
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.