SigPath

org.sigpath.bioimport.reaction2
Class InContactWith

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

public class InContactWith
extends Object
implements Serializable

Class InContactWith.

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

Constructor Summary
InContactWith()
           
 
Method Summary
 Object getContactcompartment()
          Returns the value of field 'contactcompartment'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setContactcompartment(Object contactcompartment)
          Sets the value of field 'contactcompartment'.
static InContactWith 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

InContactWith

public InContactWith()
Method Detail

getContactcompartment

public Object getContactcompartment()
Returns the value of field 'contactcompartment'.

Returns:
Object

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

setContactcompartment

public void setContactcompartment(Object contactcompartment)
Sets the value of field 'contactcompartment'.

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

unmarshal

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

Parameters:
reader -
Returns:
InContactWith
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

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