func (response *XMLStopPointsDiscoveryResponse) AnnotatedStopPointRefs() []*XMLAnnotatedStopPointRef {
    if response.annotatedStopPointRefs == nil {
        annotatedStopPointRefs := []*XMLAnnotatedStopPointRef{}
        nodes := response.findNodes("AnnotatedStopPointRef")
        for _, node := range nodes {