Package uk.org.netex.www.netex
Interface TravelSpecificationsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TravelSpecificationsInFrame_RelStructure,TravelSpecificationsInFrame_RelStructure.Builder
public interface TravelSpecificationsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getTravelSpecification(int index) The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).intThe recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).getTravelSpecificationOrBuilder(int index) The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).List<? extends TravelSpecificationTypeOrBuilder> The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel).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.
-
getTravelSpecificationList
List<TravelSpecificationType> getTravelSpecificationList()The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel). [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2; -
getTravelSpecification
The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel). [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2; -
getTravelSpecificationCount
int getTravelSpecificationCount()The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel). [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2; -
getTravelSpecificationOrBuilderList
List<? extends TravelSpecificationTypeOrBuilder> getTravelSpecificationOrBuilderList()The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel). [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2; -
getTravelSpecificationOrBuilder
The recording of a specification by a customer of parameters giving details of an intended consumption (e.g. origin and destination of a travel). [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 136:100]
repeated .uk.org.netex.www.netex.TravelSpecificationType travel_specification = 2;
-