org.gxos.schema.papi
Class PAPIPersonType

java.lang.Object
  |
  +--org.gxos.schema.papi.PAPIPersonType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PapiPersonalInfo

public abstract class PAPIPersonType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PAPIPersonType()
           
 
Method Summary
 Person getPerson()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setPerson(Person person)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAPIPersonType

public PAPIPersonType()
Method Detail

getPerson

public Person getPerson()

isValid

public boolean isValid()

marshal

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

marshal

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

setPerson

public void setPerson(Person person)
Parameters:
person -  

validate

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