Interface ValidityParameterAssignmentsInFrame_RelStructureOrBuilder

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

@Generated public interface ValidityParameterAssignmentsInFrame_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.
    An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.
    int
    An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.
    An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.
    An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.
    An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.

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

      List<ValidityParameterAssignmentType> getValidityParameterAssignmentList()
       An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 667:119]
       
      repeated .uk.org.netex.www.netex.ValidityParameterAssignmentType validity_parameter_assignment = 2;
    • getValidityParameterAssignment

      ValidityParameterAssignmentType getValidityParameterAssignment(int index)
       An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 667:119]
       
      repeated .uk.org.netex.www.netex.ValidityParameterAssignmentType validity_parameter_assignment = 2;
    • getValidityParameterAssignmentCount

      int getValidityParameterAssignmentCount()
       An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 667:119]
       
      repeated .uk.org.netex.www.netex.ValidityParameterAssignmentType validity_parameter_assignment = 2;
    • getValidityParameterAssignmentOrBuilderList

      List<? extends ValidityParameterAssignmentTypeOrBuilder> getValidityParameterAssignmentOrBuilderList()
       An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 667:119]
       
      repeated .uk.org.netex.www.netex.ValidityParameterAssignmentType validity_parameter_assignment = 2;
    • getValidityParameterAssignmentOrBuilder

      ValidityParameterAssignmentTypeOrBuilder getValidityParameterAssignmentOrBuilder(int index)
       An ACCESS RIGHT PARAMETER ASSIGNMENT relating a fare collection parameter to a theoretical FARE PRODUCT (or one of its components) or a SALES OFFER PACKAGE.  [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 667:119]
       
      repeated .uk.org.netex.www.netex.ValidityParameterAssignmentType validity_parameter_assignment = 2;