coursePoint property

  1. @XmlElement.new(includeIfNull: false)
List<TcxCoursePoint>? coursePoint
getter/setter pair

Implementation

@annotation.XmlElement(includeIfNull: false)
List<TcxCoursePoint>? coursePoint;