TissueInfo API 20091124110011

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

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

public class BlastOutput_iterationsType
extends Object
implements Serializable

Class BlastOutput_iterationsType.

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

Constructor Summary
BlastOutput_iterationsType()
           
 
Method Summary
 Iteration getIteration()
          Returns the value of field 'iteration'.
 boolean isValid()
          Method isValid.
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 void setIteration(Iteration iteration)
          Sets the value of field 'iteration'.
static BlastOutput_iterationsType 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_iterationsType

public BlastOutput_iterationsType()
Method Detail

getIteration

public Iteration getIteration()
Returns the value of field 'iteration'.

Returns:
the value of field 'Iteration'.

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

setIteration

public void setIteration(Iteration iteration)
Sets the value of field 'iteration'.

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

unmarshal

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

Parameters:
reader -
Returns:
the unmarshaled edu.mssm.crover.tools.blast.parsers.xml.v3.BlastOutput_iterationsType
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.