TcxTrainingCenterDatabase class

Annotations
  • @XmlRootElement.new(namespace: namespaceTrainingCenterDatabaseV2, name: 'TrainingCenterDatabase')
  • @XmlSerializable.new(fieldRename: annotation.FieldRename.pascal)

Constructors

TcxTrainingCenterDatabase({TcxExtensions? extensions, TcxActivityList? activities, TcxAbstractSource? author, TcxCourseList? courses, TcxFolders? folders, TcxWorkoutList? workouts})
TcxTrainingCenterDatabase.fromXmlString(String xml)
Creates a new instance of tcx class providing a given xml String
factory

Properties

activities TcxActivityList?
getter/setter pair
author TcxAbstractSource?
getter/setter pair
courses TcxCourseList?
getter/setter pair
extensions TcxExtensions?
getter/setter pair
folders TcxFolders?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workouts TcxWorkoutList?
getter/setter pair

Methods

buildXmlChildren(XmlBuilder builder, {Map<String, String> namespaces = const {}}) → void
Reserved for internal use.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toXmlAttributes({Map<String, String?> namespaces = const {}}) List<XmlAttribute>
Reserved for internal use.
toXmlChildren({Map<String, String?> namespaces = const {}}) List<XmlNode>
Reserved for internal use.
toXmlString({bool pretty = false, int? level, String? indent, String newLine = '\n'}) String
Converts tcx object to string in XML format, suitable to be written to a '.tcx' file.

Operators

operator ==(Object other) bool
The equality operator.
inherited