Package uk.org.netex.www.netex
Interface CustomerPurchasePackageElementAccesses_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerPurchasePackageElementAccesses_RelStructure,CustomerPurchasePackageElementAccesses_RelStructure.Builder
@Generated
public interface CustomerPurchasePackageElementAccesses_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomerPurchasePackageElementAccess(int index) Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE.intAccess to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE.Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE.Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE.Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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.
-
getCustomerPurchasePackageElementAccessList
List<CustomerPurchasePackageElementAccessType> getCustomerPurchasePackageElementAccessList()Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE. This is needed for validation of complex SALES OFFER PACKAGEs containing tariffs structures that have FARE STRUCTURE ELEMENTs IN SEQUENCE, in such a case a given SALES PACKAGE ELEMENT may have multiple VALIDABLE ELEMENTs associated with it, each of which can be separately validated and marked. +v1.1 [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 714:76]
repeated .uk.org.netex.www.netex.CustomerPurchasePackageElementAccessType customer_purchase_package_element_access = 2; -
getCustomerPurchasePackageElementAccess
Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE. This is needed for validation of complex SALES OFFER PACKAGEs containing tariffs structures that have FARE STRUCTURE ELEMENTs IN SEQUENCE, in such a case a given SALES PACKAGE ELEMENT may have multiple VALIDABLE ELEMENTs associated with it, each of which can be separately validated and marked. +v1.1 [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 714:76]
repeated .uk.org.netex.www.netex.CustomerPurchasePackageElementAccessType customer_purchase_package_element_access = 2; -
getCustomerPurchasePackageElementAccessCount
int getCustomerPurchasePackageElementAccessCount()Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE. This is needed for validation of complex SALES OFFER PACKAGEs containing tariffs structures that have FARE STRUCTURE ELEMENTs IN SEQUENCE, in such a case a given SALES PACKAGE ELEMENT may have multiple VALIDABLE ELEMENTs associated with it, each of which can be separately validated and marked. +v1.1 [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 714:76]
repeated .uk.org.netex.www.netex.CustomerPurchasePackageElementAccessType customer_purchase_package_element_access = 2; -
getCustomerPurchasePackageElementAccessOrBuilderList
List<? extends CustomerPurchasePackageElementAccessTypeOrBuilder> getCustomerPurchasePackageElementAccessOrBuilderList()Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE. This is needed for validation of complex SALES OFFER PACKAGEs containing tariffs structures that have FARE STRUCTURE ELEMENTs IN SEQUENCE, in such a case a given SALES PACKAGE ELEMENT may have multiple VALIDABLE ELEMENTs associated with it, each of which can be separately validated and marked. +v1.1 [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 714:76]
repeated .uk.org.netex.www.netex.CustomerPurchasePackageElementAccessType customer_purchase_package_element_access = 2; -
getCustomerPurchasePackageElementAccessOrBuilder
CustomerPurchasePackageElementAccessTypeOrBuilder getCustomerPurchasePackageElementAccessOrBuilder(int index) Access to a VALIDABLE ELEMENT by a specific CUSTOMER PURCHASE PACKAGE through use of CUSTOMER PURCHASE PACKAGE. This is needed for validation of complex SALES OFFER PACKAGEs containing tariffs structures that have FARE STRUCTURE ELEMENTs IN SEQUENCE, in such a case a given SALES PACKAGE ELEMENT may have multiple VALIDABLE ELEMENTs associated with it, each of which can be separately validated and marked. +v1.1 [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 714:76]
repeated .uk.org.netex.www.netex.CustomerPurchasePackageElementAccessType customer_purchase_package_element_access = 2;
-