public final class Person extends ExtensibleElement
transientProperties| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addExtensionElement, findExtensionOfType, findExtensionsOfType, getExtensionElements, getTransientProperties, getTransientProperty, setExtensionElements, setTransientPropertygetBase, getLang, setBase, setLangpublic 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.Copyright © 2017. All rights reserved.