Interface TypesOfTravelDocumentInFrame_RelStructureOrBuilder

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

public interface TypesOfTravelDocumentInFrame_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.
    A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator.
    int
    A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator.
    A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator.
    A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator.
    A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator.

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

      List<TypeOfTravelDocumentType> getTypeOfTravelDocumentList()
       A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of TRAVEL DOCUMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_version.xsd at 110:93]
       
      repeated .uk.org.netex.www.netex.TypeOfTravelDocumentType type_of_travel_document = 2;
    • getTypeOfTravelDocument

      TypeOfTravelDocumentType getTypeOfTravelDocument(int index)
       A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of TRAVEL DOCUMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_version.xsd at 110:93]
       
      repeated .uk.org.netex.www.netex.TypeOfTravelDocumentType type_of_travel_document = 2;
    • getTypeOfTravelDocumentCount

      int getTypeOfTravelDocumentCount()
       A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of TRAVEL DOCUMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_version.xsd at 110:93]
       
      repeated .uk.org.netex.www.netex.TypeOfTravelDocumentType type_of_travel_document = 2;
    • getTypeOfTravelDocumentOrBuilderList

      List<? extends TypeOfTravelDocumentTypeOrBuilder> getTypeOfTravelDocumentOrBuilderList()
       A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of TRAVEL DOCUMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_version.xsd at 110:93]
       
      repeated .uk.org.netex.www.netex.TypeOfTravelDocumentType type_of_travel_document = 2;
    • getTypeOfTravelDocumentOrBuilder

      TypeOfTravelDocumentTypeOrBuilder getTypeOfTravelDocumentOrBuilder(int index)
       A classification of TRAVEL DOCUMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of TRAVEL DOCUMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories.  [netex_part_3/part3_fares/netex_typeOfTravelDocument_version.xsd at 110:93]
       
      repeated .uk.org.netex.www.netex.TypeOfTravelDocumentType type_of_travel_document = 2;