SigPath

org.sigpath.bioimport.reaction2
Class KForward

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

public class KForward
extends Object
implements Serializable

Defines the KForward value for a basic reaction

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

Constructor Summary
KForward()
           
 
Method Summary
 void deleteValue()
          Method deleteValue
 UnitType getUnit()
          Returns the value of field 'unit'.
 double getValue()
          Returns the value of field 'value'.
 boolean hasValue()
          Method hasValue
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setUnit(UnitType unit)
          Sets the value of field 'unit'.
 void setValue(double value)
          Sets the value of field 'value'.
static KForward 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

KForward

public KForward()
Method Detail

deleteValue

public void deleteValue()
Method deleteValue


getUnit

public UnitType getUnit()
Returns the value of field 'unit'. The field 'unit' has the following description: Selects units for the reaction parameter

Returns:
UnitType

getValue

public double getValue()
Returns the value of field 'value'. The field 'value' has the following description: Defines the value of a reaction parameter

Returns:
double

hasValue

public boolean hasValue()
Method hasValue

Returns:
boolean

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

setUnit

public void setUnit(UnitType unit)
Sets the value of field 'unit'. The field 'unit' has the following description: Selects units for the reaction parameter

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

setValue

public void setValue(double value)
Sets the value of field 'value'. The field 'value' has the following description: Defines the value of a reaction parameter

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

unmarshal

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

Parameters:
reader -
Returns:
KForward
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

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