Package uk.org.netex.www.netex
Interface TravelDocumentsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TravelDocumentsInFrame_RelStructure,TravelDocumentsInFrame_RelStructure.Builder
public interface TravelDocumentsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getTravelDocument(int index) A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.intA particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.getTravelDocumentOrBuilder(int index) A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.List<? extends TravelDocumentTypeOrBuilder> A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those.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.
-
getTravelDocumentList
List<TravelDocumentType> getTravelDocumentList()A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those. [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2; -
getTravelDocument
A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those. [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2; -
getTravelDocumentCount
int getTravelDocumentCount()A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those. [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2; -
getTravelDocumentOrBuilderList
List<? extends TravelDocumentTypeOrBuilder> getTravelDocumentOrBuilderList()A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those. [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2; -
getTravelDocumentOrBuilder
A particular physical support (ticket, card...) to be held by a customer, allowing the right to travel or to consume joint-services, to proof a payment (including possible discount rights), to store a subset of the FARE CONTRACT liabilities or a combination of those. [netex_part_3/part3_salesTransactions/netex_travelDocument_version.xsd at 104:92]
repeated .uk.org.netex.www.netex.TravelDocumentType travel_document = 2;
-