FileDocCategorySizeDatePackage
GOMPerson.javaAPI DocApache Lucene 2.1.02010Wed Feb 14 10:46:00 GMT 2007org.apache.lucene.gdata.gom

GOMPerson

public interface GOMPerson implements GOMElement
GOMPerson type used for feed and entry authors and contributors. It may also be used by custom elements.

atomPersonConstruct =
atomCommonAttributes,
(element atom:name { text }
& element atom:uri { atomUri }?
& element atom:email { atomEmailAddress }?
& extensionElement*)
}
author
Simon Willnauer
see
org.apache.lucene.gdata.gom.GOMAuthor

Fields Summary
public static final String
LOCALNAME
Atom local name for the xml element
Constructors Summary
Methods Summary
public abstract java.lang.StringgetEmail()

return
- the person email value

public abstract java.lang.StringgetName()

return
- the person name value

public abstract java.lang.StringgetUri()

return
- the person uri value

public abstract voidsetEmail(java.lang.String aEmail)

param
aEmail - the person email value

public abstract voidsetName(java.lang.String aName)

param
aName - the person name value

public abstract voidsetUri(java.lang.String uri)

param
uri - the person uri value