Textractor API textractor-720 (20091120123250)

textractor.xml.pubmedabstracts.xml
Class ArticleDate

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

public class ArticleDate
extends Object
implements Serializable

Class ArticleDate.

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

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

ArticleDate

public ArticleDate()
Method Detail

getArticleDateSequenceSequence

public ArticleDateSequenceSequence getArticleDateSequenceSequence()
Returns the value of field 'articleDateSequenceSequence'.

Returns:
the value of field 'ArticleDateSequenceSequence'.

getDateType

public String getDateType()
Returns the value of field 'dateType'.

Returns:
the value of field 'DateType'.

getDay

public Day getDay()
Returns the value of field 'day'.

Returns:
the value of field 'Day'.

getMonth

public Month getMonth()
Returns the value of field 'month'.

Returns:
the value of field 'Month'.

getYear

public Year getYear()
Returns the value of field 'year'.

Returns:
the value of field 'Year'.

isValid

public boolean isValid()
Method isValid

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

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

setArticleDateSequenceSequence

public void setArticleDateSequenceSequence(ArticleDateSequenceSequence articleDateSequenceSequence)
Sets the value of field 'articleDateSequenceSequence'.

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

setDateType

public void setDateType(String dateType)
Sets the value of field 'dateType'.

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

setDay

public void setDay(Day day)
Sets the value of field 'day'.

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

setMonth

public void setMonth(Month month)
Sets the value of field 'month'.

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

setYear

public void setYear(Year year)
Sets the value of field 'year'.

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

unmarshal

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

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