Package uk.org.netex.www.netex
Interface TypeOfAccessRightAssignments_RelStructure.ChoiceWrapper_TypeOfAccessRightAssignments_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypeOfAccessRightAssignments_RelStructure.ChoiceWrapper_TypeOfAccessRightAssignments_RelStructure,TypeOfAccessRightAssignments_RelStructure.ChoiceWrapper_TypeOfAccessRightAssignments_RelStructure.Builder
- Enclosing class:
TypeOfAccessRightAssignments_RelStructure
public static interface TypeOfAccessRightAssignments_RelStructure.ChoiceWrapper_TypeOfAccessRightAssignments_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator.A classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator.Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT.Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT.booleanA classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator.booleanReference to a TYPE OF ACCESS RIGHT ASSIGNMENT.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
-
hasTypeOfAccessRightAssignmentRef
boolean hasTypeOfAccessRightAssignmentRef()Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT. [netex_part_3/part3_fares/netex_accessRightParameter_support.xsd at 229:136]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_access_right_assignment_ref = 1;- Returns:
- Whether the typeOfAccessRightAssignmentRef field is set.
-
getTypeOfAccessRightAssignmentRef
VersionOfObjectRefStructure getTypeOfAccessRightAssignmentRef()Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT. [netex_part_3/part3_fares/netex_accessRightParameter_support.xsd at 229:136]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_access_right_assignment_ref = 1;- Returns:
- The typeOfAccessRightAssignmentRef.
-
getTypeOfAccessRightAssignmentRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfAccessRightAssignmentRefOrBuilder()Reference to a TYPE OF ACCESS RIGHT ASSIGNMENT. [netex_part_3/part3_fares/netex_accessRightParameter_support.xsd at 229:136]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_access_right_assignment_ref = 1; -
hasTypeOfAccessRightAssignment
boolean hasTypeOfAccessRightAssignment()A classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of ACCESS RIGHT ASSIGNMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 892:100]
.uk.org.netex.www.netex.TypeOfAccessRightAssignmentType type_of_access_right_assignment = 2;- Returns:
- Whether the typeOfAccessRightAssignment field is set.
-
getTypeOfAccessRightAssignment
TypeOfAccessRightAssignmentType getTypeOfAccessRightAssignment()A classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of ACCESS RIGHT ASSIGNMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 892:100]
.uk.org.netex.www.netex.TypeOfAccessRightAssignmentType type_of_access_right_assignment = 2;- Returns:
- The typeOfAccessRightAssignment.
-
getTypeOfAccessRightAssignmentOrBuilder
TypeOfAccessRightAssignmentTypeOrBuilder getTypeOfAccessRightAssignmentOrBuilder()A classification of ACCESS RIGHT ASSIGNMENTs expressing their general functionalities and local functional characteristics specific to the operator. Types of ACCESS RIGHT ASSIGNMENTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_part_3/part3_fares/netex_accessRightParameter_version.xsd at 892:100]
.uk.org.netex.www.netex.TypeOfAccessRightAssignmentType type_of_access_right_assignment = 2;
-