SigPath

org.sigpath.bioimport.reaction2
Class BindingDeclaration

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

public class BindingDeclaration
extends Object
implements Serializable

indicates that the requirement deals with a constant. These differenciation may be usefull for kinetic instantiation user interfaces

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

Constructor Summary
BindingDeclaration()
           
 
Method Summary
 String getDescription()
          Returns the value of field 'description'.
 String getName()
          Returns the value of field 'name'.
 UnitType getUnit()
          Returns the value of field 'unit'.
 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 setName(String name)
          Sets the value of field 'name'.
 void setUnit(UnitType unit)
          Sets the value of field 'unit'.
static BindingDeclaration 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

BindingDeclaration

public BindingDeclaration()
Method Detail

getDescription

public String getDescription()
Returns the value of field 'description'.

Returns:
String

getName

public String getName()
Returns the value of field 'name'.

Returns:
String

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

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'.

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

setName

public void setName(String name)
Sets the value of field 'name'.

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

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'.

unmarshal

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

Parameters:
reader -
Returns:
BindingDeclaration
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

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