|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttextractor.xml.pubmedabstracts.xml.AccessionNumberList
public class AccessionNumberList
Class AccessionNumberList.
| Constructor Summary | |
|---|---|
AccessionNumberList()
|
|
| Method Summary | |
|---|---|
void |
addAccessionNumber(AccessionNumber vAccessionNumber)
|
void |
addAccessionNumber(int index,
AccessionNumber vAccessionNumber)
|
Enumeration |
enumerateAccessionNumber()
Method enumerateAccessionNumber |
AccessionNumber[] |
getAccessionNumber()
Method getAccessionNumber |
AccessionNumber |
getAccessionNumber(int index)
Method getAccessionNumber |
int |
getAccessionNumberCount()
Method getAccessionNumberCount |
boolean |
isValid()
Method isValid |
Iterator |
iterateAccessionNumber()
Method iterateAccessionNumber |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
boolean |
removeAccessionNumber(AccessionNumber vAccessionNumber)
Method removeAccessionNumber |
AccessionNumber |
removeAccessionNumberAt(int index)
Method removeAccessionNumberAt |
void |
removeAllAccessionNumber()
|
void |
setAccessionNumber(AccessionNumber[] vAccessionNumberArray)
|
void |
setAccessionNumber(int index,
AccessionNumber vAccessionNumber)
|
static AccessionNumberList |
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 |
|---|
public AccessionNumberList()
| Method Detail |
|---|
public void addAccessionNumber(AccessionNumber vAccessionNumber)
throws IndexOutOfBoundsException
vAccessionNumber -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addAccessionNumber(int index,
AccessionNumber vAccessionNumber)
throws IndexOutOfBoundsException
index - vAccessionNumber -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration enumerateAccessionNumber()
public AccessionNumber getAccessionNumber(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic AccessionNumber[] getAccessionNumber()
public int getAccessionNumberCount()
public boolean isValid()
public Iterator iterateAccessionNumber()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
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
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
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 marshalingpublic boolean removeAccessionNumber(AccessionNumber vAccessionNumber)
vAccessionNumber -
public AccessionNumber removeAccessionNumberAt(int index)
index -
public void removeAllAccessionNumber()
public void setAccessionNumber(int index,
AccessionNumber vAccessionNumber)
throws IndexOutOfBoundsException
index - vAccessionNumber -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setAccessionNumber(AccessionNumber[] vAccessionNumberArray)
vAccessionNumberArray -
public static AccessionNumberList unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
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
public void validate()
throws ValidationException
ValidationException - if this
object is an invalid instance according to the schema
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||