Package uk.org.netex.www.netex
Interface ControllableElementsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControllableElementsInFrame_RelStructure,ControllableElementsInFrame_RelStructure.Builder
@Generated
public interface ControllableElementsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetControllableElement(int index) The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.intThe 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.getControllableElementOrBuilder(int index) The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.List<? extends ControllableElementTypeOrBuilder> The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getControllableElementList
List<ControllableElementType> getControllableElementList()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]
repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2; -
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]
repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2; -
getControllableElementCount
int getControllableElementCount()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]
repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2; -
getControllableElementOrBuilderList
List<? extends ControllableElementTypeOrBuilder> getControllableElementOrBuilderList()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]
repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2; -
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]
repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2;
-