org.gxos.schema.ims
Class NAME

java.lang.Object
  |
  +--org.gxos.schema.ims.NAME
All Implemented Interfaces:
java.io.Serializable

public class NAME
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NAME()
           
 
Method Summary
 java.lang.String getFN()
           
 N getN()
           
 java.lang.String getNICKNAME()
           
 java.lang.String getSORT()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setFN(java.lang.String FN)
           
 void setN(N n)
           
 void setNICKNAME(java.lang.String NICKNAME)
           
 void setSORT(java.lang.String SORT)
           
static NAME unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAME

public NAME()
Method Detail

getFN

public java.lang.String getFN()

getN

public N getN()

getNICKNAME

public java.lang.String getNICKNAME()

getSORT

public java.lang.String getSORT()

isValid

public boolean isValid()

marshal

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

marshal

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

setFN

public void setFN(java.lang.String FN)
Parameters:
FN -  

setN

public void setN(N n)
Parameters:
n -  

setNICKNAME

public void setNICKNAME(java.lang.String NICKNAME)
Parameters:
NICKNAME -  

setSORT

public void setSORT(java.lang.String SORT)
Parameters:
SORT -  

unmarshal

public static NAME 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