Package uk.org.netex.www.netex
Interface CustomerPurchasePackagePrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerPurchasePackagePrices_RelStructure,CustomerPurchasePackagePrices_RelStructure.Builder
public interface CustomerPurchasePackagePrices_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getSequenceWrapper(int index) [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]int[netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]List<CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure> [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]getSequenceWrapperOrBuilder(int index) [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]List<? extends CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructureOrBuilder> [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]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.
-
getSequenceWrapperList
List<CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure> getSequenceWrapperList()[netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]
repeated .uk.org.netex.www.netex.CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure sequence_wrapper = 3; -
getSequenceWrapper
CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure getSequenceWrapper(int index) [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]
repeated .uk.org.netex.www.netex.CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure sequence_wrapper = 3; -
getSequenceWrapperCount
int getSequenceWrapperCount()[netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]
repeated .uk.org.netex.www.netex.CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure sequence_wrapper = 3; -
getSequenceWrapperOrBuilderList
List<? extends CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructureOrBuilder> getSequenceWrapperOrBuilderList()[netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]
repeated .uk.org.netex.www.netex.CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure sequence_wrapper = 3; -
getSequenceWrapperOrBuilder
CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructureOrBuilder getSequenceWrapperOrBuilder(int index) [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:140]
repeated .uk.org.netex.www.netex.CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure sequence_wrapper = 3;
-