step property

  1. @XmlElement.new(includeIfNull: false)
List<TcxAbstractStep> step
getter/setter pair

Every stepId within a workout should be unique, as a consequence a maximum of 20 steps is allowed in a workout.

Implementation

@annotation.XmlElement(includeIfNull: false)
List<TcxAbstractStep> step;