Package uk.org.siri.siri

Examples of uk.org.siri.siri.EntryQualifierStructure


  private ServiceAlert.Builder getPtSituationAsServiceAlert(
      PtSituationElementStructure ptSituation,
      SiriEndpointDetails endpointDetails) {

    ServiceAlert.Builder serviceAlert = ServiceAlert.newBuilder();
    EntryQualifierStructure serviceAlertNumber = ptSituation.getSituationNumber();
    String situationId = serviceAlertNumber.getValue();

    if (!endpointDetails.getDefaultAgencyIds().isEmpty()) {
      String agencyId = endpointDetails.getDefaultAgencyIds().get(0);
      serviceAlert.setId(ServiceAlertLibrary.id(agencyId, situationId));
    } else {
View Full Code Here

TOP

Related Classes of uk.org.siri.siri.EntryQualifierStructure

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.