Package uk.org.netex.www.netex
Interface ScheduledStopPointRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScheduledStopPointRefs_RelStructure,ScheduledStopPointRefs_RelStructure.Builder
public interface ScheduledStopPointRefs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a FARE SCHEDULED STOP POINT.Reference to a FARE SCHEDULED STOP POINT.getId()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.Reference to a SCHEDULED STOP POINT.Reference to a SCHEDULED STOP POINT.booleanReference to a FARE SCHEDULED STOP POINT.booleanReference to a SCHEDULED STOP POINT.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 184: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 184:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The modificationSet.
-
hasScheduledStopPointRef
boolean hasScheduledStopPointRef()Reference to a SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 3;- Returns:
- Whether the scheduledStopPointRef field is set.
-
getScheduledStopPointRef
VersionOfObjectRefStructure getScheduledStopPointRef()Reference to a SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 3;- Returns:
- The scheduledStopPointRef.
-
getScheduledStopPointRefOrBuilder
VersionOfObjectRefStructureOrBuilder getScheduledStopPointRefOrBuilder()Reference to a SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 3; -
hasFareScheduledStopPointRef
boolean hasFareScheduledStopPointRef()Reference to a FARE SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 4;- Returns:
- Whether the fareScheduledStopPointRef field is set.
-
getFareScheduledStopPointRef
VersionOfObjectRefStructure getFareScheduledStopPointRef()Reference to a FARE SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 4;- Returns:
- The fareScheduledStopPointRef.
-
getFareScheduledStopPointRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareScheduledStopPointRefOrBuilder()Reference to a FARE SCHEDULED STOP POINT. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 4; -
getScheduledStopPointRefStructureCase
ScheduledStopPointRefs_RelStructure.ScheduledStopPointRefStructureCase getScheduledStopPointRefStructureCase()
-