case class TournamentDivisionComplexType(tournamentDivisionMetadata: Option[TournamentDivisionMetadataComplexType] = None, standing: Seq[StandingComplexType] = Nil, tournamentdivisioncomplextypeoption: Seq[DataRecord[TournamentDivisionComplexTypeOption]] = Nil, attributes: Map[String, DataRecord[Any]] = Map()) extends TournamentComplexTypeOption with Product with Serializable
A tournament subcategory, often with its own trophy and prize. | Use it to divide specific overall competitions in a large multi-sport tournament such as Olympics. Can also divide gender competitions, for example in tennis tournaments. Can be nested to divide gender at a higher level (tournament/tournament-division) and then to divide specific sport competitions futher down the tree (tournament-part/tournament-division).
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TournamentDivisionComplexType
- Serializable
- Serializable
- Product
- Equals
- TournamentComplexTypeOption
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TournamentDivisionComplexType(tournamentDivisionMetadata: Option[TournamentDivisionMetadataComplexType] = None, standing: Seq[StandingComplexType] = Nil, tournamentdivisioncomplextypeoption: Seq[DataRecord[TournamentDivisionComplexTypeOption]] = Nil, attributes: Map[String, DataRecord[Any]] = Map())
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Map[String, DataRecord[Any]]
- lazy val classValue: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- lazy val id: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val standing: Seq[StandingComplexType]
- lazy val style: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tournamentDivisionMetadata: Option[TournamentDivisionMetadataComplexType]
- val tournamentdivisioncomplextypeoption: Seq[DataRecord[TournamentDivisionComplexTypeOption]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )