net.sf.bibtexml
Class ProceedingsChoice

java.lang.Object
  |
  +--net.sf.bibtexml.ProceedingsChoice
All Implemented Interfaces:
java.io.Serializable

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

Class ProceedingsChoice.

See Also:
Serialized Form

Constructor Summary
ProceedingsChoice()
           
 
Method Summary
 void deleteNumber()
          Method deleteNumber
 int getNumber()
          Returns the value of field 'number'.
 java.lang.String getVolume()
          Returns the value of field 'volume'.
 boolean hasNumber()
          Method hasNumber
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setNumber(int number)
          Sets the value of field 'number'.
 void setVolume(java.lang.String volume)
          Sets the value of field 'volume'.
static ProceedingsChoice unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProceedingsChoice

public ProceedingsChoice()
Method Detail

deleteNumber

public void deleteNumber()
Method deleteNumber


getNumber

public int getNumber()
Returns the value of field 'number'.

Returns:
the value of field 'number'.

getVolume

public java.lang.String getVolume()
Returns the value of field 'volume'.

Returns:
the value of field 'volume'.

hasNumber

public boolean hasNumber()
Method hasNumber


isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
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
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setNumber

public void setNumber(int number)
Sets the value of field 'number'.

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

setVolume

public void setVolume(java.lang.String volume)
Sets the value of field 'volume'.

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

unmarshal

public static ProceedingsChoice unmarshal(java.io.Reader reader)
                                   throws org.exolab.castor.xml.MarshalException,
                                          org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

org.exolab.castor.xml.ValidationException