public abstract class PersonWrapper extends ExtensibleElementWrapper implements Person, Constants
ACCEPT, AID, ALTERNATE, APP_MEDIA_TYPE, APP_NS, APP_NS_PRE_RFC, APP_PREFIX, ATITLE, ATOM_MEDIA_TYPE, ATOM_NS, AURI, AUTHOR, BASE, CAT_MEDIA_TYPE, CATEGORIES, CATEGORY, CLASS, COLLECTION, CONFIG_FACTORY, CONFIG_PARSER, CONFIG_PARSERFACTORY, CONFIG_STREAMWRITER, CONFIG_WRITER, CONFIG_WRITERFACTORY, CONFIG_XPATH, CONTENT, CONTRIBUTOR, CONTROL, CONTROL_NS, CONTROL_PREFIX, DEFAULT_FACTORY, DEFAULT_PARSER, DEFAULT_PARSERFACTORY, DEFAULT_STREAMWRITER, DEFAULT_WRITER, DEFAULT_WRITERFACTORY, DEFAULT_XPATH, DIV, DRAFT, EDITED, EMAIL, ENTRY, ENTRY_MEDIA_TYPE, FEED, FEED_MEDIA_TYPE, FIXED, GENERATOR, HREF, HREFLANG, HTML, ICON, ID, LABEL, LANG, LENGTH, LINK, LN_ACCEPT, LN_ALTERNATE, LN_ALTERNATE_MULTIPART_RELATED, LN_AUTHOR, LN_BASE, LN_CATEGORIES, LN_CATEGORY, LN_CLASS, LN_COLLECTION, LN_CONTENT, LN_CONTRIBUTOR, LN_CONTROL, LN_DIV, LN_DRAFT, LN_EDITED, LN_EMAIL, LN_ENTRY, LN_FEED, LN_FIXED, LN_GENERATOR, LN_HREF, LN_HREFLANG, LN_ICON, LN_ID, LN_LABEL, LN_LANG, LN_LENGTH, LN_LINK, LN_LOGO, LN_NAME, LN_PUBLISHED, LN_REL, LN_RIGHTS, LN_SCHEME, LN_SERVICE, LN_SOURCE, LN_SPACE, LN_SRC, LN_SUBTITLE, LN_SUMMARY, LN_TERM, LN_TITLE, LN_TYPE, LN_UPDATED, LN_URI, LN_VERSION, LN_WORKSPACE, LOGO, MULTIPART_RELATED_TYPE, NAME, NAMED_PARSER, NAMED_WRITER, NO, PRE_RFC_ACCEPT, PRE_RFC_CATEGORIES, PRE_RFC_COLLECTION, PRE_RFC_CONTROL, PRE_RFC_DRAFT, PRE_RFC_EDITED, PRE_RFC_SERVICE, PRE_RFC_WORKSPACE, PREFIX, PREFIXED_TITLE, PUBLISHED, REL, RIGHTS, SCHEME, SERVICE, SOURCE, SPACE, SRC, STREAM_WRITER, SUBTITLE, SUMMARY, TERM, TEXT, TITLE, TYPE, UPDATED, URI, VERSION, WORKSPACE, XHTML, XHTML_NS, XML, XML_MEDIA_TYPE, XML_NS, YES
Constructor and Description |
---|
PersonWrapper(Factory factory,
javax.xml.namespace.QName qname) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
The "atom:email" element's content conveys an e-mail address associated with the person.
|
Element |
getEmailElement()
The "atom:email" element's content conveys an e-mail address associated with the person.
|
java.lang.String |
getName()
The "atom:name" element's content conveys a human-readable name for the person.
|
Element |
getNameElement()
The "atom:name" element's content conveys a human-readable name for the person.
|
IRI |
getUri()
The "atom:uri" element's content conveys an IRI associated with the person.
|
IRIElement |
getUriElement()
The "atom:uri" element's content conveys an IRI associated with the person.
|
Element |
setEmail(java.lang.String email)
The "atom:email" element's content conveys an e-mail address associated with the person.
|
Person |
setEmailElement(Element element)
The "atom:email" element's content conveys an e-mail address associated with the person.
|
Element |
setName(java.lang.String name)
The "atom:name" element's content conveys a human-readable name for the person.
|
Person |
setNameElement(Element element)
The "atom:name" element's content conveys a human-readable name for the person.
|
IRIElement |
setUri(java.lang.String uri)
The "atom:uri" element's content conveys an IRI associated with the person.
|
Person |
setUriElement(IRIElement element)
The "atom:uri" element's content conveys an IRI associated with the person.
|
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getMustPreserveWhitespace, getSimpleExtension, getSimpleExtension, setMustPreserveWhitespace
addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText
public PersonWrapper(Factory factory, javax.xml.namespace.QName qname)
public java.lang.String getEmail()
Person
public Element getEmailElement()
Person
getEmailElement
in interface Person
public java.lang.String getName()
Person
public Element getNameElement()
Person
getNameElement
in interface Person
public IRI getUri()
Person
public IRIElement getUriElement()
Person
getUriElement
in interface Person
public Element setEmail(java.lang.String email)
Person
public Person setEmailElement(Element element)
Person
setEmailElement
in interface Person
element
- The atom:email elementpublic Element setName(java.lang.String name)
Person
public Person setNameElement(Element element)
Person
setNameElement
in interface Person
element
- The atom:name elementpublic IRIElement setUri(java.lang.String uri)
Person
public Person setUriElement(IRIElement element)
Person
setUriElement
in interface Person
element
- The atom:uri elementCopyright © 2010 - 2023 Adobe. All Rights Reserved