commgrids.nuggets.wiley.schema
Class ArticleType

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

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

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

Constructor Summary
ArticleType()
           
 
Method Summary
 java.lang.String getArticleTy()
          Returns the value of field 'articleTy'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setArticleTy(java.lang.String articleTy)
          Sets the value of field 'articleTy'.
static ArticleType 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

ArticleType

public ArticleType()
Method Detail

getArticleTy

public java.lang.String getArticleTy()
Returns the value of field 'articleTy'.

Returns:
the value of field 'articleTy'.

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

setArticleTy

public void setArticleTy(java.lang.String articleTy)
Sets the value of field 'articleTy'.

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

unmarshal

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