TissueInfo API 20091124110011

edu.mssm.crover.tools.blast.parsers.xml.v3
Class BlastOutput_paramType

java.lang.Object
  extended by edu.mssm.crover.tools.blast.parsers.xml.v3.BlastOutput_paramType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BlastOutput_param

public class BlastOutput_paramType
extends Object
implements Serializable

Class BlastOutput_paramType.

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

Constructor Summary
BlastOutput_paramType()
           
 
Method Summary
 Parameters getParameters()
          Returns the value of field 'parameters'.
 boolean isValid()
          Method isValid.
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 void setParameters(Parameters parameters)
          Sets the value of field 'parameters'.
static BlastOutput_paramType unmarshal(Reader reader)
          Method unmarshal.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlastOutput_paramType

public BlastOutput_paramType()
Method Detail

getParameters

public Parameters getParameters()
Returns the value of field 'parameters'.

Returns:
the value of field 'Parameters'.

isValid

public boolean isValid()
Method isValid.

Returns:
true if this object is valid according to the schema

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Parameters:
out -
Throws:
MarshalException - if object is null or if any SAXException is thrown during marshaling
ValidationException - if this object is an invalid instance according to the schema

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Parameters:
handler -
Throws:
IOException - if an IOException occurs during marshaling
ValidationException - if this object is an invalid instance according to the schema
MarshalException - if object is null or if any SAXException is thrown during marshaling

setParameters

public void setParameters(Parameters parameters)
Sets the value of field 'parameters'.

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

unmarshal

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

Parameters:
reader -
Returns:
the unmarshaled edu.mssm.crover.tools.blast.parsers.xml.v3.BlastOutput_paramType
Throws:
MarshalException - if object is null or if any SAXException is thrown during marshaling
ValidationException - if this object is an invalid instance according to the schema

validate

public void validate()
              throws ValidationException
Throws:
ValidationException - if this object is an invalid instance according to the schema

TissueInfo API 20091124110011

Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.