Package uk.org.netex.www.netex
Interface TransportOperatorsInFrame_RelStructure.ChoiceWrapper_TransportOperatorsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransportOperatorsInFrame_RelStructure.ChoiceWrapper_TransportOperatorsInFrame_RelStructure,TransportOperatorsInFrame_RelStructure.ChoiceWrapper_TransportOperatorsInFrame_RelStructure.Builder
- Enclosing class:
TransportOperatorsInFrame_RelStructure
public static interface TransportOperatorsInFrame_RelStructure.ChoiceWrapper_TransportOperatorsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ORGANISATION under which the responsibility of organising the transport service in a certain area is placed.The ORGANISATION under which the responsibility of organising the transport service in a certain area is placed.A company providing public transport services.A company providing public transport services.booleanThe ORGANISATION under which the responsibility of organising the transport service in a certain area is placed.booleanA company providing public transport services.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
-
hasAuthority
boolean hasAuthority()The ORGANISATION under which the responsibility of organising the transport service in a certain area is placed. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 331:75]
.uk.org.netex.www.netex.AuthorityType authority = 1;- Returns:
- Whether the authority field is set.
-
getAuthority
AuthorityType getAuthority()The ORGANISATION under which the responsibility of organising the transport service in a certain area is placed. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 331:75]
.uk.org.netex.www.netex.AuthorityType authority = 1;- Returns:
- The authority.
-
getAuthorityOrBuilder
AuthorityTypeOrBuilder getAuthorityOrBuilder()The ORGANISATION under which the responsibility of organising the transport service in a certain area is placed. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 331:75]
.uk.org.netex.www.netex.AuthorityType authority = 1; -
hasOperator
boolean hasOperator()A company providing public transport services. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 286:74]
.uk.org.netex.www.netex.OperatorType operator = 2;- Returns:
- Whether the operator field is set.
-
getOperator
OperatorType getOperator()A company providing public transport services. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 286:74]
.uk.org.netex.www.netex.OperatorType operator = 2;- Returns:
- The operator.
-
getOperatorOrBuilder
OperatorTypeOrBuilder getOperatorOrBuilder()A company providing public transport services. [netex_framework/netex_reusableComponents/netex_transportOrganisation_version.xsd at 286:74]
.uk.org.netex.www.netex.OperatorType operator = 2;
-