Textractor API textractor-720 (20091120123250)

textractor.xml.pubmedabstracts.xml
Class Abstract

java.lang.Object
  extended by textractor.xml.pubmedabstracts.xml.Abstract
All Implemented Interfaces:
Serializable

public class Abstract
extends Object
implements Serializable

Class Abstract.

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

Constructor Summary
Abstract()
           
 
Method Summary
 AbstractText getAbstractText()
          Returns the value of field 'abstractText'.
 CopyrightInformation getCopyrightInformation()
          Returns the value of field 'copyrightInformation'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 void setAbstractText(AbstractText abstractText)
          Sets the value of field 'abstractText'.
 void setCopyrightInformation(CopyrightInformation copyrightInformation)
          Sets the value of field 'copyrightInformation'.
static Abstract 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

Abstract

public Abstract()
Method Detail

getAbstractText

public AbstractText getAbstractText()
Returns the value of field 'abstractText'.

Returns:
the value of field 'AbstractText'.

getCopyrightInformation

public CopyrightInformation getCopyrightInformation()
Returns the value of field 'copyrightInformation'.

Returns:
the value of field 'CopyrightInformation'.

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

setAbstractText

public void setAbstractText(AbstractText abstractText)
Sets the value of field 'abstractText'.

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

setCopyrightInformation

public void setCopyrightInformation(CopyrightInformation copyrightInformation)
Sets the value of field 'copyrightInformation'.

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

unmarshal

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

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