Package uk.org.netex.www.netex
Interface TypesOfFacility_RelStructure.ChoiceWrapper_TypesOfFacility_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfFacility_RelStructure.ChoiceWrapper_TypesOfFacility_RelStructure,TypesOfFacility_RelStructure.ChoiceWrapper_TypesOfFacility_RelStructure.Builder
- Enclosing class:
TypesOfFacility_RelStructure
public static interface TypesOfFacility_RelStructure.ChoiceWrapper_TypesOfFacility_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator.A classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator.Reference to a TYPE OF FACILITY.Reference to a TYPE OF FACILITY.booleanA classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator.booleanReference to a TYPE OF FACILITY.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
-
hasTypeOfFacilityRef
boolean hasTypeOfFacilityRef()Reference to a TYPE OF FACILITY. [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 1;- Returns:
- Whether the typeOfFacilityRef field is set.
-
getTypeOfFacilityRef
VersionOfObjectRefStructure getTypeOfFacilityRef()Reference to a TYPE OF FACILITY. [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 1;- Returns:
- The typeOfFacilityRef.
-
getTypeOfFacilityRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfFacilityRefOrBuilder()Reference to a TYPE OF FACILITY. [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 1; -
hasTypeOfFacility
boolean hasTypeOfFacility()A classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator. Types of FACILITYs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 536:87]
.uk.org.netex.www.netex.TypeOfFacilityType type_of_facility = 2;- Returns:
- Whether the typeOfFacility field is set.
-
getTypeOfFacility
TypeOfFacilityType getTypeOfFacility()A classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator. Types of FACILITYs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 536:87]
.uk.org.netex.www.netex.TypeOfFacilityType type_of_facility = 2;- Returns:
- The typeOfFacility.
-
getTypeOfFacilityOrBuilder
TypeOfFacilityTypeOrBuilder getTypeOfFacilityOrBuilder()A classification of FACILITYs expressing their general functionalities and local functional characteristics specific to the operator. Types of FACILITYs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 536:87]
.uk.org.netex.www.netex.TypeOfFacilityType type_of_facility = 2;
-