org.apache.abdera.ext.thread
Class InReplyTo
java.lang.Object
org.apache.abdera.model.ElementWrapper
org.apache.abdera.ext.thread.InReplyTo
- All Implemented Interfaces:
- java.lang.Cloneable, Base, Element
public class InReplyTo
- extends ElementWrapper
Methods inherited from class org.apache.abdera.model.ElementWrapper |
addComment, clone, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, toString, writeTo, writeTo |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
InReplyTo
public InReplyTo(Element internal)
InReplyTo
public InReplyTo(Factory factory)
getHref
public IRI getHref()
throws IRISyntaxException
- Throws:
IRISyntaxException
getMimeType
public javax.activation.MimeType getMimeType()
throws javax.activation.MimeTypeParseException
- Throws:
javax.activation.MimeTypeParseException
getRef
public IRI getRef()
throws IRISyntaxException
- Throws:
IRISyntaxException
getResolvedHref
public IRI getResolvedHref()
throws IRISyntaxException
- Throws:
IRISyntaxException
getResolvedSource
public IRI getResolvedSource()
throws IRISyntaxException
- Throws:
IRISyntaxException
getSource
public IRI getSource()
throws IRISyntaxException
- Throws:
IRISyntaxException
setHref
public void setHref(IRI ref)
setHref
public void setHref(java.lang.String ref)
throws IRISyntaxException
- Throws:
IRISyntaxException
setMimeType
public void setMimeType(javax.activation.MimeType mimeType)
setMimeType
public void setMimeType(java.lang.String mimeType)
throws javax.activation.MimeTypeParseException
- Throws:
javax.activation.MimeTypeParseException
setRef
public void setRef(IRI ref)
setRef
public void setRef(java.lang.String ref)
throws IRISyntaxException
- Throws:
IRISyntaxException
setSource
public void setSource(IRI source)
setSource
public void setSource(java.lang.String source)
throws IRISyntaxException
- Throws:
IRISyntaxException