Interface BlocksInFrame_RelStructure.ChoiceWrapper_BlocksInFrame_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BlocksInFrame_RelStructure.ChoiceWrapper_BlocksInFrame_RelStructure, BlocksInFrame_RelStructure.ChoiceWrapper_BlocksInFrame_RelStructure.Builder
Enclosing class:
BlocksInFrame_RelStructure

public static interface BlocksInFrame_RelStructure.ChoiceWrapper_BlocksInFrame_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The work of a vehicle from the time it leaves a PARKING POINT after parking until its next return to park at a PARKING POINT.
    The work of a vehicle from the time it leaves a PARKING POINT after parking until its next return to park at a PARKING POINT.
    A composite BLOCK formed of several BLOCKs coupled together during a certain period.
    A composite BLOCK formed of several BLOCKs coupled together during a certain period.
    A composite train formed of several BLOCKs coupled together during a certain period.
    A composite train formed of several BLOCKs coupled together during a certain period.
    boolean
    The work of a vehicle from the time it leaves a PARKING POINT after parking until its next return to park at a PARKING POINT.
    boolean
    A composite BLOCK formed of several BLOCKs coupled together during a certain period.
    boolean
    A composite train formed of several BLOCKs coupled together during a certain period.

    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

    • hasBlock

      boolean hasBlock()
       The work of a vehicle from the time it leaves a PARKING POINT after parking until its next return to park at a PARKING POINT. Any subsequent departure from a PARKING POINT after parking marks the start of a new BLOCK. The period of a BLOCK has to be covered by DUTies.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 147:83]
       
      .uk.org.netex.www.netex.BlockType block = 1;
      Returns:
      Whether the block field is set.
    • getBlock

      BlockType getBlock()
       The work of a vehicle from the time it leaves a PARKING POINT after parking until its next return to park at a PARKING POINT. Any subsequent departure from a PARKING POINT after parking marks the start of a new BLOCK. The period of a BLOCK has to be covered by DUTies.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 147:83]
       
      .uk.org.netex.www.netex.BlockType block = 1;
      Returns:
      The block.
    • getBlockOrBuilder

      BlockTypeOrBuilder getBlockOrBuilder()
       The work of a vehicle from the time it leaves a PARKING POINT after parking until its next return to park at a PARKING POINT. Any subsequent departure from a PARKING POINT after parking marks the start of a new BLOCK. The period of a BLOCK has to be covered by DUTies.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 147:83]
       
      .uk.org.netex.www.netex.BlockType block = 1;
    • hasCompoundBlock

      boolean hasCompoundBlock()
       A composite BLOCK formed of several BLOCKs coupled together during a certain period. Any coupling or separation action marks the start of a new COMPOUND BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 439:91]
       
      .uk.org.netex.www.netex.CompoundBlockType compound_block = 2;
      Returns:
      Whether the compoundBlock field is set.
    • getCompoundBlock

      CompoundBlockType getCompoundBlock()
       A composite BLOCK formed of several BLOCKs coupled together during a certain period. Any coupling or separation action marks the start of a new COMPOUND BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 439:91]
       
      .uk.org.netex.www.netex.CompoundBlockType compound_block = 2;
      Returns:
      The compoundBlock.
    • getCompoundBlockOrBuilder

      CompoundBlockTypeOrBuilder getCompoundBlockOrBuilder()
       A composite BLOCK formed of several BLOCKs coupled together during a certain period. Any coupling or separation action marks the start of a new COMPOUND BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 439:91]
       
      .uk.org.netex.www.netex.CompoundBlockType compound_block = 2;
    • hasTrainBlock

      boolean hasTrainBlock()
       A composite train formed of several BLOCKs coupled together during a certain period. Any coupling or separation action marks the start of a new TRAIN BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 305:88]
       
      .uk.org.netex.www.netex.TrainBlockType train_block = 3;
      Returns:
      Whether the trainBlock field is set.
    • getTrainBlock

      TrainBlockType getTrainBlock()
       A composite train formed of several BLOCKs coupled together during a certain period. Any coupling or separation action marks the start of a new TRAIN BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 305:88]
       
      .uk.org.netex.www.netex.TrainBlockType train_block = 3;
      Returns:
      The trainBlock.
    • getTrainBlockOrBuilder

      TrainBlockTypeOrBuilder getTrainBlockOrBuilder()
       A composite train formed of several BLOCKs coupled together during a certain period. Any coupling or separation action marks the start of a new TRAIN BLOCK.  [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 305:88]
       
      .uk.org.netex.www.netex.TrainBlockType train_block = 3;