Package uk.org.netex.www.netex
Interface TransportOrganisationRefs_RelStructure.ChoiceWrapper_TransportOrganisationRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransportOrganisationRefs_RelStructure.ChoiceWrapper_TransportOrganisationRefStructure,TransportOrganisationRefs_RelStructure.ChoiceWrapper_TransportOrganisationRefStructure.Builder
- Enclosing class:
TransportOrganisationRefs_RelStructure
public static interface TransportOrganisationRefs_RelStructure.ChoiceWrapper_TransportOrganisationRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to an AUTHORITY.Reference to an AUTHORITY.Reference to an OPERATOR.Reference to an OPERATOR.booleanReference to an AUTHORITY.booleanReference to an OPERATOR.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
-
hasOperatorRef
boolean hasOperatorRef()Reference to an OPERATOR. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 1;- Returns:
- Whether the operatorRef field is set.
-
getOperatorRef
VersionOfObjectRefStructure getOperatorRef()Reference to an OPERATOR. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 1;- Returns:
- The operatorRef.
-
getOperatorRefOrBuilder
VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()Reference to an OPERATOR. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
.uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 1; -
hasAuthorityRef
boolean hasAuthorityRef()Reference to an AUTHORITY. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
.uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 2;- Returns:
- Whether the authorityRef field is set.
-
getAuthorityRef
VersionOfObjectRefStructure getAuthorityRef()Reference to an AUTHORITY. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
.uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 2;- Returns:
- The authorityRef.
-
getAuthorityRefOrBuilder
VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()Reference to an AUTHORITY. [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
.uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 2; -
getTransportOrganisationRefStructureCase
TransportOrganisationRefs_RelStructure.ChoiceWrapper_TransportOrganisationRefStructure.TransportOrganisationRefStructureCase getTransportOrganisationRefStructureCase()
-