Package uk.org.netex.www.netex
Interface TransferRefs_RelStructure.ChoiceWrapper_TransferRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransferRefs_RelStructure.ChoiceWrapper_TransferRefStructure,TransferRefs_RelStructure.ChoiceWrapper_TransferRefStructure.Builder
- Enclosing class:
TransferRefs_RelStructure
public static interface TransferRefs_RelStructure.ChoiceWrapper_TransferRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to an ACCESS link.Reference to an ACCESS link.Reference to a CONNECTION link.Reference to a CONNECTION link.Reference to a DEFAULT TRANSFER link.Reference to a DEFAULT TRANSFER link.Reference to a SITE CONNECTION link.Reference to a SITE CONNECTION link.booleanReference to an ACCESS link.booleanReference to a CONNECTION link.booleanReference to a DEFAULT TRANSFER link.booleanReference to a SITE CONNECTION link.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
-
hasAccessRef
boolean hasAccessRef()Reference to an ACCESS link. [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 1;- Returns:
- Whether the accessRef field is set.
-
getAccessRef
VersionOfObjectRefStructure getAccessRef()Reference to an ACCESS link. [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 1;- Returns:
- The accessRef.
-
getAccessRefOrBuilder
VersionOfObjectRefStructureOrBuilder getAccessRefOrBuilder()Reference to an ACCESS link. [netex_framework/netex_genericFramework/netex_place_support.xsd at 178:90]
.uk.org.netex.www.netex.VersionOfObjectRefStructure access_ref = 1; -
hasConnectionRef
boolean hasConnectionRef()Reference to a CONNECTION link. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 118:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 2;- Returns:
- Whether the connectionRef field is set.
-
getConnectionRef
VersionOfObjectRefStructure getConnectionRef()Reference to a CONNECTION link. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 118:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 2;- Returns:
- The connectionRef.
-
getConnectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getConnectionRefOrBuilder()Reference to a CONNECTION link. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 118:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 2; -
hasSiteConnectionRef
boolean hasSiteConnectionRef()Reference to a SITE CONNECTION link. [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 67:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure site_connection_ref = 3;- Returns:
- Whether the siteConnectionRef field is set.
-
getSiteConnectionRef
VersionOfObjectRefStructure getSiteConnectionRef()Reference to a SITE CONNECTION link. [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 67:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure site_connection_ref = 3;- Returns:
- The siteConnectionRef.
-
getSiteConnectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getSiteConnectionRefOrBuilder()Reference to a SITE CONNECTION link. [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 67:108]
.uk.org.netex.www.netex.VersionOfObjectRefStructure site_connection_ref = 3; -
hasDefaultConnectionRef
boolean hasDefaultConnectionRef()Reference to a DEFAULT TRANSFER link. [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 93:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure default_connection_ref = 4;- Returns:
- Whether the defaultConnectionRef field is set.
-
getDefaultConnectionRef
VersionOfObjectRefStructure getDefaultConnectionRef()Reference to a DEFAULT TRANSFER link. [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 93:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure default_connection_ref = 4;- Returns:
- The defaultConnectionRef.
-
getDefaultConnectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDefaultConnectionRefOrBuilder()Reference to a DEFAULT TRANSFER link. [netex_part_1/part1_tacticalPlanning/netex_siteConnection_support.xsd at 93:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure default_connection_ref = 4; -
getTransferRefStructureCase
TransferRefs_RelStructure.ChoiceWrapper_TransferRefStructure.TransferRefStructureCase getTransferRefStructureCase()
-