org.apache.abdera.ext.media
Class MediaRestriction

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

public class MediaRestriction
extends ElementWrapper


Constructor Summary
MediaRestriction(Element internal)
           
MediaRestriction(Factory factory)
           
 
Method Summary
 MediaConstants.Relationship getRelationship()
           
 MediaConstants.RestrictionType getType()
           
 void setRelationship(MediaConstants.Relationship type)
           
 void setType(MediaConstants.RestrictionType 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

MediaRestriction

public MediaRestriction(Element internal)

MediaRestriction

public MediaRestriction(Factory factory)
Method Detail

setRelationship

public void setRelationship(MediaConstants.Relationship type)

getRelationship

public MediaConstants.Relationship getRelationship()

setType

public void setType(MediaConstants.RestrictionType type)

getType

public MediaConstants.RestrictionType getType()


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