TcxCourseList class
- Annotations
-
- @XmlRootElement.new(namespace: namespaceTrainingCenterDatabaseV2)
- @XmlSerializable.new(fieldRename: annotation.FieldRename.pascal)
Constructors
-
TcxCourseList({List<
TcxCourse> ? course}) - TcxCourseList.fromXmlElement(XmlElement element)
-
factory
Properties
Methods
-
buildXmlChildren(
XmlBuilder builder, {Map< String, String> namespaces = const {}}) → void -
buildXmlElement(
XmlBuilder builder, {Map< String, String> namespaces = const {}}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXmlAttributes(
{Map< String, String?> namespaces = const {}}) → List<XmlAttribute> -
toXmlChildren(
{Map< String, String?> namespaces = const {}}) → List<XmlNode> -
toXmlElement(
{Map< String, String?> namespaces = const {}}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited