Textractor API textractor-720 (20091120123250)

textractor.xml.pubmedabstracts.xml
Class AccessionNumber

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

public class AccessionNumber
extends Object
implements Serializable

Class AccessionNumber.

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

Constructor Summary
AccessionNumber()
           
 
Method Summary
 void addAccessionNumberItem(AccessionNumberItem vAccessionNumberItem)
           
 void addAccessionNumberItem(int index, AccessionNumberItem vAccessionNumberItem)
           
 Enumeration enumerateAccessionNumberItem()
          Method enumerateAccessionNumberItem
 AccessionNumberItem[] getAccessionNumberItem()
          Method getAccessionNumberItem
 AccessionNumberItem getAccessionNumberItem(int index)
          Method getAccessionNumberItem
 int getAccessionNumberItemCount()
          Method getAccessionNumberItemCount
 String getContent()
          Returns the value of field 'content'.
 boolean isValid()
          Method isValid
 Iterator iterateAccessionNumberItem()
          Method iterateAccessionNumberItem
 void marshal(ContentHandler handler)
           
 void marshal(Writer out)
           
 boolean removeAccessionNumberItem(AccessionNumberItem vAccessionNumberItem)
          Method removeAccessionNumberItem
 AccessionNumberItem removeAccessionNumberItemAt(int index)
          Method removeAccessionNumberItemAt
 void removeAllAccessionNumberItem()
           
 void setAccessionNumberItem(AccessionNumberItem[] vAccessionNumberItemArray)
           
 void setAccessionNumberItem(int index, AccessionNumberItem vAccessionNumberItem)
           
 void setContent(String content)
          Sets the value of field 'content'.
static AccessionNumber 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

AccessionNumber

public AccessionNumber()
Method Detail

addAccessionNumberItem

public void addAccessionNumberItem(AccessionNumberItem vAccessionNumberItem)
                            throws IndexOutOfBoundsException
Parameters:
vAccessionNumberItem -
Throws:
IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addAccessionNumberItem

public void addAccessionNumberItem(int index,
                                   AccessionNumberItem vAccessionNumberItem)
                            throws IndexOutOfBoundsException
Parameters:
index -
vAccessionNumberItem -
Throws:
IndexOutOfBoundsException - if the index given is outside the bounds of the collection

enumerateAccessionNumberItem

public Enumeration enumerateAccessionNumberItem()
Method enumerateAccessionNumberItem

Returns:
an Enumeration over all possible elements of this collection

getAccessionNumberItem

public AccessionNumberItem getAccessionNumberItem(int index)
                                           throws IndexOutOfBoundsException
Method getAccessionNumberItem

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

getAccessionNumberItem

public AccessionNumberItem[] getAccessionNumberItem()
Method getAccessionNumberItem

Returns:
this collection as an Array

getAccessionNumberItemCount

public int getAccessionNumberItemCount()
Method getAccessionNumberItemCount

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

iterateAccessionNumberItem

public Iterator iterateAccessionNumberItem()
Method iterateAccessionNumberItem

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

removeAccessionNumberItem

public boolean removeAccessionNumberItem(AccessionNumberItem vAccessionNumberItem)
Method removeAccessionNumberItem

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

removeAccessionNumberItemAt

public AccessionNumberItem removeAccessionNumberItemAt(int index)
Method removeAccessionNumberItemAt

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

removeAllAccessionNumberItem

public void removeAllAccessionNumberItem()

setAccessionNumberItem

public void setAccessionNumberItem(int index,
                                   AccessionNumberItem vAccessionNumberItem)
                            throws IndexOutOfBoundsException
Parameters:
index -
vAccessionNumberItem -
Throws:
IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setAccessionNumberItem

public void setAccessionNumberItem(AccessionNumberItem[] vAccessionNumberItemArray)
Parameters:
vAccessionNumberItemArray -

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 AccessionNumber unmarshal(Reader reader)
                                 throws MarshalException,
                                        ValidationException
Method unmarshal

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