|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.atom.CommonAttributes
org.gedcomx.atom.ExtensibleElement
org.gedcomx.atom.Person
public final class Person
A Person construct is an element that describes a person, corporation, or similar entity
| Field Summary |
|---|
| Fields inherited from class org.gedcomx.atom.ExtensibleElement |
|---|
transientProperties |
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
void |
accept(AtomModelVisitor visitor)
Accept a visitor. |
String |
getEmail()
an e-mail address associated with the person. |
String |
getName()
Conveys a human-readable name for the person. |
URI |
getUri()
an IRI associated with the person. |
void |
setEmail(String email)
an e-mail address associated with the person. |
void |
setName(String name)
a human-readable name for the person. |
void |
setUri(URI uri)
an IRI associated with the person. |
| Methods inherited from class org.gedcomx.atom.ExtensibleElement |
|---|
addExtensionElement, findExtensionOfType, findExtensionsOfType, getExtensionElements, getTransientProperties, getTransientProperty, setExtensionElements, setTransientProperty |
| Methods inherited from class org.gedcomx.atom.CommonAttributes |
|---|
getBase, getLang, setBase, setLang |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Person()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - a human-readable name for the person.public URI getUri()
public void setUri(URI uri)
uri - an IRI associated with the person.public String getEmail()
public void setEmail(String email)
email - an e-mail address associated with the person.public void accept(AtomModelVisitor visitor)
visitor - The visitor to accept.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||