Package uk.org.netex.www.netex
Interface ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure,ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.Builder
- Enclosing class:
ActivationPointsInFrame_RelStructure
public static interface ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA POINT where a control process is activated when a vehicle passes it.A POINT where a control process is activated when a vehicle passes it.A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.booleanA POINT where a control process is activated when a vehicle passes it.booleanA POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located.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
-
hasActivationPoint
boolean hasActivationPoint()A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation. [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
.uk.org.netex.www.netex.ActivationPointType activation_point = 1;- Returns:
- Whether the activationPoint field is set.
-
getActivationPoint
ActivationPointType getActivationPoint()A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation. [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
.uk.org.netex.www.netex.ActivationPointType activation_point = 1;- Returns:
- The activationPoint.
-
getActivationPointOrBuilder
ActivationPointTypeOrBuilder getActivationPointOrBuilder()A POINT where a control process is activated when a vehicle passes it. EQUIPMENT may be needed for the activation. [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 204:92]
.uk.org.netex.www.netex.ActivationPointType activation_point = 1; -
hasBeaconPoint
boolean hasBeaconPoint()A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located. [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
.uk.org.netex.www.netex.BeaconPointType beacon_point = 2;- Returns:
- Whether the beaconPoint field is set.
-
getBeaconPoint
BeaconPointType getBeaconPoint()A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located. [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
.uk.org.netex.www.netex.BeaconPointType beacon_point = 2;- Returns:
- The beaconPoint.
-
getBeaconPointOrBuilder
BeaconPointTypeOrBuilder getBeaconPointOrBuilder()A POINT where a beacon or similar device to support the automatic detection of vehicles passing by is located. [netex_part_1/part1_networkDescription/netex_activation_version.xsd at 262:88]
.uk.org.netex.www.netex.BeaconPointType beacon_point = 2; -
getPointVersionStructureCase
ActivationPointsInFrame_RelStructure.ChoiceWrapper_Point_VersionStructure.PointVersionStructureCase getPointVersionStructureCase()
-