Package uk.org.netex.www.netex
Interface FareStructureElementsInSequence_RelStructure.ChoiceWrapper_FareStructureElementsInSequence_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareStructureElementsInSequence_RelStructure.ChoiceWrapper_FareStructureElementsInSequence_RelStructure,FareStructureElementsInSequence_RelStructure.ChoiceWrapper_FareStructureElementsInSequence_RelStructure.Builder
- Enclosing class:
FareStructureElementsInSequence_RelStructure
public static interface FareStructureElementsInSequence_RelStructure.ChoiceWrapper_FareStructureElementsInSequence_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA CONTROLLABLE ELEMENT as a part of a FARE STRUCTURE ELEMENT, including its possible order in the sequence of CONTROLLABLE ELEMENTs grouped together to form that FARE STRUCTURE ELEMENT, and its possible quantitative limitation.A CONTROLLABLE ELEMENT as a part of a FARE STRUCTURE ELEMENT, including its possible order in the sequence of CONTROLLABLE ELEMENTs grouped together to form that FARE STRUCTURE ELEMENT, and its possible quantitative limitation.A FARE STRUCTURE ELEMENT as a part of a VALIDABLE ELEMENT, including its possible order in the sequence of FARE STRUCTURE ELEMENTs forming that VALIDABLE ELEMENT, and its possible quantitative limitation.A FARE STRUCTURE ELEMENT as a part of a VALIDABLE ELEMENT, including its possible order in the sequence of FARE STRUCTURE ELEMENTs forming that VALIDABLE ELEMENT, and its possible quantitative limitation.booleanA CONTROLLABLE ELEMENT as a part of a FARE STRUCTURE ELEMENT, including its possible order in the sequence of CONTROLLABLE ELEMENTs grouped together to form that FARE STRUCTURE ELEMENT, and its possible quantitative limitation.booleanA FARE STRUCTURE ELEMENT as a part of a VALIDABLE ELEMENT, including its possible order in the sequence of FARE STRUCTURE ELEMENTs forming that VALIDABLE ELEMENT, and its possible quantitative limitation.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
-
hasFareStructureElementInSequence
boolean hasFareStructureElementInSequence()A FARE STRUCTURE ELEMENT as a part of a VALIDABLE ELEMENT, including its possible order in the sequence of FARE STRUCTURE ELEMENTs forming that VALIDABLE ELEMENT, and its possible quantitative limitation. [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 548:105]
.uk.org.netex.www.netex.FareStructureElementInSequenceType fare_structure_element_in_sequence = 1;- Returns:
- Whether the fareStructureElementInSequence field is set.
-
getFareStructureElementInSequence
FareStructureElementInSequenceType getFareStructureElementInSequence()A FARE STRUCTURE ELEMENT as a part of a VALIDABLE ELEMENT, including its possible order in the sequence of FARE STRUCTURE ELEMENTs forming that VALIDABLE ELEMENT, and its possible quantitative limitation. [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 548:105]
.uk.org.netex.www.netex.FareStructureElementInSequenceType fare_structure_element_in_sequence = 1;- Returns:
- The fareStructureElementInSequence.
-
getFareStructureElementInSequenceOrBuilder
FareStructureElementInSequenceTypeOrBuilder getFareStructureElementInSequenceOrBuilder()A FARE STRUCTURE ELEMENT as a part of a VALIDABLE ELEMENT, including its possible order in the sequence of FARE STRUCTURE ELEMENTs forming that VALIDABLE ELEMENT, and its possible quantitative limitation. [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 548:105]
.uk.org.netex.www.netex.FareStructureElementInSequenceType fare_structure_element_in_sequence = 1; -
hasControllableElementInSequence
boolean hasControllableElementInSequence()A CONTROLLABLE ELEMENT as a part of a FARE STRUCTURE ELEMENT, including its possible order in the sequence of CONTROLLABLE ELEMENTs grouped together to form that FARE STRUCTURE ELEMENT, and its possible quantitative limitation. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 367:104]
.uk.org.netex.www.netex.ControllableElementInSequenceType controllable_element_in_sequence = 2;- Returns:
- Whether the controllableElementInSequence field is set.
-
getControllableElementInSequence
ControllableElementInSequenceType getControllableElementInSequence()A CONTROLLABLE ELEMENT as a part of a FARE STRUCTURE ELEMENT, including its possible order in the sequence of CONTROLLABLE ELEMENTs grouped together to form that FARE STRUCTURE ELEMENT, and its possible quantitative limitation. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 367:104]
.uk.org.netex.www.netex.ControllableElementInSequenceType controllable_element_in_sequence = 2;- Returns:
- The controllableElementInSequence.
-
getControllableElementInSequenceOrBuilder
ControllableElementInSequenceTypeOrBuilder getControllableElementInSequenceOrBuilder()A CONTROLLABLE ELEMENT as a part of a FARE STRUCTURE ELEMENT, including its possible order in the sequence of CONTROLLABLE ELEMENTs grouped together to form that FARE STRUCTURE ELEMENT, and its possible quantitative limitation. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 367:104]
.uk.org.netex.www.netex.ControllableElementInSequenceType controllable_element_in_sequence = 2;
-