Package uk.org.netex.www.netex
Interface FareZonesInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareZonesInFrame_RelStructure,FareZonesInFrame_RelStructure.Builder
@Generated
public interface FareZonesInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFareZone(int index) A specialization of TARIFF ZONE to include FARE SECTIONs.intA specialization of TARIFF ZONE to include FARE SECTIONs.A specialization of TARIFF ZONE to include FARE SECTIONs.getFareZoneOrBuilder(int index) A specialization of TARIFF ZONE to include FARE SECTIONs.List<? extends FareZoneTypeOrBuilder> A specialization of TARIFF ZONE to include FARE SECTIONs.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.
-
getFareZoneList
List<FareZoneType> getFareZoneList()A specialization of TARIFF ZONE to include FARE SECTIONs. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 486:80]
repeated .uk.org.netex.www.netex.FareZoneType fare_zone = 2; -
getFareZone
A specialization of TARIFF ZONE to include FARE SECTIONs. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 486:80]
repeated .uk.org.netex.www.netex.FareZoneType fare_zone = 2; -
getFareZoneCount
int getFareZoneCount()A specialization of TARIFF ZONE to include FARE SECTIONs. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 486:80]
repeated .uk.org.netex.www.netex.FareZoneType fare_zone = 2; -
getFareZoneOrBuilderList
List<? extends FareZoneTypeOrBuilder> getFareZoneOrBuilderList()A specialization of TARIFF ZONE to include FARE SECTIONs. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 486:80]
repeated .uk.org.netex.www.netex.FareZoneType fare_zone = 2; -
getFareZoneOrBuilder
A specialization of TARIFF ZONE to include FARE SECTIONs. [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 486:80]
repeated .uk.org.netex.www.netex.FareZoneType fare_zone = 2;
-