org.riverock.dbrevision.annotation.schema.db
Class DbRevision.Module

java.lang.Object
  extended by org.riverock.dbrevision.annotation.schema.db.DbRevision.Module
Enclosing class:
DbRevision

public static class DbRevision.Module
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Versions">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DbRevision.Module.Versions
          Java class for anonymous complex type.
 
Field Summary
protected  String description
           
protected  String name
           
protected  DbRevision.Module.Versions versions
           
 
Constructor Summary
DbRevision.Module()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 DbRevision.Module.Versions getVersions()
          Gets the value of the versions property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setVersions(DbRevision.Module.Versions value)
          Sets the value of the versions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected String description

name

protected String name

versions

protected DbRevision.Module.Versions versions
Constructor Detail

DbRevision.Module

public DbRevision.Module()
Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersions

public DbRevision.Module.Versions getVersions()
Gets the value of the versions property.

Returns:
possible object is DbRevision.Module.Versions

setVersions

public void setVersions(DbRevision.Module.Versions value)
Sets the value of the versions property.

Parameters:
value - allowed object is DbRevision.Module.Versions


Copyright © 2008 Riverock community. All Rights Reserved.