Package uk.org.netex.www.netex
Interface DutyParts_RelStructure.ChoiceWrapper_DutyParts_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DutyParts_RelStructure.ChoiceWrapper_DutyParts_RelStructure,DutyParts_RelStructure.ChoiceWrapper_DutyParts_RelStructure.Builder
- Enclosing class:
DutyParts_RelStructure
public static interface DutyParts_RelStructure.ChoiceWrapper_DutyParts_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA continuous part of a driver DUTY during which (s)he is under the management of the company.A continuous part of a driver DUTY during which (s)he is under the management of the company.Reference to a DUTY PART.Reference to a DUTY PART.booleanA continuous part of a driver DUTY during which (s)he is under the management of the company.booleanReference to a DUTY 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
-
hasDutyPartRef
boolean hasDutyPartRef()Reference to a DUTY PART. [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 1;- Returns:
- Whether the dutyPartRef field is set.
-
getDutyPartRef
VersionOfObjectRefStructure getDutyPartRef()Reference to a DUTY PART. [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 1;- Returns:
- The dutyPartRef.
-
getDutyPartRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDutyPartRefOrBuilder()Reference to a DUTY PART. [netex_part_2/part2_vehicleService/netex_duty_support.xsd at 120:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure duty_part_ref = 1; -
hasDutyPart
boolean hasDutyPart()A continuous part of a driver DUTY during which (s)he is under the management of the company. A DUTY PART may include BREAKs. . [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 279:86]
.uk.org.netex.www.netex.DutyPartType duty_part = 2;- Returns:
- Whether the dutyPart field is set.
-
getDutyPart
DutyPartType getDutyPart()A continuous part of a driver DUTY during which (s)he is under the management of the company. A DUTY PART may include BREAKs. . [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 279:86]
.uk.org.netex.www.netex.DutyPartType duty_part = 2;- Returns:
- The dutyPart.
-
getDutyPartOrBuilder
DutyPartTypeOrBuilder getDutyPartOrBuilder()A continuous part of a driver DUTY during which (s)he is under the management of the company. A DUTY PART may include BREAKs. . [netex_part_2/part2_vehicleService/netex_duty_version.xsd at 279:86]
.uk.org.netex.www.netex.DutyPartType duty_part = 2;
-