Rating

audiofluidity.rss.Element.Rating
case class Rating(contents: String, namespaces: List[Namespace], reverseExtras: List[Extra]) extends Element[Rating]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Element[Rating]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def overNamespaces(namespaces: List[Namespace]): Rating

Attributes

Definition Classes
override def reverseExtras(newReverseExtras: List[Extra]): Rating

Attributes

Definition Classes
override def toUndecoratedElem: Elem

Attributes

Definition Classes

Inherited methods

def asPostprocessed(toXmlSpec: Spec): Node

Attributes

Inherited from:
Element
def asXmlText(toXmlSpec: Spec): String

Attributes

Inherited from:
Element
def bytes(toXmlSpec: Spec): Seq[Byte]

Attributes

Inherited from:
Element
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def withExtra(element: Element[_]): T

Attributes

Inherited from:
Element
def withExtra(elem: Elem): T

Attributes

Inherited from:
Element
def withExtra(extra: Extra): T

Attributes

Inherited from:
Element
def withExtras(elements: Iterable[Element[_]]): T

Attributes

Inherited from:
Element
def withExtras(elems: Iterable[Elem]): T

Attributes

Inherited from:
Element
def withExtras(extras: Iterable[Extra]): T

Attributes

Inherited from:
Element
def withNoExtras(): T

Attributes

Inherited from:
Element

Inherited fields

lazy val asPostprocessed: Node

Attributes

Inherited from:
Element
lazy val asXmlText: String

Attributes

Inherited from:
Element
lazy val bytes: Seq[Byte]

Attributes

Inherited from:
Element
lazy val extraElements: List[Element[_]]

Attributes

Inherited from:
Element
lazy val extraElems: List[Elem]

Attributes

Inherited from:
Element
lazy val extras: List[Extra]

Attributes

Inherited from:
Element

Attributes

Inherited from:
Element
lazy val toElem: Elem

Attributes

Inherited from:
Element