commgrids.nuggets.wiley.schema
Class JournalInfo

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

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

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

Constructor Summary
JournalInfo()
           
 
Method Summary
 void addISSN(int index, ISSN vISSN)
           
 void addISSN(ISSN vISSN)
           
 java.util.Enumeration enumerateISSN()
           
 ISSN[] getISSN()
           
 ISSN getISSN(int index)
           
 int getISSNCount()
           
 java.lang.String getJID()
          Returns the value of field 'JID'.
 JTitle getJTitle()
          Returns the value of field 'JTitle'.
 JTLSortGroup getJTLSortGroup()
          Returns the value of field 'JTLSortGroup'.
 java.lang.String getSubject()
          Returns the value of field 'subject'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllISSN()
           
 ISSN removeISSN(int index)
           
 void setISSN(int index, ISSN vISSN)
           
 void setISSN(ISSN[] ISSNArray)
           
 void setJID(java.lang.String JID)
          Sets the value of field 'JID'.
 void setJTitle(JTitle JTitle)
          Sets the value of field 'JTitle'.
 void setJTLSortGroup(JTLSortGroup JTLSortGroup)
          Sets the value of field 'JTLSortGroup'.
 void setSubject(java.lang.String subject)
          Sets the value of field 'subject'.
static JournalInfo 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

JournalInfo

public JournalInfo()
Method Detail

addISSN

public void addISSN(ISSN vISSN)
             throws java.lang.IndexOutOfBoundsException
Parameters:
vISSN -
Throws:
java.lang.IndexOutOfBoundsException

addISSN

public void addISSN(int index,
                    ISSN vISSN)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vISSN -
Throws:
java.lang.IndexOutOfBoundsException

enumerateISSN

public java.util.Enumeration enumerateISSN()

getISSN

public ISSN getISSN(int index)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getISSN

public ISSN[] getISSN()

getISSNCount

public int getISSNCount()

getJID

public java.lang.String getJID()
Returns the value of field 'JID'.

Returns:
the value of field 'JID'.

getJTLSortGroup

public JTLSortGroup getJTLSortGroup()
Returns the value of field 'JTLSortGroup'.

Returns:
the value of field 'JTLSortGroup'.

getJTitle

public JTitle getJTitle()
Returns the value of field 'JTitle'.

Returns:
the value of field 'JTitle'.

getSubject

public java.lang.String getSubject()
Returns the value of field 'subject'.

Returns:
the value of field 'subject'.

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

removeAllISSN

public void removeAllISSN()

removeISSN

public ISSN removeISSN(int index)
Parameters:
index -

setISSN

public void setISSN(int index,
                    ISSN vISSN)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vISSN -
Throws:
java.lang.IndexOutOfBoundsException

setISSN

public void setISSN(ISSN[] ISSNArray)
Parameters:
ISSNArray -

setJID

public void setJID(java.lang.String JID)
Sets the value of field 'JID'.

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

setJTLSortGroup

public void setJTLSortGroup(JTLSortGroup JTLSortGroup)
Sets the value of field 'JTLSortGroup'.

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

setJTitle

public void setJTitle(JTitle JTitle)
Sets the value of field 'JTitle'.

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

setSubject

public void setSubject(java.lang.String subject)
Sets the value of field 'subject'.

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

unmarshal

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