org.gxos.config
Class PersonalInfoImplementation

java.lang.Object
  |
  +--org.gxos.config.CommentType
        |
        +--org.gxos.config.PersonalInfoImplementation
All Implemented Interfaces:
java.io.Serializable

public class PersonalInfoImplementation
extends CommentType
implements java.io.Serializable

Users of GXOS implemention can provide their own user information models. However, in such cases, a personal information interface must be impelemented. ClassName element must hold the class name of this implementation.

See Also:
Serialized Form

Constructor Summary
PersonalInfoImplementation()
           
 
Method Summary
 ClassName getClassName()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setClassName(ClassName className)
           
static PersonalInfoImplementation unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class org.gxos.config.CommentType
addComment, addComment, enumerateComment, getComment, getComment, getCommentCount, getContent, removeAllComment, removeComment, setComment, setComment, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonalInfoImplementation

public PersonalInfoImplementation()
Method Detail

getClassName

public ClassName getClassName()

isValid

public boolean isValid()
Overrides:
isValid in class CommentType

marshal

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

marshal

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

setClassName

public void setClassName(ClassName className)
Parameters:
className -  

unmarshal

public static PersonalInfoImplementation unmarshal(java.io.Reader reader)
                                            throws org.exolab.castor.xml.MarshalException,
                                                   org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class CommentType