commgrids.nuggets.wiley.schema
Class PublisherInfo

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

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

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

Constructor Summary
PublisherInfo()
           
 
Method Summary
 java.lang.String getPublisherLoc()
          Returns the value of field 'publisherLoc'.
 java.lang.String getPublisherName()
          Returns the value of field 'publisherName'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setPublisherLoc(java.lang.String publisherLoc)
          Sets the value of field 'publisherLoc'.
 void setPublisherName(java.lang.String publisherName)
          Sets the value of field 'publisherName'.
static PublisherInfo 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

PublisherInfo

public PublisherInfo()
Method Detail

getPublisherLoc

public java.lang.String getPublisherLoc()
Returns the value of field 'publisherLoc'.

Returns:
the value of field 'publisherLoc'.

getPublisherName

public java.lang.String getPublisherName()
Returns the value of field 'publisherName'.

Returns:
the value of field 'publisherName'.

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

setPublisherLoc

public void setPublisherLoc(java.lang.String publisherLoc)
Sets the value of field 'publisherLoc'.

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

setPublisherName

public void setPublisherName(java.lang.String publisherName)
Sets the value of field 'publisherName'.

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

unmarshal

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