Package uk.org.netex.www.netex
Interface TypeOfUsageParameters_RelStructure.ChoiceWrapper_TypeOfUsageParameters_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypeOfUsageParameters_RelStructure.ChoiceWrapper_TypeOfUsageParameters_RelStructure,TypeOfUsageParameters_RelStructure.ChoiceWrapper_TypeOfUsageParameters_RelStructure.Builder
- Enclosing class:
TypeOfUsageParameters_RelStructure
public static interface TypeOfUsageParameters_RelStructure.ChoiceWrapper_TypeOfUsageParameters_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCategory of USAGE PARAMETER user [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 224:92]Category of USAGE PARAMETER user [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 224:92]Reference to a TYPE OF USAGE PARAMETER.Reference to a TYPE OF USAGE PARAMETER.booleanCategory of USAGE PARAMETER user [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 224:92]booleanReference to a TYPE OF USAGE PARAMETER.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
-
hasTypeOfUsageParameterRef
boolean hasTypeOfUsageParameterRef()Reference to a TYPE OF USAGE PARAMETER. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 1;- Returns:
- Whether the typeOfUsageParameterRef field is set.
-
getTypeOfUsageParameterRef
VersionOfObjectRefStructure getTypeOfUsageParameterRef()Reference to a TYPE OF USAGE PARAMETER. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 1;- Returns:
- The typeOfUsageParameterRef.
-
getTypeOfUsageParameterRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfUsageParameterRefOrBuilder()Reference to a TYPE OF USAGE PARAMETER. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 1; -
hasTypeOfUsageParameter
boolean hasTypeOfUsageParameter()Category of USAGE PARAMETER user [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 224:92]
.uk.org.netex.www.netex.TypeOfUsageParameterType type_of_usage_parameter = 2;- Returns:
- Whether the typeOfUsageParameter field is set.
-
getTypeOfUsageParameter
TypeOfUsageParameterType getTypeOfUsageParameter()Category of USAGE PARAMETER user [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 224:92]
.uk.org.netex.www.netex.TypeOfUsageParameterType type_of_usage_parameter = 2;- Returns:
- The typeOfUsageParameter.
-
getTypeOfUsageParameterOrBuilder
TypeOfUsageParameterTypeOrBuilder getTypeOfUsageParameterOrBuilder()Category of USAGE PARAMETER user [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 224:92]
.uk.org.netex.www.netex.TypeOfUsageParameterType type_of_usage_parameter = 2;
-