commgrids.schema
Class Name
java.lang.Object
|
+--commgrids.schema.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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Name
public Name()
getFirstName
public java.lang.String getFirstName()
getLastName
public java.lang.String getLastName()
getMidName
public java.lang.String getMidName()
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
-
setFirstName
public void setFirstName(java.lang.String firstName)
- Parameters:
firstName
-
setLastName
public void setLastName(java.lang.String lastName)
- Parameters:
lastName
-
setMidName
public void setMidName(java.lang.String midName)
- Parameters:
midName
-
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