Package uk.org.netex.www.netex
Interface AccessRightsInProduct_RelStructure.ChoiceWrapper_AccessRightsInProduct_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AccessRightsInProduct_RelStructure.ChoiceWrapper_AccessRightsInProduct_RelStructure,AccessRightsInProduct_RelStructure.ChoiceWrapper_AccessRightsInProduct_RelStructure.Builder
- Enclosing class:
AccessRightsInProduct_RelStructure
public static interface AccessRightsInProduct_RelStructure.ChoiceWrapper_AccessRightsInProduct_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA VALIDABLE ELEMENT as a part of a PRE-ASSIGNED FARE PRODUCT, including its possible order in the set of all VALIDABLE ELEMENTs grouped together to define the access right assigned to that PRE-ASSIGNED FARE PRODUCT.A VALIDABLE ELEMENT as a part of a PRE-ASSIGNED FARE PRODUCT, including its possible order in the set of all VALIDABLE ELEMENTs grouped together to define the access right assigned to that PRE-ASSIGNED FARE PRODUCT.Reference to an ACCESS RIGHT IN PRODUCT.Reference to an ACCESS RIGHT IN PRODUCT.booleanA VALIDABLE ELEMENT as a part of a PRE-ASSIGNED FARE PRODUCT, including its possible order in the set of all VALIDABLE ELEMENTs grouped together to define the access right assigned to that PRE-ASSIGNED FARE PRODUCT.booleanReference to an ACCESS RIGHT IN PRODUCT.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
-
hasAccessRightInProductRef
boolean hasAccessRightInProductRef()Reference to an ACCESS RIGHT IN PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 595:131]
.uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure access_right_in_product_ref = 1;- Returns:
- Whether the accessRightInProductRef field is set.
-
getAccessRightInProductRef
OrderedVersionOfObjectRefStructure getAccessRightInProductRef()Reference to an ACCESS RIGHT IN PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 595:131]
.uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure access_right_in_product_ref = 1;- Returns:
- The accessRightInProductRef.
-
getAccessRightInProductRefOrBuilder
OrderedVersionOfObjectRefStructureOrBuilder getAccessRightInProductRefOrBuilder()Reference to an ACCESS RIGHT IN PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 595:131]
.uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure access_right_in_product_ref = 1; -
hasAccessRightInProduct
boolean hasAccessRightInProduct()A VALIDABLE ELEMENT as a part of a PRE-ASSIGNED FARE PRODUCT, including its possible order in the set of all VALIDABLE ELEMENTs grouped together to define the access right assigned to that PRE-ASSIGNED FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1013:147]
.uk.org.netex.www.netex.AccessRightInProduct_VersionedChildStructure access_right_in_product = 2;- Returns:
- Whether the accessRightInProduct field is set.
-
getAccessRightInProduct
AccessRightInProduct_VersionedChildStructure getAccessRightInProduct()A VALIDABLE ELEMENT as a part of a PRE-ASSIGNED FARE PRODUCT, including its possible order in the set of all VALIDABLE ELEMENTs grouped together to define the access right assigned to that PRE-ASSIGNED FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1013:147]
.uk.org.netex.www.netex.AccessRightInProduct_VersionedChildStructure access_right_in_product = 2;- Returns:
- The accessRightInProduct.
-
getAccessRightInProductOrBuilder
AccessRightInProduct_VersionedChildStructureOrBuilder getAccessRightInProductOrBuilder()A VALIDABLE ELEMENT as a part of a PRE-ASSIGNED FARE PRODUCT, including its possible order in the set of all VALIDABLE ELEMENTs grouped together to define the access right assigned to that PRE-ASSIGNED FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 1013:147]
.uk.org.netex.www.netex.AccessRightInProduct_VersionedChildStructure access_right_in_product = 2;
-