Packages

c

org.iptc.sportsml.v3

RightsBlockType

case class RightsBlockType(mixed: Seq[DataRecord[Any]] = Nil, attributes: Map[String, DataRecord[Any]] = Map()) extends BlockTypable with RightsInfoTypeOption with ObjectDetailsOption with Product with Serializable

An expression of rights in natural language or as a reference to remote information

Linear Supertypes
Serializable, Serializable, Product, Equals, ObjectDetailsOption, RightsInfoTypeOption, BlockTypable, EventDetailsOption, POIDetailsOption, GroupOption, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RightsBlockType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ObjectDetailsOption
  7. RightsInfoTypeOption
  8. BlockTypable
  9. EventDetailsOption
  10. POIDetailsOption
  11. GroupOption
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RightsBlockType(mixed: Seq[DataRecord[Any]] = Nil, attributes: Map[String, DataRecord[Any]] = Map())

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val attributes: Map[String, DataRecord[Any]]
    Definition Classes
    RightsBlockTypeBlockTypable
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. lazy val creator: Option[String]
    Definition Classes
    RightsBlockTypeBlockTypable
  8. lazy val creatoruri: Option[URI]
    Definition Classes
    RightsBlockTypeBlockTypable
  9. lazy val custom: Option[Boolean]
    Definition Classes
    RightsBlockTypeBlockTypable
  10. lazy val dir: Option[Dir]
    Definition Classes
    RightsBlockTypeBlockTypable
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. lazy val how: Option[String]
    Definition Classes
    RightsBlockTypeBlockTypable
  15. lazy val howuri: Option[URI]
    Definition Classes
    RightsBlockTypeBlockTypable
  16. lazy val href: Option[URI]
  17. lazy val id: Option[String]
    Definition Classes
    RightsBlockTypeBlockTypable
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. lazy val media: Option[Seq[String]]
    Definition Classes
    RightsBlockTypeBlockTypable
  20. val mixed: Seq[DataRecord[Any]]
  21. lazy val modified: Option[String]
    Definition Classes
    RightsBlockTypeBlockTypable
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. lazy val pubconstraint: Option[Seq[String]]
    Definition Classes
    RightsBlockTypeBlockTypable
  26. lazy val pubconstrainturi: Option[Seq[URI]]
    Definition Classes
    RightsBlockTypeBlockTypable
  27. lazy val role: Option[Seq[String]]
    Definition Classes
    RightsBlockTypeBlockTypable
  28. lazy val roleuri: Option[URI]
    Definition Classes
    RightsBlockTypeBlockTypable
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. lazy val why: Option[String]
    Definition Classes
    RightsBlockTypeBlockTypable
  34. lazy val whyuri: Option[URI]
    Definition Classes
    RightsBlockTypeBlockTypable
  35. lazy val xmllang: Option[String]
    Definition Classes
    RightsBlockTypeBlockTypable

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ObjectDetailsOption

Inherited from RightsInfoTypeOption

Inherited from BlockTypable

Inherited from EventDetailsOption

Inherited from POIDetailsOption

Inherited from GroupOption

Inherited from AnyRef

Inherited from Any

Ungrouped