|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommgrids.nuggets.wiley.rss.schema.Item
Comment describing your root element
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 |
public Item()
Method Detail |
public java.lang.String getArticleId()
public java.lang.String getArticleTitle()
public java.lang.String getAuthor()
public java.lang.String getCategory()
public java.lang.String getDate()
public java.lang.String getLink()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setArticleId(java.lang.String articleId)
articleId
- the value of field 'articleId'.public void setArticleTitle(java.lang.String articleTitle)
articleTitle
- the value of field 'articleTitle'.public void setAuthor(java.lang.String author)
author
- the value of field 'author'.public void setCategory(java.lang.String category)
category
- the value of field 'category'.public void setDate(java.lang.String date)
date
- the value of field 'date'.public void setLink(java.lang.String link)
link
- the value of field 'link'.public static Item unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |