SigPath

org.sigpath.bioimport.geneways
Class ActionType

java.lang.Object
  extended by org.sigpath.bioimport.geneways.ActionType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Action

public class ActionType
extends Object
implements Serializable

Class ActionType.

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

Constructor Summary
ActionType()
           
 
Method Summary
 String getDownstream()
          Returns the value of field 'downstream'.
 String getId()
          Returns the value of field 'id'.
 String getType()
          Returns the value of field 'type'.
 String getUpstream()
          Returns the value of field 'upstream'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setDownstream(String downstream)
          Sets the value of field 'downstream'.
 void setId(String id)
          Sets the value of field 'id'.
 void setType(String type)
          Sets the value of field 'type'.
 void setUpstream(String upstream)
          Sets the value of field 'upstream'.
static ActionType 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

ActionType

public ActionType()
Method Detail

getDownstream

public String getDownstream()
Returns the value of field 'downstream'.

Returns:
String

getId

public String getId()
Returns the value of field 'id'.

Returns:
String

getType

public String getType()
Returns the value of field 'type'.

Returns:
String

getUpstream

public String getUpstream()
Returns the value of field 'upstream'.

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

setDownstream

public void setDownstream(String downstream)
Sets the value of field 'downstream'.

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

setId

public void setId(String id)
Sets the value of field 'id'.

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

setType

public void setType(String type)
Sets the value of field 'type'.

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

setUpstream

public void setUpstream(String upstream)
Sets the value of field 'upstream'.

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

unmarshal

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

Parameters:
reader -
Returns:
ActionType
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

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