Textractor API textractor-720 (20091120123250)

textractor.xml.uniprot.xml
Class Absorption

java.lang.Object
  extended by textractor.xml.uniprot.xml.Absorption
All Implemented Interfaces:
Serializable

public class Absorption
extends Object
implements Serializable

Class Absorption.

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

Constructor Summary
Absorption()
           
 
Method Summary
 String getMax()
          Returns the value of field 'max'.
 String getText()
          Returns the value of field 'text'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 void setMax(String max)
          Sets the value of field 'max'.
 void setText(String text)
          Sets the value of field 'text'.
static Absorption 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

Absorption

public Absorption()
Method Detail

getMax

public String getMax()
Returns the value of field 'max'.

Returns:
the value of field 'Max'.

getText

public String getText()
Returns the value of field 'text'.

Returns:
the value of field 'Text'.

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

setMax

public void setMax(String max)
Sets the value of field 'max'.

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

setText

public void setText(String text)
Sets the value of field 'text'.

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

unmarshal

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

Parameters:
reader -
Returns:
the unmarshaled textractor.xml.uniprot.xml.Absorption
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

Textractor API textractor-720 (20091120123250)

Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.