commgrids.nuggets.wiley.schema
Class ArticleInfo

java.lang.Object
  extended bycommgrids.nuggets.wiley.schema.ArticleInfo
All Implemented Interfaces:
java.io.Serializable

public class ArticleInfo
extends java.lang.Object
implements java.io.Serializable

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

Constructor Summary
ArticleInfo()
           
 
Method Summary
 java.lang.String getArticleIdentification()
          Returns the value of field 'articleIdentification'.
 ArticleType getArticleType()
          Returns the value of field 'articleType'.
 java.lang.String getCategory()
          Returns the value of field 'category'.
 DigitalObjectIdentifier getDigitalObjectIdentifier()
          Returns the value of field 'digitalObjectIdentifier'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setArticleIdentification(java.lang.String articleIdentification)
          Sets the value of field 'articleIdentification'.
 void setArticleType(ArticleType articleType)
          Sets the value of field 'articleType'.
 void setCategory(java.lang.String category)
          Sets the value of field 'category'.
 void setDigitalObjectIdentifier(DigitalObjectIdentifier digitalObjectIdentifier)
          Sets the value of field 'digitalObjectIdentifier'.
static ArticleInfo unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArticleInfo

public ArticleInfo()
Method Detail

getArticleIdentification

public java.lang.String getArticleIdentification()
Returns the value of field 'articleIdentification'.

Returns:
the value of field 'articleIdentification'.

getArticleType

public ArticleType getArticleType()
Returns the value of field 'articleType'.

Returns:
the value of field 'articleType'.

getCategory

public java.lang.String getCategory()
Returns the value of field 'category'.

Returns:
the value of field 'category'.

getDigitalObjectIdentifier

public DigitalObjectIdentifier getDigitalObjectIdentifier()
Returns the value of field 'digitalObjectIdentifier'.

Returns:
the value of field 'digitalObjectIdentifier'.

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setArticleIdentification

public void setArticleIdentification(java.lang.String articleIdentification)
Sets the value of field 'articleIdentification'.

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

setArticleType

public void setArticleType(ArticleType articleType)
Sets the value of field 'articleType'.

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

setCategory

public void setCategory(java.lang.String category)
Sets the value of field 'category'.

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

setDigitalObjectIdentifier

public void setDigitalObjectIdentifier(DigitalObjectIdentifier digitalObjectIdentifier)
Sets the value of field 'digitalObjectIdentifier'.

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

unmarshal

public static ArticleInfo unmarshal(java.io.Reader reader)
                             throws org.exolab.castor.xml.MarshalException,
                                    org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException