Package uk.org.netex.www.netex
Interface FlexibleServiceProperties_RelStructure.ChoiceWrapper_FlexibleServiceProperties_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlexibleServiceProperties_RelStructure.ChoiceWrapper_FlexibleServiceProperties_RelStructure,FlexibleServiceProperties_RelStructure.ChoiceWrapper_FlexibleServiceProperties_RelStructure.Builder
- Enclosing class:
FlexibleServiceProperties_RelStructure
public static interface FlexibleServiceProperties_RelStructure.ChoiceWrapper_FlexibleServiceProperties_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAdditional characteristics of a FLEXIBLE SERVICE.Additional characteristics of a FLEXIBLE SERVICE.Reference to a FLEXIBLE SERVICE PROPERTIES.Reference to a FLEXIBLE SERVICE PROPERTIES.booleanAdditional characteristics of a FLEXIBLE SERVICE.booleanReference to a FLEXIBLE SERVICE PROPERTIES.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
-
hasFlexibleServicePropertiesRef
boolean hasFlexibleServicePropertiesRef()Reference to a FLEXIBLE SERVICE PROPERTIES. [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 68:135]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_service_properties_ref = 1;- Returns:
- Whether the flexibleServicePropertiesRef field is set.
-
getFlexibleServicePropertiesRef
VersionOfObjectRefStructure getFlexibleServicePropertiesRef()Reference to a FLEXIBLE SERVICE PROPERTIES. [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 68:135]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_service_properties_ref = 1;- Returns:
- The flexibleServicePropertiesRef.
-
getFlexibleServicePropertiesRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFlexibleServicePropertiesRefOrBuilder()Reference to a FLEXIBLE SERVICE PROPERTIES. [netex_part_2/part2_journeyTimes/netex_flexibleService_support.xsd at 68:135]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_service_properties_ref = 1; -
hasFlexibleServiceProperties
boolean hasFlexibleServiceProperties()Additional characteristics of a FLEXIBLE SERVICE. A service may be partly fixed, partly flexible. [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 94:103]
.uk.org.netex.www.netex.FlexibleServicePropertiesType flexible_service_properties = 2;- Returns:
- Whether the flexibleServiceProperties field is set.
-
getFlexibleServiceProperties
FlexibleServicePropertiesType getFlexibleServiceProperties()Additional characteristics of a FLEXIBLE SERVICE. A service may be partly fixed, partly flexible. [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 94:103]
.uk.org.netex.www.netex.FlexibleServicePropertiesType flexible_service_properties = 2;- Returns:
- The flexibleServiceProperties.
-
getFlexibleServicePropertiesOrBuilder
FlexibleServicePropertiesTypeOrBuilder getFlexibleServicePropertiesOrBuilder()Additional characteristics of a FLEXIBLE SERVICE. A service may be partly fixed, partly flexible. [netex_part_2/part2_journeyTimes/netex_flexibleService_version.xsd at 94:103]
.uk.org.netex.www.netex.FlexibleServicePropertiesType flexible_service_properties = 2;
-