|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommgrids.nuggets.wiley.schema.ArticleContent
Constructor Summary | |
ArticleContent()
|
Method Summary | |
Abstract |
getAbstract()
Returns the value of field 'abstract'. |
ArticleInfo |
getArticleInfo()
Returns the value of field 'articleInfo'. |
java.lang.String |
getArticleTitle()
Returns the value of field 'articleTitle'. |
AuthorGroup |
getAuthorGroup()
Returns the value of field 'authorGroup'. |
Keywords |
getKeywords()
Returns the value of field 'keywords'. |
java.lang.String |
getLanguage()
Returns the value of field 'language'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setAbstract(Abstract _abstract)
Sets the value of field 'abstract'. |
void |
setArticleInfo(ArticleInfo articleInfo)
Sets the value of field 'articleInfo'. |
void |
setArticleTitle(java.lang.String articleTitle)
Sets the value of field 'articleTitle'. |
void |
setAuthorGroup(AuthorGroup authorGroup)
Sets the value of field 'authorGroup'. |
void |
setKeywords(Keywords keywords)
Sets the value of field 'keywords'. |
void |
setLanguage(java.lang.String language)
Sets the value of field 'language'. |
static ArticleContent |
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 |
public ArticleContent()
Method Detail |
public Abstract getAbstract()
public ArticleInfo getArticleInfo()
public java.lang.String getArticleTitle()
public AuthorGroup getAuthorGroup()
public Keywords getKeywords()
public java.lang.String getLanguage()
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 setAbstract(Abstract _abstract)
_abstract
- public void setArticleInfo(ArticleInfo articleInfo)
articleInfo
- the value of field 'articleInfo'.public void setArticleTitle(java.lang.String articleTitle)
articleTitle
- the value of field 'articleTitle'.public void setAuthorGroup(AuthorGroup authorGroup)
authorGroup
- the value of field 'authorGroup'.public void setKeywords(Keywords keywords)
keywords
- the value of field 'keywords'.public void setLanguage(java.lang.String language)
language
- the value of field 'language'.public static ArticleContent 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 |