Modifier and Type | Field and Description |
---|---|
static ElementKey<java.lang.Void,Author> |
KEY
The key for this element.
|
Constructor and Description |
---|
Author()
Constructs a new Author instance.
|
Author(java.lang.String name)
Constructs a new Author instance with the given name.
|
Author(java.lang.String name,
java.net.URI uri,
java.lang.String email)
Constructs a new author instance with the given name, uri, and email.
|
Modifier and Type | Method and Description |
---|---|
static void |
registerMetadata(MetadataRegistry registry)
Registers the metadata for this element.
|
getEmail, getName, getNameLang, getUri, getUriUri, setEmail, setName, setNameLang, setUri, setUri
addElement, addElement, addElement, clear, createElement, createElement, equals, getAttributeCount, getAttributeIterator, getAttributeIterator, getAttributeValue, getAttributeValue, getDefaultKey, getElement, getElement, getElementCount, getElementId, getElementIterator, getElementIterator, getElementKey, getElements, getElements, getElementSet, getElementSet, getElementValue, getElementValue, getTextValue, getTextValue, hasAttribute, hasAttribute, hasElement, hasElement, hashCode, hasTextValue, isLocked, lock, removeAttribute, removeAttribute, removeAttributeValue, removeAttributeValue, removeElement, removeElement, removeElement, removeElement, replaceElement, resolve, resolve, setAttributeValue, setAttributeValue, setElement, setElement, setElement, setTextValue, toString, visit
public static final ElementKey<java.lang.Void,Author> KEY
public Author()
public Author(java.lang.String name)
public Author(java.lang.String name, java.net.URI uri, java.lang.String email)
public static void registerMetadata(MetadataRegistry registry)