org.apache.abdera.ext.thread
Class InReplyTo
java.lang.Object
org.apache.abdera.model.ElementWrapper
org.apache.abdera.ext.thread.InReplyTo
- All Implemented Interfaces:
- Cloneable, Iterable<Element>, Base, Element
public class InReplyTo
- extends ElementWrapper
Methods inherited from class org.apache.abdera.model.ElementWrapper |
addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo |
InReplyTo
public InReplyTo(Element internal)
InReplyTo
public InReplyTo(Factory factory)
getHref
public IRI getHref()
getMimeType
public javax.activation.MimeType getMimeType()
getRef
public IRI getRef()
getResolvedHref
public IRI getResolvedHref()
getResolvedSource
public IRI getResolvedSource()
getSource
public IRI getSource()
setHref
public void setHref(IRI ref)
setHref
public void setHref(String ref)
setMimeType
public void setMimeType(javax.activation.MimeType mimeType)
setMimeType
public void setMimeType(String mimeType)
setRef
public void setRef(IRI ref)
setRef
public void setRef(String ref)
setSource
public void setSource(IRI source)
setSource
public void setSource(String source)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.