|
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.ArticleDate
public class ArticleDate
Class ArticleDate.
| Constructor Summary | |
|---|---|
ArticleDate()
|
|
| Method Summary | |
|---|---|
ArticleDateSequenceSequence |
getArticleDateSequenceSequence()
Returns the value of field 'articleDateSequenceSequence'. |
String |
getDateType()
Returns the value of field 'dateType'. |
Day |
getDay()
Returns the value of field 'day'. |
Month |
getMonth()
Returns the value of field 'month'. |
Year |
getYear()
Returns the value of field 'year'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setArticleDateSequenceSequence(ArticleDateSequenceSequence articleDateSequenceSequence)
Sets the value of field 'articleDateSequenceSequence'. |
void |
setDateType(String dateType)
Sets the value of field 'dateType'. |
void |
setDay(Day day)
Sets the value of field 'day'. |
void |
setMonth(Month month)
Sets the value of field 'month'. |
void |
setYear(Year year)
Sets the value of field 'year'. |
static ArticleDate |
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 ArticleDate()
| Method Detail |
|---|
public ArticleDateSequenceSequence getArticleDateSequenceSequence()
public String getDateType()
public Day getDay()
public Month getMonth()
public Year getYear()
public boolean isValid()
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 setArticleDateSequenceSequence(ArticleDateSequenceSequence articleDateSequenceSequence)
articleDateSequenceSequence - the value of field
'articleDateSequenceSequence'.public void setDateType(String dateType)
dateType - the value of field 'dateType'.public void setDay(Day day)
day - the value of field 'day'.public void setMonth(Month month)
month - the value of field 'month'.public void setYear(Year year)
year - the value of field 'year'.
public static ArticleDate 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 | |||||||||