Package uk.org.netex.www.netex
Interface UsageParametersInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UsageParametersInFrame_RelStructure,UsageParametersInFrame_RelStructure.Builder
@Generated
public interface UsageParametersInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getUsageParameteru(int index) Dummy Supertype: A parameter used to specify the use of a fare system.intDummy Supertype: A parameter used to specify the use of a fare system.Dummy Supertype: A parameter used to specify the use of a fare system.getUsageParameteruOrBuilder(int index) Dummy Supertype: A parameter used to specify the use of a fare system.List<? extends UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder> Dummy Supertype: A parameter used to specify the use of a fare system.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getUsageParameteruList
List<UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure> getUsageParameteruList()Dummy Supertype: A parameter used to specify the use of a fare system. [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 92:125]
repeated .uk.org.netex.www.netex.UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure usage_parameteru = 31; -
getUsageParameteru
UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure getUsageParameteru(int index) Dummy Supertype: A parameter used to specify the use of a fare system. [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 92:125]
repeated .uk.org.netex.www.netex.UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure usage_parameteru = 31; -
getUsageParameteruCount
int getUsageParameteruCount()Dummy Supertype: A parameter used to specify the use of a fare system. [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 92:125]
repeated .uk.org.netex.www.netex.UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure usage_parameteru = 31; -
getUsageParameteruOrBuilderList
List<? extends UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder> getUsageParameteruOrBuilderList()Dummy Supertype: A parameter used to specify the use of a fare system. [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 92:125]
repeated .uk.org.netex.www.netex.UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure usage_parameteru = 31; -
getUsageParameteruOrBuilder
UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructureOrBuilder getUsageParameteruOrBuilder(int index) Dummy Supertype: A parameter used to specify the use of a fare system. [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 92:125]
repeated .uk.org.netex.www.netex.UsageParametersInFrame_RelStructure.ChoiceWrapper_DataManagedObjectStructure usage_parameteru = 31;
-