Package uk.org.netex.www.netex
Interface ControllableElements_RelStructure.ChoiceWrapper_ControllableElements_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControllableElements_RelStructure.ChoiceWrapper_ControllableElements_RelStructure,ControllableElements_RelStructure.ChoiceWrapper_ControllableElements_RelStructure.Builder
- Enclosing class:
ControllableElements_RelStructure
public static interface ControllableElements_RelStructure.ChoiceWrapper_ControllableElements_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.Reference to a CONTROLLABLE ELEMENT.Reference to a CONTROLLABLE ELEMENT.booleanThe smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.booleanReference to a CONTROLLABLE ELEMENT.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
-
hasControllableElementRef
boolean hasControllableElementRef()Reference to a CONTROLLABLE ELEMENT. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 120:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_ref = 1;- Returns:
- Whether the controllableElementRef field is set.
-
getControllableElementRef
VersionOfObjectRefStructure getControllableElementRef()Reference to a CONTROLLABLE ELEMENT. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 120:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_ref = 1;- Returns:
- The controllableElementRef.
-
getControllableElementRefOrBuilder
VersionOfObjectRefStructureOrBuilder getControllableElementRefOrBuilder()Reference to a CONTROLLABLE ELEMENT. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 120:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_ref = 1; -
hasControllableElement
boolean hasControllableElement()The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 293:96]
.uk.org.netex.www.netex.ControllableElementType controllable_element = 2;- Returns:
- Whether the controllableElement field is set.
-
getControllableElement
ControllableElementType getControllableElement()The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 293:96]
.uk.org.netex.www.netex.ControllableElementType controllable_element = 2;- Returns:
- The controllableElement.
-
getControllableElementOrBuilder
ControllableElementTypeOrBuilder getControllableElementOrBuilder()The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 293:96]
.uk.org.netex.www.netex.ControllableElementType controllable_element = 2;
-