commgrids.nuggets.wiley.schema
Class PublicationInfo

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

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

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

Constructor Summary
PublicationInfo()
           
 
Method Summary
 CoverDate getCoverDate()
          Returns the value of field 'coverDate'.
 java.lang.String getIID()
          Returns the value of field 'IID'.
 java.lang.String getVID()
          Returns the value of field 'VID'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setCoverDate(CoverDate coverDate)
          Sets the value of field 'coverDate'.
 void setIID(java.lang.String IID)
          Sets the value of field 'IID'.
 void setVID(java.lang.String VID)
          Sets the value of field 'VID'.
static PublicationInfo 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

PublicationInfo

public PublicationInfo()
Method Detail

getCoverDate

public CoverDate getCoverDate()
Returns the value of field 'coverDate'.

Returns:
the value of field 'coverDate'.

getIID

public java.lang.String getIID()
Returns the value of field 'IID'.

Returns:
the value of field 'IID'.

getVID

public java.lang.String getVID()
Returns the value of field 'VID'.

Returns:
the value of field 'VID'.

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

setCoverDate

public void setCoverDate(CoverDate coverDate)
Sets the value of field 'coverDate'.

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

setIID

public void setIID(java.lang.String IID)
Sets the value of field 'IID'.

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

setVID

public void setVID(java.lang.String VID)
Sets the value of field 'VID'.

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

unmarshal

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