Textractor API textractor-720 (20091120123250)

textractor.xml.pubmedabstracts.xml
Class Acronym

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

public class Acronym
extends Object
implements Serializable

Class Acronym.

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

Constructor Summary
Acronym()
           
 
Method Summary
 void addAcronymItem(AcronymItem vAcronymItem)
           
 void addAcronymItem(int index, AcronymItem vAcronymItem)
           
 Enumeration enumerateAcronymItem()
          Method enumerateAcronymItem
 AcronymItem[] getAcronymItem()
          Method getAcronymItem
 AcronymItem getAcronymItem(int index)
          Method getAcronymItem
 int getAcronymItemCount()
          Method getAcronymItemCount
 String getContent()
          Returns the value of field 'content'.
 boolean isValid()
          Method isValid
 Iterator iterateAcronymItem()
          Method iterateAcronymItem
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 boolean removeAcronymItem(AcronymItem vAcronymItem)
          Method removeAcronymItem
 AcronymItem removeAcronymItemAt(int index)
          Method removeAcronymItemAt
 void removeAllAcronymItem()
           
 void setAcronymItem(AcronymItem[] vAcronymItemArray)
           
 void setAcronymItem(int index, AcronymItem vAcronymItem)
           
 void setContent(String content)
          Sets the value of field 'content'.
static Acronym 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

Acronym

public Acronym()
Method Detail

addAcronymItem

public void addAcronymItem(AcronymItem vAcronymItem)
                    throws IndexOutOfBoundsException
Parameters:
vAcronymItem -
Throws:
IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addAcronymItem

public void addAcronymItem(int index,
                           AcronymItem vAcronymItem)
                    throws IndexOutOfBoundsException
Parameters:
index -
vAcronymItem -
Throws:
IndexOutOfBoundsException - if the index given is outside the bounds of the collection

enumerateAcronymItem

public Enumeration enumerateAcronymItem()
Method enumerateAcronymItem

Returns:
an Enumeration over all possible elements of this collection

getAcronymItem

public AcronymItem getAcronymItem(int index)
                           throws IndexOutOfBoundsException
Method getAcronymItem

Parameters:
index -
Returns:
the value of the textractor.xml.pubmedabstracts.xml.AcronymItem at the given index
Throws:
IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getAcronymItem

public AcronymItem[] getAcronymItem()
Method getAcronymItem

Returns:
this collection as an Array

getAcronymItemCount

public int getAcronymItemCount()
Method getAcronymItemCount

Returns:
the size of this collection

getContent

public String getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage

Returns:
the value of field 'Content'.

isValid

public boolean isValid()
Method isValid

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

iterateAcronymItem

public Iterator iterateAcronymItem()
Method iterateAcronymItem

Returns:
an Iterator over all possible elements in this collection

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

removeAcronymItem

public boolean removeAcronymItem(AcronymItem vAcronymItem)
Method removeAcronymItem

Parameters:
vAcronymItem -
Returns:
true if the object was removed from the collection.

removeAcronymItemAt

public AcronymItem removeAcronymItemAt(int index)
Method removeAcronymItemAt

Parameters:
index -
Returns:
the element removed from the collection

removeAllAcronymItem

public void removeAllAcronymItem()

setAcronymItem

public void setAcronymItem(int index,
                           AcronymItem vAcronymItem)
                    throws IndexOutOfBoundsException
Parameters:
index -
vAcronymItem -
Throws:
IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setAcronymItem

public void setAcronymItem(AcronymItem[] vAcronymItemArray)
Parameters:
vAcronymItemArray -

setContent

public void setContent(String content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage

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

unmarshal

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

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