Package uk.org.netex.www.netex
Interface CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure,CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructure.Builder
- Enclosing class:
CustomerPurchasePackagePrices_RelStructure
public static interface CustomerPurchasePackagePrices_RelStructure.SequenceWrapper_CustomerPurchasePackagePrices_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc.A set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc.booleanA set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc.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
-
hasCustomerPurchasePackagePrice
boolean hasCustomerPurchasePackagePrice()A set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:249]
.uk.org.netex.www.netex.CustomerPurchasePackagePrice_VersionedChildStructure customer_purchase_package_price = 1;- Returns:
- Whether the customerPurchasePackagePrice field is set.
-
getCustomerPurchasePackagePrice
CustomerPurchasePackagePrice_VersionedChildStructure getCustomerPurchasePackagePrice()A set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:249]
.uk.org.netex.www.netex.CustomerPurchasePackagePrice_VersionedChildStructure customer_purchase_package_price = 1;- Returns:
- The customerPurchasePackagePrice.
-
getCustomerPurchasePackagePriceOrBuilder
CustomerPurchasePackagePrice_VersionedChildStructureOrBuilder getCustomerPurchasePackagePriceOrBuilder()A set of all possible price features of a CUSTOMER PURCHASE PACKAGE ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 789:249]
.uk.org.netex.www.netex.CustomerPurchasePackagePrice_VersionedChildStructure customer_purchase_package_price = 1;
-