com.anabas.vc.schema
Class VCPersonType
java.lang.Object
|
+--com.anabas.vc.schema.VCPersonType
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- VCPersonalInfo
- public abstract class VCPersonType
- extends java.lang.Object
- implements java.io.Serializable
Personal information type used in Virtual Classroom.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VCPersonType
public VCPersonType()
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