commgrids.nuggets.wiley.rss.schema
Class Item

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

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

Comment describing your root element

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

Constructor Summary
Item()
           
 
Method Summary
 java.lang.String getArticleId()
          Returns the value of field 'articleId'.
 java.lang.String getArticleTitle()
          Returns the value of field 'articleTitle'.
 java.lang.String getAuthor()
          Returns the value of field 'author'.
 java.lang.String getCategory()
          Returns the value of field 'category'.
 java.lang.String getDate()
          Returns the value of field 'date'.
 java.lang.String getLink()
          Returns the value of field 'link'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setArticleId(java.lang.String articleId)
          Sets the value of field 'articleId'.
 void setArticleTitle(java.lang.String articleTitle)
          Sets the value of field 'articleTitle'.
 void setAuthor(java.lang.String author)
          Sets the value of field 'author'.
 void setCategory(java.lang.String category)
          Sets the value of field 'category'.
 void setDate(java.lang.String date)
          Sets the value of field 'date'.
 void setLink(java.lang.String link)
          Sets the value of field 'link'.
static Item unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

getArticleId

public java.lang.String getArticleId()
Returns the value of field 'articleId'.

Returns:
the value of field 'articleId'.

getArticleTitle

public java.lang.String getArticleTitle()
Returns the value of field 'articleTitle'.

Returns:
the value of field 'articleTitle'.

getAuthor

public java.lang.String getAuthor()
Returns the value of field 'author'.

Returns:
the value of field 'author'.

getCategory

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

Returns:
the value of field 'category'.

getDate

public java.lang.String getDate()
Returns the value of field 'date'.

Returns:
the value of field 'date'.

getLink

public java.lang.String getLink()
Returns the value of field 'link'.

Returns:
the value of field 'link'.

isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

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
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setArticleId

public void setArticleId(java.lang.String articleId)
Sets the value of field 'articleId'.

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

setArticleTitle

public void setArticleTitle(java.lang.String articleTitle)
Sets the value of field 'articleTitle'.

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

setAuthor

public void setAuthor(java.lang.String author)
Sets the value of field 'author'.

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

setCategory

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

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

setDate

public void setDate(java.lang.String date)
Sets the value of field 'date'.

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

setLink

public void setLink(java.lang.String link)
Sets the value of field 'link'.

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

unmarshal

public static Item unmarshal(java.io.Reader reader)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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

Throws:
org.exolab.castor.xml.ValidationException