SigPath

org.sigpath.bioimport.reaction2
Class ExcludedReaction

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

public class ExcludedReaction
extends Object
implements Serializable

Class ExcludedReaction.

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

Constructor Summary
ExcludedReaction()
           
 
Method Summary
 String getDescription()
          Returns the value of field 'description'.
 OnLeft getOnLeft()
          Returns the value of field 'onLeft'.
 OnRight getOnRight()
          Returns the value of field 'onRight'.
 Object getReactionIdRef()
          Returns the value of field 'reactionIdRef'.
 String getReactionSpid()
          Returns the value of field 'reactionSpid'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setDescription(String description)
          Sets the value of field 'description'.
 void setOnLeft(OnLeft onLeft)
          Sets the value of field 'onLeft'.
 void setOnRight(OnRight onRight)
          Sets the value of field 'onRight'.
 void setReactionIdRef(Object reactionIdRef)
          Sets the value of field 'reactionIdRef'.
 void setReactionSpid(String reactionSpid)
          Sets the value of field 'reactionSpid'.
static ExcludedReaction 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

ExcludedReaction

public ExcludedReaction()
Method Detail

getDescription

public String getDescription()
Returns the value of field 'description'. The field 'description' has the following description: Allows you to attach a description to a reaction, molecule, compartment, model or review

Returns:
String

getOnLeft

public OnLeft getOnLeft()
Returns the value of field 'onLeft'.

Returns:
OnLeft

getOnRight

public OnRight getOnRight()
Returns the value of field 'onRight'.

Returns:
OnRight

getReactionIdRef

public Object getReactionIdRef()
Returns the value of field 'reactionIdRef'.

Returns:
Object

getReactionSpid

public String getReactionSpid()
Returns the value of field 'reactionSpid'.

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

setDescription

public void setDescription(String description)
Sets the value of field 'description'. The field 'description' has the following description: Allows you to attach a description to a reaction, molecule, compartment, model or review

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

setOnLeft

public void setOnLeft(OnLeft onLeft)
Sets the value of field 'onLeft'.

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

setOnRight

public void setOnRight(OnRight onRight)
Sets the value of field 'onRight'.

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

setReactionIdRef

public void setReactionIdRef(Object reactionIdRef)
Sets the value of field 'reactionIdRef'.

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

setReactionSpid

public void setReactionSpid(String reactionSpid)
Sets the value of field 'reactionSpid'.

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

unmarshal

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

Parameters:
reader -
Returns:
ExcludedReaction
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

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