Package uk.org.netex.www.netex
Interface BlockParts_RelStructure.ChoiceWrapper_BlockParts_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BlockParts_RelStructure.ChoiceWrapper_BlockParts_RelStructure,BlockParts_RelStructure.ChoiceWrapper_BlockParts_RelStructure.Builder
- Enclosing class:
BlockParts_RelStructure
public static interface BlockParts_RelStructure.ChoiceWrapper_BlockParts_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA part of a BLOCK.A part of a BLOCK.Reference to a BLOCK PART.Reference to a BLOCK PART.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.Reference to a TRAIN BLOCK PART.Reference to a TRAIN BLOCK PART.booleanA part of a BLOCK.booleanReference to a BLOCK PART.booleanThe work of a vehicle from the time it leaves a PARKING POINT after parking until its next return to park at a PARKING POINT.booleanReference to a TRAIN BLOCK PART.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBlockPart
boolean hasBlockPart()A part of a BLOCK. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 370:87]
.uk.org.netex.www.netex.BlockPartType block_part = 3;- Returns:
- Whether the blockPart field is set.
-
getBlockPart
BlockPartType getBlockPart()A part of a BLOCK. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 370:87]
.uk.org.netex.www.netex.BlockPartType block_part = 3;- Returns:
- The blockPart.
-
getBlockPartOrBuilder
BlockPartTypeOrBuilder getBlockPartOrBuilder()A part of a BLOCK. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 370:87]
.uk.org.netex.www.netex.BlockPartType block_part = 3; -
hasTrainBlockPart
boolean hasTrainBlockPart()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 TRAIN BLOCK PART. The period of a TRAIN BLOCK PART has to be covered by DUTies. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 508:92]
.uk.org.netex.www.netex.TrainBlockPartType train_block_part = 4;- Returns:
- Whether the trainBlockPart field is set.
-
getTrainBlockPart
TrainBlockPartType getTrainBlockPart()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 TRAIN BLOCK PART. The period of a TRAIN BLOCK PART has to be covered by DUTies. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 508:92]
.uk.org.netex.www.netex.TrainBlockPartType train_block_part = 4;- Returns:
- The trainBlockPart.
-
getTrainBlockPartOrBuilder
TrainBlockPartTypeOrBuilder getTrainBlockPartOrBuilder()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 TRAIN BLOCK PART. The period of a TRAIN BLOCK PART has to be covered by DUTies. [netex_part_2/part2_vehicleService/netex_vehicleService_version.xsd at 508:92]
.uk.org.netex.www.netex.TrainBlockPartType train_block_part = 4; -
hasBlockPartRef
boolean hasBlockPartRef()Reference to a BLOCK PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 1;- Returns:
- Whether the blockPartRef field is set.
-
getBlockPartRef
VersionOfObjectRefStructure getBlockPartRef()Reference to a BLOCK PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 1;- Returns:
- The blockPartRef.
-
getBlockPartRefOrBuilder
VersionOfObjectRefStructureOrBuilder getBlockPartRefOrBuilder()Reference to a BLOCK PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 306:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure block_part_ref = 1; -
hasTrainBlockPartRef
boolean hasTrainBlockPartRef()Reference to a TRAIN BLOCK PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 2;- Returns:
- Whether the trainBlockPartRef field is set.
-
getTrainBlockPartRef
VersionOfObjectRefStructure getTrainBlockPartRef()Reference to a TRAIN BLOCK PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 2;- Returns:
- The trainBlockPartRef.
-
getTrainBlockPartRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTrainBlockPartRefOrBuilder()Reference to a TRAIN BLOCK PART. [netex_part_2/part2_journeyTimes/netex_coupledJourney_support.xsd at 332:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure train_block_part_ref = 2; -
getBlockPartRefStructureCase
BlockParts_RelStructure.ChoiceWrapper_BlockParts_RelStructure.BlockPartRefStructureCase getBlockPartRefStructureCase()
-