org.apache.abdera.ext.thread
Class InReplyTo

java.lang.Object
  extended by org.apache.abdera.model.ElementWrapper
      extended by org.apache.abdera.ext.thread.InReplyTo
All Implemented Interfaces:
java.lang.Cloneable, Base, Element

public class InReplyTo
extends ElementWrapper


Constructor Summary
InReplyTo(Element internal)
           
InReplyTo(Factory factory)
           
 
Method Summary
 IRI getHref()
           
 javax.activation.MimeType getMimeType()
           
 IRI getRef()
           
 IRI getResolvedHref()
           
 IRI getResolvedSource()
           
 IRI getSource()
           
 void setHref(IRI ref)
           
 void setHref(java.lang.String ref)
           
 void setMimeType(javax.activation.MimeType mimeType)
           
 void setMimeType(java.lang.String mimeType)
           
 void setRef(IRI ref)
           
 void setRef(java.lang.String ref)
           
 void setSource(IRI source)
           
 void setSource(java.lang.String source)
           
 
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
 

Constructor Detail

InReplyTo

public InReplyTo(Element internal)

InReplyTo

public InReplyTo(Factory factory)
Method Detail

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