Packages

c

org.iptc.sportsml.v3

SportsEventComplexType

case class SportsEventComplexType(eventMetadata: Option[EventMetadataComplexType] = None, eventStats: Option[EventStatsComplexType] = None, sportseventcomplextypeoption: Seq[DataRecord[SportsEventComplexTypeOption]] = Nil, wageringStats: Seq[WageringStats] = Nil, officials: Option[OfficialsComplexType] = None, actions: Option[EventActionsComplexType] = None, highlight: Seq[HighlightComplexType] = Nil, award: Seq[AwardComplexType] = Nil, sportsEvent: Seq[SportsEventComplexType] = Nil, attributes: Map[String, DataRecord[Any]] = Map()) extends SportsContentOption with TournamentComplexTypeOption with TournamentDivisionComplexTypeOption with TournamentPartComplexTypeOption with Product with Serializable

A sporting competition. | A contest that generally ends with a winner.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SportsEventComplexType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TournamentPartComplexTypeOption
  7. TournamentDivisionComplexTypeOption
  8. TournamentComplexTypeOption
  9. SportsContentOption
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SportsEventComplexType(eventMetadata: Option[EventMetadataComplexType] = None, eventStats: Option[EventStatsComplexType] = None, sportseventcomplextypeoption: Seq[DataRecord[SportsEventComplexTypeOption]] = Nil, wageringStats: Seq[WageringStats] = Nil, officials: Option[OfficialsComplexType] = None, actions: Option[EventActionsComplexType] = None, highlight: Seq[HighlightComplexType] = Nil, award: Seq[AwardComplexType] = Nil, sportsEvent: Seq[SportsEventComplexType] = 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. val actions: Option[EventActionsComplexType]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attributes: Map[String, DataRecord[Any]]
  7. val award: Seq[AwardComplexType]
  8. lazy val classValue: Option[String]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val eventMetadata: Option[EventMetadataComplexType]
  12. val eventStats: Option[EventStatsComplexType]
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. val highlight: Seq[HighlightComplexType]
  16. lazy val id: Option[String]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. val officials: Option[OfficialsComplexType]
  22. val sportsEvent: Seq[SportsEventComplexType]
  23. val sportseventcomplextypeoption: Seq[DataRecord[SportsEventComplexTypeOption]]
  24. lazy val style: Option[String]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val wageringStats: Seq[WageringStats]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SportsContentOption

Inherited from AnyRef

Inherited from Any

Ungrouped