Packages

c

org.iptc.sportsml.v3

GenericStatComplexType

case class GenericStatComplexType(name: Seq[ConceptNameType] = Nil, stat: Seq[GenericStatComplexType] = Nil, attributes: Map[String, DataRecord[Any]] = Map()) extends Product with Serializable

A generic stat element that can be used together with or instead of more specific stat element and attributes. With nested stats the lower levels should be regarded as having the same value as their parents if that attribute is not specifically set.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericStatComplexType
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericStatComplexType(name: Seq[ConceptNameType] = Nil, stat: Seq[GenericStatComplexType] = 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. lazy val alignmentScope: Option[AlignmentScope]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attributes: Map[String, DataRecord[Any]]
  7. lazy val classValue: Option[String]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. lazy val competition: Option[String]
  10. lazy val distance: Option[String]
  11. lazy val distanceMaximum: Option[String]
  12. lazy val distanceMinimum: Option[String]
  13. lazy val durationScope: Option[String]
  14. lazy val endDateTime: Option[String]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. lazy val eventSpan: Option[BigInt]
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val locationKey: Option[String]
  21. lazy val measurementUnits: Option[String]
  22. val name: Seq[ConceptNameType]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. lazy val opponentType: Option[String]
  27. lazy val opponentValue: Option[String]
  28. lazy val periodEndDateTime: Option[String]
  29. lazy val periodStartDateTime: Option[String]
  30. lazy val periodType: Option[String]
  31. lazy val periodValue: Option[String]
  32. lazy val position: Option[String]
  33. lazy val recordMakingScope: Option[String]
  34. lazy val scopeValue: Option[String]
  35. lazy val scopingLabel: Option[String]
  36. lazy val situation: Option[String]
  37. lazy val sport: Option[String]
  38. lazy val startDateTime: Option[String]
  39. val stat: Seq[GenericStatComplexType]
  40. lazy val statType: Option[String]
  41. lazy val statsCoverage: Option[String]
  42. lazy val surfaceType: Option[String]
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. lazy val team: Option[String]
  45. lazy val teamCoverage: Option[TeamCoverage]
  46. lazy val temporalUnitType: Option[String]
  47. lazy val temporalUnitValue: Option[String]
  48. lazy val unitType: Option[String]
  49. lazy val unitValue: Option[String]
  50. lazy val valueAttribute: Option[String]
  51. lazy val valueType: Option[String]
  52. lazy val venueType: Option[String]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. lazy val weatherType: Option[String]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped