|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcommgrids.nuggets.wiley.schema.Author
Constructor Summary | |
Author()
|
Method Summary | |
Affiliation |
getAffiliation()
Returns the value of field 'affiliation'. |
java.lang.String |
getEmailAddress()
Returns the value of field 'emailAddress'. |
java.lang.String |
getFirstName()
Returns the value of field 'firstName'. |
java.lang.String |
getLastName()
Returns the value of field 'lastName'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setAffiliation(Affiliation affiliation)
Sets the value of field 'affiliation'. |
void |
setEmailAddress(java.lang.String emailAddress)
Sets the value of field 'emailAddress'. |
void |
setFirstName(java.lang.String firstName)
Sets the value of field 'firstName'. |
void |
setLastName(java.lang.String lastName)
Sets the value of field 'lastName'. |
static Author |
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 |
public Author()
Method Detail |
public Affiliation getAffiliation()
public java.lang.String getEmailAddress()
public java.lang.String getFirstName()
public java.lang.String getLastName()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setAffiliation(Affiliation affiliation)
affiliation
- the value of field 'affiliation'.public void setEmailAddress(java.lang.String emailAddress)
emailAddress
- the value of field 'emailAddress'.public void setFirstName(java.lang.String firstName)
firstName
- the value of field 'firstName'.public void setLastName(java.lang.String lastName)
lastName
- the value of field 'lastName'.public static Author unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |