Package uk.org.netex.www.netex
Interface ActivationAssignments_RelStructure.ChoiceWrapper_ActivationAssignments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivationAssignments_RelStructure.ChoiceWrapper_ActivationAssignments_RelStructure,ActivationAssignments_RelStructure.ChoiceWrapper_ActivationAssignments_RelStructure.Builder
- Enclosing class:
ActivationAssignments_RelStructure
public static interface ActivationAssignments_RelStructure.ChoiceWrapper_ActivationAssignments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAn assignment of an ACTIVATION POINT/LINK to an ACTIVATED EQUIPMENT related on its turn to a TRAFFIC CONTROL POINT.An assignment of an ACTIVATION POINT/LINK to an ACTIVATED EQUIPMENT related on its turn to a TRAFFIC CONTROL POINT.Reference to an ACTIVATION ASSIGNMENT.Reference to an ACTIVATION ASSIGNMENT.booleanAn assignment of an ACTIVATION POINT/LINK to an ACTIVATED EQUIPMENT related on its turn to a TRAFFIC CONTROL POINT.booleanReference to an ACTIVATION 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
-
hasActivationAssignmentRef
boolean hasActivationAssignmentRef()Reference to an ACTIVATION ASSIGNMENT. [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 229:120]
.uk.org.netex.www.netex.VersionOfObjectRefStructure activation_assignment_ref = 1;- Returns:
- Whether the activationAssignmentRef field is set.
-
getActivationAssignmentRef
VersionOfObjectRefStructure getActivationAssignmentRef()Reference to an ACTIVATION ASSIGNMENT. [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 229:120]
.uk.org.netex.www.netex.VersionOfObjectRefStructure activation_assignment_ref = 1;- Returns:
- The activationAssignmentRef.
-
getActivationAssignmentRefOrBuilder
VersionOfObjectRefStructureOrBuilder getActivationAssignmentRefOrBuilder()Reference to an ACTIVATION ASSIGNMENT. [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 229:120]
.uk.org.netex.www.netex.VersionOfObjectRefStructure activation_assignment_ref = 1; -
hasActivationAssignment
boolean hasActivationAssignment()An assignment of an ACTIVATION POINT/LINK to an ACTIVATED EQUIPMENT related on its turn to a TRAFFIC CONTROL POINT. The considered ACTIVATION POINT/LINK will be used to influence the control process for that TRAFFIC CONTROL POINT (e.g. to fix priorities as regards the processing of competing requests from different ACTIVATION POINTs/LINKs). [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 412:92]
.uk.org.netex.www.netex.ActivationAssignmentType activation_assignment = 2;- Returns:
- Whether the activationAssignment field is set.
-
getActivationAssignment
ActivationAssignmentType getActivationAssignment()An assignment of an ACTIVATION POINT/LINK to an ACTIVATED EQUIPMENT related on its turn to a TRAFFIC CONTROL POINT. The considered ACTIVATION POINT/LINK will be used to influence the control process for that TRAFFIC CONTROL POINT (e.g. to fix priorities as regards the processing of competing requests from different ACTIVATION POINTs/LINKs). [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 412:92]
.uk.org.netex.www.netex.ActivationAssignmentType activation_assignment = 2;- Returns:
- The activationAssignment.
-
getActivationAssignmentOrBuilder
ActivationAssignmentTypeOrBuilder getActivationAssignmentOrBuilder()An assignment of an ACTIVATION POINT/LINK to an ACTIVATED EQUIPMENT related on its turn to a TRAFFIC CONTROL POINT. The considered ACTIVATION POINT/LINK will be used to influence the control process for that TRAFFIC CONTROL POINT (e.g. to fix priorities as regards the processing of competing requests from different ACTIVATION POINTs/LINKs). [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 412:92]
.uk.org.netex.www.netex.ActivationAssignmentType activation_assignment = 2;
-