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:
Cloneable, Iterable<Element>, 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(String ref)
           
 void setMimeType(javax.activation.MimeType mimeType)
           
 void setMimeType(String mimeType)
           
 void setRef(IRI ref)
           
 void setRef(String ref)
           
 void setSource(IRI source)
           
 void setSource(String source)
           
 
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
 
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()

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.