Package uk.org.netex.www.netex
Interface DisplayAssignments_RelStructure.ChoiceWrapper_DisplayAssignments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DisplayAssignments_RelStructure.ChoiceWrapper_DisplayAssignments_RelStructure,DisplayAssignments_RelStructure.ChoiceWrapper_DisplayAssignments_RelStructure.Builder
- Enclosing class:
DisplayAssignments_RelStructure
public static interface DisplayAssignments_RelStructure.ChoiceWrapper_DisplayAssignments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe assignment of one STOP POINT and one JOURNEY PATTERN to a PASSENGER INFORMATION EQUIPMENT, specifying that information on this STOP POINT and this JOURNEY PATTERN will be provided (e.g. displayed, printed).The assignment of one STOP POINT and one JOURNEY PATTERN to a PASSENGER INFORMATION EQUIPMENT, specifying that information on this STOP POINT and this JOURNEY PATTERN will be provided (e.g. displayed, printed).Reference to a DISPLAY ASSIGNMENT.Reference to a DISPLAY ASSIGNMENT.booleanThe assignment of one STOP POINT and one JOURNEY PATTERN to a PASSENGER INFORMATION EQUIPMENT, specifying that information on this STOP POINT and this JOURNEY PATTERN will be provided (e.g. displayed, printed).booleanReference to a DISPLAY ASSIGNMENT.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
-
hasDisplayAssignmentRef
boolean hasDisplayAssignmentRef()Reference to a DISPLAY ASSIGNMENT. [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 65:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure display_assignment_ref = 1;- Returns:
- Whether the displayAssignmentRef field is set.
-
getDisplayAssignmentRef
VersionOfObjectRefStructure getDisplayAssignmentRef()Reference to a DISPLAY ASSIGNMENT. [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 65:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure display_assignment_ref = 1;- Returns:
- The displayAssignmentRef.
-
getDisplayAssignmentRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDisplayAssignmentRefOrBuilder()Reference to a DISPLAY ASSIGNMENT. [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 65:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure display_assignment_ref = 1; -
hasDisplayAssignment
boolean hasDisplayAssignment()The assignment of one STOP POINT and one JOURNEY PATTERN to a PASSENGER INFORMATION EQUIPMENT, specifying that information on this STOP POINT and this JOURNEY PATTERN will be provided (e.g. displayed, printed). [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 269:89]
.uk.org.netex.www.netex.DisplayAssignmentType display_assignment = 2;- Returns:
- Whether the displayAssignment field is set.
-
getDisplayAssignment
DisplayAssignmentType getDisplayAssignment()The assignment of one STOP POINT and one JOURNEY PATTERN to a PASSENGER INFORMATION EQUIPMENT, specifying that information on this STOP POINT and this JOURNEY PATTERN will be provided (e.g. displayed, printed). [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 269:89]
.uk.org.netex.www.netex.DisplayAssignmentType display_assignment = 2;- Returns:
- The displayAssignment.
-
getDisplayAssignmentOrBuilder
DisplayAssignmentTypeOrBuilder getDisplayAssignmentOrBuilder()The assignment of one STOP POINT and one JOURNEY PATTERN to a PASSENGER INFORMATION EQUIPMENT, specifying that information on this STOP POINT and this JOURNEY PATTERN will be provided (e.g. displayed, printed). [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd at 269:89]
.uk.org.netex.www.netex.DisplayAssignmentType display_assignment = 2;
-