Package uk.org.netex.www.netex
Interface InfrastructureJunctionsInFrame_RelStructure.ChoiceWrapper_InfrastructureJunctionsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InfrastructureJunctionsInFrame_RelStructure.ChoiceWrapper_InfrastructureJunctionsInFrame_RelStructure,InfrastructureJunctionsInFrame_RelStructure.ChoiceWrapper_InfrastructureJunctionsInFrame_RelStructure.Builder
- Enclosing class:
InfrastructureJunctionsInFrame_RelStructure
public static interface InfrastructureJunctionsInFrame_RelStructure.ChoiceWrapper_InfrastructureJunctionsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA type of INFRASTRUCTURE POINT used to describe a RAILWAY network.A type of INFRASTRUCTURE POINT used to describe a RAILWAY network.A type of INFRASTRUCTURE POINT used to describe a ROAD network.A type of INFRASTRUCTURE POINT used to describe a ROAD network.A type of INFRASTRUCTURE POINT used to describe a WIRE network.A type of INFRASTRUCTURE POINT used to describe a WIRE network.booleanA type of INFRASTRUCTURE POINT used to describe a RAILWAY network.booleanA type of INFRASTRUCTURE POINT used to describe a ROAD network.booleanA type of INFRASTRUCTURE POINT used to describe a WIRE network.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
-
hasRailwayJunction
boolean hasRailwayJunction()A type of INFRASTRUCTURE POINT used to describe a RAILWAY network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
.uk.org.netex.www.netex.RailwayJunctionType railway_junction = 1;- Returns:
- Whether the railwayJunction field is set.
-
getRailwayJunction
RailwayJunctionType getRailwayJunction()A type of INFRASTRUCTURE POINT used to describe a RAILWAY network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
.uk.org.netex.www.netex.RailwayJunctionType railway_junction = 1;- Returns:
- The railwayJunction.
-
getRailwayJunctionOrBuilder
RailwayJunctionTypeOrBuilder getRailwayJunctionOrBuilder()A type of INFRASTRUCTURE POINT used to describe a RAILWAY network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 129:95]
.uk.org.netex.www.netex.RailwayJunctionType railway_junction = 1; -
hasRoadJunction
boolean hasRoadJunction()A type of INFRASTRUCTURE POINT used to describe a ROAD network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
.uk.org.netex.www.netex.RoadJunctionType road_junction = 2;- Returns:
- Whether the roadJunction field is set.
-
getRoadJunction
RoadJunctionType getRoadJunction()A type of INFRASTRUCTURE POINT used to describe a ROAD network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
.uk.org.netex.www.netex.RoadJunctionType road_junction = 2;- Returns:
- The roadJunction.
-
getRoadJunctionOrBuilder
RoadJunctionTypeOrBuilder getRoadJunctionOrBuilder()A type of INFRASTRUCTURE POINT used to describe a ROAD network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 165:92]
.uk.org.netex.www.netex.RoadJunctionType road_junction = 2; -
hasWireJunction
boolean hasWireJunction()A type of INFRASTRUCTURE POINT used to describe a WIRE network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
.uk.org.netex.www.netex.WireJunctionType wire_junction = 3;- Returns:
- Whether the wireJunction field is set.
-
getWireJunction
WireJunctionType getWireJunction()A type of INFRASTRUCTURE POINT used to describe a WIRE network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
.uk.org.netex.www.netex.WireJunctionType wire_junction = 3;- Returns:
- The wireJunction.
-
getWireJunctionOrBuilder
WireJunctionTypeOrBuilder getWireJunctionOrBuilder()A type of INFRASTRUCTURE POINT used to describe a WIRE network. [netex_part_1/part1_networkDescription/netex_networkInfrastructure_version.xsd at 201:92]
.uk.org.netex.www.netex.WireJunctionType wire_junction = 3;
-