org.apache.abdera.ext.sharing
Class Related

java.lang.Object
  extended by org.apache.abdera.model.ElementWrapper
      extended by org.apache.abdera.ext.sharing.Related
All Implemented Interfaces:
Cloneable, Iterable<Element>, Base, Element

public class Related
extends ElementWrapper


Nested Class Summary
static class Related.Type
           
 
Constructor Summary
Related(Element internal)
           
Related(Factory factory, QName qname)
           
 
Method Summary
 IRI getLink()
           
 String getTitle()
           
 Related.Type getType()
           
 void setLink(String link)
           
 void setTitle(String title)
           
 void setType(Related.Type type)
           
 
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

Related

public Related(Element internal)

Related

public Related(Factory factory,
               QName qname)
Method Detail

getLink

public IRI getLink()

setLink

public void setLink(String link)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getType

public Related.Type getType()

setType

public void setType(Related.Type type)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.