Interface TravelDocumentsInFrame_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TravelDocumentsInFrame_RelStructure, TravelDocumentsInFrame_RelStructure.Builder

@Generated public interface TravelDocumentsInFrame_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    getTravelDocument(int index)
    A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.
    int
    A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.
    A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.
    A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.
    A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getId

      String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The bytes for id.
    • getTravelDocumentList

      List<TravelDocumentType> getTravelDocumentList()
       A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.  [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
       
      repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2;
    • getTravelDocument

      TravelDocumentType getTravelDocument(int index)
       A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.  [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
       
      repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2;
    • getTravelDocumentCount

      int getTravelDocumentCount()
       A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.  [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
       
      repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2;
    • getTravelDocumentOrBuilderList

      List<? extends TravelDocumentTypeOrBuilder> getTravelDocumentOrBuilderList()
       A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.  [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
       
      repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2;
    • getTravelDocumentOrBuilder

      TravelDocumentTypeOrBuilder getTravelDocumentOrBuilder(int index)
       A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.  [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
       
      repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2;