func (response *XMLLinesDiscoveryResponse) AnnotatedLineRefs() []*XMLAnnotatedLineRef {
    if response.annotatedLineRefs == nil {
        annotatedLineRefs := []*XMLAnnotatedLineRef{}
        nodes := response.findNodes("AnnotatedLineRef")
        for _, node := range nodes {