Package org.apache.abdera.ext.media
Class MediaRating
- java.lang.Object
-
- org.apache.abdera.model.ElementWrapper
-
- org.apache.abdera.ext.media.MediaRating
-
@Deprecated(since="2021-07-29") public class MediaRating extends ElementWrapper
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MediaRating(Factory factory)
Deprecated.MediaRating(Element internal)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IRI
getScheme()
Deprecated.boolean
isAdult()
Deprecated.void
setAdult(boolean adult)
Deprecated.void
setScheme(java.lang.String scheme)
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
-
getScheme
public IRI getScheme()
Deprecated.
-
setScheme
public void setScheme(java.lang.String scheme)
Deprecated.
-
setAdult
public void setAdult(boolean adult)
Deprecated.
-
isAdult
public boolean isAdult()
Deprecated.
-
-