Package uk.org.netex.www.netex
Interface DiscountRightRefs_RelStructure.ChoiceWrapper_DiscountRightRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiscountRightRefs_RelStructure.ChoiceWrapper_DiscountRightRefs_RelStructure,DiscountRightRefs_RelStructure.ChoiceWrapper_DiscountRightRefs_RelStructure.Builder
- Enclosing class:
DiscountRightRefs_RelStructure
public static interface DiscountRightRefs_RelStructure.ChoiceWrapper_DiscountRightRefs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a CAPPED DISCOUNT RIGHT.Reference to a CAPPED DISCOUNT RIGHT.Reference to a SALES DISCOUNT RIGHT.Reference to a SALES DISCOUNT RIGHT.Reference to a USAGE DISCOUNT RIGHT.Reference to a USAGE DISCOUNT RIGHT.booleanReference to a CAPPED DISCOUNT RIGHT.booleanReference to a SALES DISCOUNT RIGHT.booleanReference to a USAGE DISCOUNT RIGHT.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
-
hasUsageDiscountRightRef
boolean hasUsageDiscountRightRef()Reference to a USAGE DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 3;- Returns:
- Whether the usageDiscountRightRef field is set.
-
getUsageDiscountRightRef
VersionOfObjectRefStructure getUsageDiscountRightRef()Reference to a USAGE DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 3;- Returns:
- The usageDiscountRightRef.
-
getUsageDiscountRightRefOrBuilder
VersionOfObjectRefStructureOrBuilder getUsageDiscountRightRefOrBuilder()Reference to a USAGE DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 286:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure usage_discount_right_ref = 3; -
hasSaleDiscountRightRef
boolean hasSaleDiscountRightRef()Reference to a SALES DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 1;- Returns:
- Whether the saleDiscountRightRef field is set.
-
getSaleDiscountRightRef
VersionOfObjectRefStructure getSaleDiscountRightRef()Reference to a SALES DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 1;- Returns:
- The saleDiscountRightRef.
-
getSaleDiscountRightRefOrBuilder
VersionOfObjectRefStructureOrBuilder getSaleDiscountRightRefOrBuilder()Reference to a SALES DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 172:115]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sale_discount_right_ref = 1; -
hasCappedDiscountRightRef
boolean hasCappedDiscountRightRef()Reference to a CAPPED DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 2;- Returns:
- Whether the cappedDiscountRightRef field is set.
-
getCappedDiscountRightRef
VersionOfObjectRefStructure getCappedDiscountRightRef()Reference to a CAPPED DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 2;- Returns:
- The cappedDiscountRightRef.
-
getCappedDiscountRightRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCappedDiscountRightRefOrBuilder()Reference to a CAPPED DISCOUNT RIGHT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 322:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capped_discount_right_ref = 2; -
getSaleDiscountRightRefStructureCase
DiscountRightRefs_RelStructure.ChoiceWrapper_DiscountRightRefs_RelStructure.SaleDiscountRightRefStructureCase getSaleDiscountRightRefStructureCase()
-