commgrids.nuggets.wiley.schema
Class Wiley

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

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

Comment describing your root element

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

Constructor Summary
Wiley()
           
 
Method Summary
 ArticleContent getArticleContent()
          Returns the value of field 'articleContent'.
 JournalInfo getJournalInfo()
          Returns the value of field 'journalInfo'.
 java.lang.String getNuggetID()
          Returns the value of field 'nuggetID'.
 PublicationInfo getPublicationInfo()
          Returns the value of field 'publicationInfo'.
 PublisherInfo getPublisherInfo()
          Returns the value of field 'publisherInfo'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setArticleContent(ArticleContent articleContent)
          Sets the value of field 'articleContent'.
 void setJournalInfo(JournalInfo journalInfo)
          Sets the value of field 'journalInfo'.
 void setNuggetID(java.lang.String nuggetID)
          Sets the value of field 'nuggetID'.
 void setPublicationInfo(PublicationInfo publicationInfo)
          Sets the value of field 'publicationInfo'.
 void setPublisherInfo(PublisherInfo publisherInfo)
          Sets the value of field 'publisherInfo'.
static Wiley 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

Wiley

public Wiley()
Method Detail

getArticleContent

public ArticleContent getArticleContent()
Returns the value of field 'articleContent'.

Returns:
the value of field 'articleContent'.

getJournalInfo

public JournalInfo getJournalInfo()
Returns the value of field 'journalInfo'.

Returns:
the value of field 'journalInfo'.

getNuggetID

public java.lang.String getNuggetID()
Returns the value of field 'nuggetID'.

Returns:
the value of field 'nuggetID'.

getPublicationInfo

public PublicationInfo getPublicationInfo()
Returns the value of field 'publicationInfo'.

Returns:
the value of field 'publicationInfo'.

getPublisherInfo

public PublisherInfo getPublisherInfo()
Returns the value of field 'publisherInfo'.

Returns:
the value of field 'publisherInfo'.

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

setArticleContent

public void setArticleContent(ArticleContent articleContent)
Sets the value of field 'articleContent'.

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

setJournalInfo

public void setJournalInfo(JournalInfo journalInfo)
Sets the value of field 'journalInfo'.

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

setNuggetID

public void setNuggetID(java.lang.String nuggetID)
Sets the value of field 'nuggetID'.

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

setPublicationInfo

public void setPublicationInfo(PublicationInfo publicationInfo)
Sets the value of field 'publicationInfo'.

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

setPublisherInfo

public void setPublisherInfo(PublisherInfo publisherInfo)
Sets the value of field 'publisherInfo'.

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

unmarshal

public static Wiley 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