Package org.apache.abdera.ext.media
Class MediaRestriction
- java.lang.Object
-
- org.apache.abdera.model.ElementWrapper
-
- org.apache.abdera.ext.media.MediaRestriction
-
@Deprecated(since="2021-07-29") public class MediaRestriction extends ElementWrapper
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MediaRestriction(Factory factory)
Deprecated.MediaRestriction(Element internal)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MediaConstants.Relationship
getRelationship()
Deprecated.MediaConstants.RestrictionType
getType()
Deprecated.void
setRelationship(MediaConstants.Relationship type)
Deprecated.void
setType(MediaConstants.RestrictionType type)
Deprecated.-
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
-
-
-
-
Method Detail
-
setRelationship
public void setRelationship(MediaConstants.Relationship type)
Deprecated.
-
getRelationship
public MediaConstants.Relationship getRelationship()
Deprecated.
-
setType
public void setType(MediaConstants.RestrictionType type)
Deprecated.
-
getType
public MediaConstants.RestrictionType getType()
Deprecated.
-
-