Package uk.org.netex.www.netex
Interface FareStructureElementsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareStructureElementsInFrame_RelStructure,FareStructureElementsInFrame_RelStructure.Builder
public interface FareStructureElementsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFareStructureElement(int index) A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.intA sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.getFareStructureElementOrBuilder(int index) A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.List<? extends FareStructureElementTypeOrBuilder> A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.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.
-
getFareStructureElementList
List<FareStructureElementType> getFareStructureElementList()A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied. [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2; -
getFareStructureElement
A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied. [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2; -
getFareStructureElementCount
int getFareStructureElementCount()A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied. [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2; -
getFareStructureElementOrBuilderList
List<? extends FareStructureElementTypeOrBuilder> getFareStructureElementOrBuilderList()A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied. [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2; -
getFareStructureElementOrBuilder
A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied. [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
-