Package uk.org.netex.www.netex
Interface TimingPatternsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimingPatternsInFrame_RelStructure,TimingPatternsInFrame_RelStructure.Builder
@Generated
public interface TimingPatternsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.Whether this is a list of all (revise) or just changes.intWhether this is a list of all (revise) or just changes.getTimingPattern(int index) The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.intThe subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.getTimingPatternOrBuilder(int index) The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.List<? extends TimingPatternTypeOrBuilder> The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN.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.
-
getModificationSetValue
int getModificationSetValue()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The enum numeric value on the wire for modificationSet.
-
getModificationSet
ModificationSetEnumeration getModificationSet()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The modificationSet.
-
getTimingPatternList
List<TimingPatternType> getTimingPatternList()The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3; -
getTimingPattern
The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3; -
getTimingPatternCount
int getTimingPatternCount()The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3; -
getTimingPatternOrBuilderList
List<? extends TimingPatternTypeOrBuilder> getTimingPatternOrBuilderList()The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3; -
getTimingPatternOrBuilder
The subset of a JOURNEY PATTERN made up only of TIMING POINTs IN JOURNEY PATTERN. [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 290:86]
repeated .uk.org.netex.www.netex.TimingPatternType timing_pattern = 3;
-