SigPath

org.sigpath.bioimport.reaction2
Class InvolvedInReaction

java.lang.Object
  extended by org.sigpath.bioimport.reaction2.InvolvedInReaction
All Implemented Interfaces:
Serializable

public class InvolvedInReaction
extends Object
implements Serializable

Used to list reactions that a molecule is involved in by spid (unique SigPath identifier)

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

Constructor Summary
InvolvedInReaction()
           
 
Method Summary
 String getSpid()
          Returns the value of field 'spid'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setSpid(String spid)
          Sets the value of field 'spid'.
static InvolvedInReaction unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvolvedInReaction

public InvolvedInReaction()
Method Detail

getSpid

public String getSpid()
Returns the value of field 'spid'.

Returns:
String

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

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

Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

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

Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

setSpid

public void setSpid(String spid)
Sets the value of field 'spid'.

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

unmarshal

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

Parameters:
reader -
Returns:
InvolvedInReaction
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

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