Interface FareContractsInFrame_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFareContract(int index)
    A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).
    int
    A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).
    A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).
    A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).
    A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.

    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.
    • getFareContractList

      List<FareContractType> getFareContractList()
       A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
       
      repeated .uk.org.netex.www.netex.FareContractType fare_contract = 2;
    • getFareContract

      FareContractType getFareContract(int index)
       A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
       
      repeated .uk.org.netex.www.netex.FareContractType fare_contract = 2;
    • getFareContractCount

      int getFareContractCount()
       A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
       
      repeated .uk.org.netex.www.netex.FareContractType fare_contract = 2;
    • getFareContractOrBuilderList

      List<? extends FareContractTypeOrBuilder> getFareContractOrBuilderList()
       A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
       
      repeated .uk.org.netex.www.netex.FareContractType fare_contract = 2;
    • getFareContractOrBuilder

      FareContractTypeOrBuilder getFareContractOrBuilder(int index)
       A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs.  [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
       
      repeated .uk.org.netex.www.netex.FareContractType fare_contract = 2;