org.enableit.db.beans
Class Metadata

java.lang.Object
  |
  +--org.enableit.db.beans.Metadata
All Implemented Interfaces:
java.io.Serializable

public class Metadata
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Metadata()
           
 
Method Summary
 org.enableit.db.beans.Catalogues getCatalogues()
          Returns the value of field 'catalogues'.
 java.lang.String getCatalogueTerm()
          Returns the value of field 'catalogueTerm'.
 java.lang.String getSchemaTerm()
          Returns the value of field 'schemaTerm'.
 org.enableit.db.beans.TableTypes getTableTypes()
          Returns the value of field 'tableTypes'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setCatalogues(org.enableit.db.beans.Catalogues catalogues)
          Sets the value of field 'catalogues'.
 void setCatalogueTerm(java.lang.String catalogueTerm)
          Sets the value of field 'catalogueTerm'.
 void setSchemaTerm(java.lang.String schemaTerm)
          Sets the value of field 'schemaTerm'.
 void setTableTypes(org.enableit.db.beans.TableTypes tableTypes)
          Sets the value of field 'tableTypes'.
static org.enableit.db.beans.Metadata unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metadata

public Metadata()
Method Detail

getCatalogueTerm

public java.lang.String getCatalogueTerm()
Returns the value of field 'catalogueTerm'.

Returns:
the value of field 'catalogueTerm'.

getCatalogues

public org.enableit.db.beans.Catalogues getCatalogues()
Returns the value of field 'catalogues'.

Returns:
the value of field 'catalogues'.

getSchemaTerm

public java.lang.String getSchemaTerm()
Returns the value of field 'schemaTerm'.

Returns:
the value of field 'schemaTerm'.

getTableTypes

public org.enableit.db.beans.TableTypes getTableTypes()
Returns the value of field 'tableTypes'.

Returns:
the value of field 'tableTypes'.

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setCatalogueTerm

public void setCatalogueTerm(java.lang.String catalogueTerm)
Sets the value of field 'catalogueTerm'.

Parameters:
catalogueTerm - the value of field 'catalogueTerm'.

setCatalogues

public void setCatalogues(org.enableit.db.beans.Catalogues catalogues)
Sets the value of field 'catalogues'.

Parameters:
catalogues - the value of field 'catalogues'.

setSchemaTerm

public void setSchemaTerm(java.lang.String schemaTerm)
Sets the value of field 'schemaTerm'.

Parameters:
schemaTerm - the value of field 'schemaTerm'.

setTableTypes

public void setTableTypes(org.enableit.db.beans.TableTypes tableTypes)
Sets the value of field 'tableTypes'.

Parameters:
tableTypes - the value of field 'tableTypes'.

unmarshal

public static org.enableit.db.beans.Metadata unmarshal(java.io.Reader reader)
                                                throws org.exolab.castor.xml.MarshalException,
                                                       org.exolab.castor.xml.ValidationException
Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException


Copyright © 1999-2004 enableIT.org. All Rights Reserved.