SigPath

org.sigpath.bioimport.geneways
Class Substance

java.lang.Object
  extended by org.sigpath.bioimport.geneways.SubstanceType
      extended by org.sigpath.bioimport.geneways.Substance
All Implemented Interfaces:
Serializable

public class Substance
extends SubstanceType
implements Serializable

Class Substance.

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

Constructor Summary
Substance()
           
 
Method Summary
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
static Substance unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class org.sigpath.bioimport.geneways.SubstanceType
getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Substance

public Substance()
Method Detail

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class SubstanceType
Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Overrides:
marshal in class SubstanceType
Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Overrides:
marshal in class SubstanceType
Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

unmarshal

public static Substance unmarshal(Reader reader)
                           throws MarshalException,
                                  ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Substance
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Overrides:
validate in class SubstanceType
Throws:
ValidationException

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.