Packages

t

org.iptc.sportsml.v3

BasePlayerStatsComplexTypable

trait BasePlayerStatsComplexTypable extends BaseGenericEntityStatsComplexTypable

Statistics that capture how a player has performed. | Generally does change over the course of a sports-event.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasePlayerStatsComplexTypable
  2. BaseGenericEntityStatsComplexTypable
  3. Base3StatsComplexTypable
  4. Base2StatsComplexTypable
  5. BaseStatsComplexTypable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def adjustedScoreAgainst: Option[String]
  2. abstract def adjustedScoreFor: Option[String]
  3. abstract def alignmentScope: Option[AlignmentScope]
  4. abstract def award: Seq[AwardComplexType]
  5. abstract def classValue: Option[String]
  6. abstract def competition: Option[String]
  7. abstract def dateTimeEntered: Option[XMLGregorianCalendar]
  8. abstract def dateTimeExited: Option[XMLGregorianCalendar]
  9. abstract def distance: Option[String]
  10. abstract def distanceMaximum: Option[String]
  11. abstract def distanceMinimum: Option[String]
  12. abstract def durationScope: Option[String]
  13. abstract def endDateTime: Option[String]
  14. abstract def eventOutcome: Option[String]
  15. abstract def eventRecord: Seq[EventRecordComplexType]
  16. abstract def eventSpan: Option[BigInt]
  17. abstract def eventStandingPoints: Option[String]
  18. abstract def eventStandingPointsAgainst: Option[String]
  19. abstract def eventTimeEntered: Option[String]
  20. abstract def eventTimeExited: Option[String]
  21. abstract def eventsPlayed: Option[BigInt]
  22. abstract def eventsRemaining: Option[String]
  23. abstract def eventsStarted: Option[BigInt]
  24. abstract def id: Option[String]
  25. abstract def locationKey: Option[String]
  26. abstract def measurementUnits: Option[String]
  27. abstract def opponentType: Option[String]
  28. abstract def opponentValue: Option[String]
  29. abstract def outcomeResult: Seq[OutcomeResultComplexType]
  30. abstract def outcomeTotals: Seq[OutcomeTotalsComplexType]
  31. abstract def penaltyStats: Seq[PenaltyStatsComplexType]
  32. abstract def periodEndDateTime: Option[String]
  33. abstract def periodStartDateTime: Option[String]
  34. abstract def periodType: Option[String]
  35. abstract def periodValue: Option[String]
  36. abstract def points: Option[BigInt]
  37. abstract def position: Option[String]
  38. abstract def rank: Seq[RankComplexType]
  39. abstract def rating: Seq[RatingComplexType]
  40. abstract def recordMakingScope: Option[String]
  41. abstract def resultEffect: Option[String]
  42. abstract def scopeValue: Option[String]
  43. abstract def scopingLabel: Option[String]
  44. abstract def score: Option[String]
  45. abstract def scoreAttempts: Option[String]
  46. abstract def scoreAttemptsOnGoal: Option[String]
  47. abstract def scoreAttemptsOnGoalOpposing: Option[String]
  48. abstract def scoreAttemptsOpposing: Option[String]
  49. abstract def scoreAverage: Option[String]
  50. abstract def scoreBehind: Option[String]
  51. abstract def scoreOpposing: Option[String]
  52. abstract def scoreOpposingAverage: Option[String]
  53. abstract def scorePercentage: Option[String]
  54. abstract def scorePercentageOpposing: Option[String]
  55. abstract def scoreType: Option[String]
  56. abstract def scoreUnits: Option[String]
  57. abstract def seriesScore: Option[String]
  58. abstract def seriesScoreOpposing: Option[String]
  59. abstract def situation: Option[String]
  60. abstract def sportsProperty: Seq[SportsPropertyComplexType]
  61. abstract def startDateTime: Option[String]
  62. abstract def stats: Seq[GenericStatComplexType]
  63. abstract def statsCoverage: Option[String]
  64. abstract def style: Option[String]
  65. abstract def subScore: Seq[SubScoreComplexType]
  66. abstract def surfaceType: Option[String]
  67. abstract def team: Option[String]
  68. abstract def teamCoverage: Option[TeamCoverage]
  69. abstract def temporalUnitType: Option[String]
  70. abstract def temporalUnitValue: Option[String]
  71. abstract def timeOfPossession: Option[String]
  72. abstract def timeOfPossessionAverage: Option[String]
  73. abstract def timeOfPossessionAverageOpposing: Option[String]
  74. abstract def timeOfPossessionPercentage: Option[String]
  75. abstract def timeOfPossessionPercentageOpposing: Option[String]
  76. abstract def timePlayedEvent: Option[String]
  77. abstract def timePlayedEventAverage: Option[String]
  78. abstract def timePlayedTotal: Option[String]
  79. abstract def unitType: Option[String]
  80. abstract def unitValue: Option[String]
  81. abstract def venueType: Option[String]
  82. abstract def weatherType: Option[String]

Concrete 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. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Base3StatsComplexTypable

Inherited from Base2StatsComplexTypable

Inherited from BaseStatsComplexTypable

Inherited from AnyRef

Inherited from Any

Ungrouped