|
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.Article
public class Article
Class Article.
| Constructor Summary | |
|---|---|
Article()
|
|
| Method Summary | |
|---|---|
void |
addArticleDate(ArticleDate vArticleDate)
|
void |
addArticleDate(int index,
ArticleDate vArticleDate)
|
void |
addLanguage(int index,
Language vLanguage)
|
void |
addLanguage(Language vLanguage)
|
Enumeration |
enumerateArticleDate()
Method enumerateArticleDate |
Enumeration |
enumerateLanguage()
Method enumerateLanguage |
Abstract |
getAbstract()
Returns the value of field 'abstract'. |
Affiliation |
getAffiliation()
Returns the value of field 'affiliation'. |
ArticleChoice |
getArticleChoice()
Returns the value of field 'articleChoice'. |
ArticleDate[] |
getArticleDate()
Method getArticleDate |
ArticleDate |
getArticleDate(int index)
Method getArticleDate |
int |
getArticleDateCount()
Method getArticleDateCount |
ArticleTitle |
getArticleTitle()
Returns the value of field 'articleTitle'. |
AuthorList |
getAuthorList()
Returns the value of field 'authorList'. |
DataBankList |
getDataBankList()
Returns the value of field 'dataBankList'. |
GrantList |
getGrantList()
Returns the value of field 'grantList'. |
Language[] |
getLanguage()
Method getLanguage |
Language |
getLanguage(int index)
Method getLanguage |
int |
getLanguageCount()
Method getLanguageCount |
Pagination |
getPagination()
Returns the value of field 'pagination'. |
PublicationTypeList |
getPublicationTypeList()
Returns the value of field 'publicationTypeList'. |
ArticlePubModelType |
getPubModel()
Returns the value of field 'pubModel'. |
VernacularTitle |
getVernacularTitle()
Returns the value of field 'vernacularTitle'. |
boolean |
isValid()
Method isValid |
Iterator |
iterateArticleDate()
Method iterateArticleDate |
Iterator |
iterateLanguage()
Method iterateLanguage |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllArticleDate()
|
void |
removeAllLanguage()
|
boolean |
removeArticleDate(ArticleDate vArticleDate)
Method removeArticleDate |
ArticleDate |
removeArticleDateAt(int index)
Method removeArticleDateAt |
boolean |
removeLanguage(Language vLanguage)
Method removeLanguage |
Language |
removeLanguageAt(int index)
Method removeLanguageAt |
void |
setAbstract(Abstract _abstract)
Sets the value of field 'abstract'. |
void |
setAffiliation(Affiliation affiliation)
Sets the value of field 'affiliation'. |
void |
setArticleChoice(ArticleChoice articleChoice)
Sets the value of field 'articleChoice'. |
void |
setArticleDate(ArticleDate[] vArticleDateArray)
|
void |
setArticleDate(int index,
ArticleDate vArticleDate)
|
void |
setArticleTitle(ArticleTitle articleTitle)
Sets the value of field 'articleTitle'. |
void |
setAuthorList(AuthorList authorList)
Sets the value of field 'authorList'. |
void |
setDataBankList(DataBankList dataBankList)
Sets the value of field 'dataBankList'. |
void |
setGrantList(GrantList grantList)
Sets the value of field 'grantList'. |
void |
setLanguage(int index,
Language vLanguage)
|
void |
setLanguage(Language[] vLanguageArray)
|
void |
setPagination(Pagination pagination)
Sets the value of field 'pagination'. |
void |
setPublicationTypeList(PublicationTypeList publicationTypeList)
Sets the value of field 'publicationTypeList'. |
void |
setPubModel(ArticlePubModelType pubModel)
Sets the value of field 'pubModel'. |
void |
setVernacularTitle(VernacularTitle vernacularTitle)
Sets the value of field 'vernacularTitle'. |
static Article |
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 Article()
| Method Detail |
|---|
public void addArticleDate(ArticleDate vArticleDate)
throws IndexOutOfBoundsException
vArticleDate -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addArticleDate(int index,
ArticleDate vArticleDate)
throws IndexOutOfBoundsException
index - vArticleDate -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addLanguage(Language vLanguage)
throws IndexOutOfBoundsException
vLanguage -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addLanguage(int index,
Language vLanguage)
throws IndexOutOfBoundsException
index - vLanguage -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration enumerateArticleDate()
public Enumeration enumerateLanguage()
public Abstract getAbstract()
public Affiliation getAffiliation()
public ArticleChoice getArticleChoice()
public ArticleDate getArticleDate(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic ArticleDate[] getArticleDate()
public int getArticleDateCount()
public ArticleTitle getArticleTitle()
public AuthorList getAuthorList()
public DataBankList getDataBankList()
public GrantList getGrantList()
public Language getLanguage(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Language[] getLanguage()
public int getLanguageCount()
public Pagination getPagination()
public ArticlePubModelType getPubModel()
public PublicationTypeList getPublicationTypeList()
public VernacularTitle getVernacularTitle()
public boolean isValid()
public Iterator iterateArticleDate()
public Iterator iterateLanguage()
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 void removeAllArticleDate()
public void removeAllLanguage()
public boolean removeArticleDate(ArticleDate vArticleDate)
vArticleDate -
public ArticleDate removeArticleDateAt(int index)
index -
public boolean removeLanguage(Language vLanguage)
vLanguage -
public Language removeLanguageAt(int index)
index -
public void setAbstract(Abstract _abstract)
_abstract - abstract - the value of field 'abstract'.public void setAffiliation(Affiliation affiliation)
affiliation - the value of field 'affiliation'.public void setArticleChoice(ArticleChoice articleChoice)
articleChoice - the value of field 'articleChoice'.
public void setArticleDate(int index,
ArticleDate vArticleDate)
throws IndexOutOfBoundsException
index - vArticleDate -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setArticleDate(ArticleDate[] vArticleDateArray)
vArticleDateArray - public void setArticleTitle(ArticleTitle articleTitle)
articleTitle - the value of field 'articleTitle'.public void setAuthorList(AuthorList authorList)
authorList - the value of field 'authorList'.public void setDataBankList(DataBankList dataBankList)
dataBankList - the value of field 'dataBankList'.public void setGrantList(GrantList grantList)
grantList - the value of field 'grantList'.
public void setLanguage(int index,
Language vLanguage)
throws IndexOutOfBoundsException
index - vLanguage -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setLanguage(Language[] vLanguageArray)
vLanguageArray - public void setPagination(Pagination pagination)
pagination - the value of field 'pagination'.public void setPubModel(ArticlePubModelType pubModel)
pubModel - the value of field 'pubModel'.public void setPublicationTypeList(PublicationTypeList publicationTypeList)
publicationTypeList - the value of field
'publicationTypeList'.public void setVernacularTitle(VernacularTitle vernacularTitle)
vernacularTitle - the value of field 'vernacularTitle'.
public static Article 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 | |||||||||