public class Rating extends Object
| Constructor and Description |
|---|
Rating() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdultContent()
Not in RSS specification.
|
String |
getExplicit()
This tag should be used to indicate whether or not your podcast contains explicit material.
|
String |
getScheme()
The content rating scheme used in the
text property of this Rating. |
String |
getText()
The actual rating.
|
void |
setAdultContent(String adultContent) |
void |
setExplicit(String explicit) |
void |
setScheme(String scheme) |
void |
setText(String text) |
String |
toString() |
public String getText()
The actual rating.
Optional in the Media RSS specification.
String or nullgetScheme()public void setText(String text)
public String getScheme()
The content rating scheme used in the text property of this Rating.
Optional attribute specified in the Media RSS specification.
String or nullpublic void setScheme(String scheme)
public String getExplicit()
This tag should be used to indicate whether or not your podcast contains explicit material. The three values for this tag are "yes", "no", and "clean".
Not in RSS specification. Part of iTunes RSS spec.
String or nullpublic void setExplicit(String explicit)
public String getAdultContent()
Not in RSS specification. Part of Blogger RSS namespace.
String or nullpublic void setAdultContent(String adultContent)
Copyright © 2018. All rights reserved.