func (visit *IDFGeneralMessageStructure) StopPointRef() []string {
    if len(visit.stopPointRef) == 0 {
        nodes := visit.findNodes("StopPointRef")
        for _, stopPointRef := range nodes {
            visit.stopPointRef = append(visit.stopPointRef, strings.TrimSpace(stopPointRef.NativeNode().Content()))