Package uk.org.netex.www.netex
Interface ServiceFacilitySets_RelStructure.ChoiceWrapper_ServiceFacilitySets_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceFacilitySets_RelStructure.ChoiceWrapper_ServiceFacilitySets_RelStructure,ServiceFacilitySets_RelStructure.ChoiceWrapper_ServiceFacilitySets_RelStructure.Builder
- Enclosing class:
ServiceFacilitySets_RelStructure
public static interface ServiceFacilitySets_RelStructure.ChoiceWrapper_ServiceFacilitySets_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionService FACILITY.Service FACILITY.Reference to a SERVICE FACILITY SET.Reference to a SERVICE FACILITY SET.booleanService FACILITY.booleanReference to a SERVICE FACILITY SET.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
-
hasServiceFacilitySetRef
boolean hasServiceFacilitySetRef()Reference to a SERVICE FACILITY SET. [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 1;- Returns:
- Whether the serviceFacilitySetRef field is set.
-
getServiceFacilitySetRef
VersionOfObjectRefStructure getServiceFacilitySetRef()Reference to a SERVICE FACILITY SET. [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 1;- Returns:
- The serviceFacilitySetRef.
-
getServiceFacilitySetRefOrBuilder
VersionOfObjectRefStructureOrBuilder getServiceFacilitySetRefOrBuilder()Reference to a SERVICE FACILITY SET. [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 1; -
hasServiceFacilitySet
boolean hasServiceFacilitySet()Service FACILITY. Set of enumerated FACILITY values (Where available names are based on TPEG classifications, augmented with UIC etc.). [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 287:90]
.uk.org.netex.www.netex.ServiceFacilitySetType service_facility_set = 2;- Returns:
- Whether the serviceFacilitySet field is set.
-
getServiceFacilitySet
ServiceFacilitySetType getServiceFacilitySet()Service FACILITY. Set of enumerated FACILITY values (Where available names are based on TPEG classifications, augmented with UIC etc.). [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 287:90]
.uk.org.netex.www.netex.ServiceFacilitySetType service_facility_set = 2;- Returns:
- The serviceFacilitySet.
-
getServiceFacilitySetOrBuilder
ServiceFacilitySetTypeOrBuilder getServiceFacilitySetOrBuilder()Service FACILITY. Set of enumerated FACILITY values (Where available names are based on TPEG classifications, augmented with UIC etc.). [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 287:90]
.uk.org.netex.www.netex.ServiceFacilitySetType service_facility_set = 2;
-