com.mayhoo.kanji.xml
Class CrossrefType

java.lang.Object
  |
  +--com.mayhoo.kanji.xml.CrossrefType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Crossref

public abstract class CrossrefType
extends Object
implements Serializable

*************************

Version:
$Revision: 1.2 $ $Date: 2002/04/30 06:44:34 $
See Also:
Serialized Form

Constructor Summary
CrossrefType()
           
 
Method Summary
 void deleteNumber()
           
 void deleteType()
           
 int getNumber()
           
 int getType()
           
 boolean hasNumber()
           
 boolean hasType()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(Writer out)
           
 void setNumber(int number)
           
 void setType(int type)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossrefType

public CrossrefType()
Method Detail

deleteNumber

public void deleteNumber()

deleteType

public void deleteType()

getNumber

public int getNumber()

getType

public int getType()

hasNumber

public boolean hasNumber()

hasType

public boolean hasType()

isValid

public boolean isValid()

marshal

public abstract void marshal(Writer out)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public abstract void marshal(org.xml.sax.DocumentHandler handler)
                      throws org.exolab.castor.xml.MarshalException,
                             org.exolab.castor.xml.ValidationException
Parameters:
handler -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setNumber

public void setNumber(int number)
Parameters:
number -

setType

public void setType(int type)
Parameters:
type -

validate

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