org.gxos.schema.ims
Class IMSPersonType

java.lang.Object
  |
  +--org.gxos.schema.ims.IMSPersonType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ImsPersonalInfo

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

Person type for IMS Enterprise Information Model

See Also:
Serialized Form

Constructor Summary
IMSPersonType()
           
 
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

IMSPersonType

public IMSPersonType()
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