Package uk.org.netex.www.netex
Interface CommonSectionsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonSectionsInFrame_RelStructure,CommonSectionsInFrame_RelStructure.Builder
public interface CommonSectionsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCommonSection(int index) A shared set of LINKS or POINTs.intA shared set of LINKS or POINTs.A shared set of LINKS or POINTs.getCommonSectionOrBuilder(int index) A shared set of LINKS or POINTs.List<? extends CommonSectionTypeOrBuilder> A shared set of LINKS or POINTs.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.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.
-
getCommonSectionList
List<CommonSectionType> getCommonSectionList()A shared set of LINKS or POINTs. A part of a public transport network where the ROUTEs of several JOURNEY PATTERNs are going in parallel and where the synchronisation of SERVICE JOURNEYs may be planned and controlled with respect to commonly used LINKs and STOP POINTs. COMMON SECTIONs are defined arbitrarily and need not cover the total lengths of topologically bundled sections. [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 88:82]
repeated .uk.org.netex.www.netex.CommonSectionType common_section = 3; -
getCommonSection
A shared set of LINKS or POINTs. A part of a public transport network where the ROUTEs of several JOURNEY PATTERNs are going in parallel and where the synchronisation of SERVICE JOURNEYs may be planned and controlled with respect to commonly used LINKs and STOP POINTs. COMMON SECTIONs are defined arbitrarily and need not cover the total lengths of topologically bundled sections. [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 88:82]
repeated .uk.org.netex.www.netex.CommonSectionType common_section = 3; -
getCommonSectionCount
int getCommonSectionCount()A shared set of LINKS or POINTs. A part of a public transport network where the ROUTEs of several JOURNEY PATTERNs are going in parallel and where the synchronisation of SERVICE JOURNEYs may be planned and controlled with respect to commonly used LINKs and STOP POINTs. COMMON SECTIONs are defined arbitrarily and need not cover the total lengths of topologically bundled sections. [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 88:82]
repeated .uk.org.netex.www.netex.CommonSectionType common_section = 3; -
getCommonSectionOrBuilderList
List<? extends CommonSectionTypeOrBuilder> getCommonSectionOrBuilderList()A shared set of LINKS or POINTs. A part of a public transport network where the ROUTEs of several JOURNEY PATTERNs are going in parallel and where the synchronisation of SERVICE JOURNEYs may be planned and controlled with respect to commonly used LINKs and STOP POINTs. COMMON SECTIONs are defined arbitrarily and need not cover the total lengths of topologically bundled sections. [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 88:82]
repeated .uk.org.netex.www.netex.CommonSectionType common_section = 3; -
getCommonSectionOrBuilder
A shared set of LINKS or POINTs. A part of a public transport network where the ROUTEs of several JOURNEY PATTERNs are going in parallel and where the synchronisation of SERVICE JOURNEYs may be planned and controlled with respect to commonly used LINKs and STOP POINTs. COMMON SECTIONs are defined arbitrarily and need not cover the total lengths of topologically bundled sections. [netex_part_1/part1_tacticalPlanning/netex_commonSection_version.xsd at 88:82]
repeated .uk.org.netex.www.netex.CommonSectionType common_section = 3;
-