org.apache.abdera.ext.media
Class MediaDescription

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

public class MediaDescription
extends ElementWrapper


Constructor Summary
MediaDescription(Element internal)
           
MediaDescription(Factory factory)
           
 
Method Summary
 MediaConstants.Type getType()
           
 void setType(MediaConstants.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

MediaDescription

public MediaDescription(Element internal)

MediaDescription

public MediaDescription(Factory factory)
Method Detail

setType

public void setType(MediaConstants.Type type)

getType

public MediaConstants.Type getType()


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