Package uk.org.netex.www.netex
Interface PointRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointRefs_RelStructure,PointRefs_RelStructure.Builder
public interface PointRefs_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.getPointRef(int index) Reference to a POINT.intReference to a POINT.Reference to a POINT.getPointRefOrBuilder(int index) Reference to a POINT.Reference to a 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.
-
getPointRefList
List<PointRefs_RelStructure.ChoiceWrapper_PointRefStructure> getPointRefList()Reference to a POINT. [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
repeated .uk.org.netex.www.netex.PointRefs_RelStructure.ChoiceWrapper_PointRefStructure point_ref = 3; -
getPointRef
Reference to a POINT. [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
repeated .uk.org.netex.www.netex.PointRefs_RelStructure.ChoiceWrapper_PointRefStructure point_ref = 3; -
getPointRefCount
int getPointRefCount()Reference to a POINT. [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
repeated .uk.org.netex.www.netex.PointRefs_RelStructure.ChoiceWrapper_PointRefStructure point_ref = 3; -
getPointRefOrBuilderList
List<? extends PointRefs_RelStructure.ChoiceWrapper_PointRefStructureOrBuilder> getPointRefOrBuilderList()Reference to a POINT. [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
repeated .uk.org.netex.www.netex.PointRefs_RelStructure.ChoiceWrapper_PointRefStructure point_ref = 3; -
getPointRefOrBuilder
Reference to a POINT. [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 66:95]
repeated .uk.org.netex.www.netex.PointRefs_RelStructure.ChoiceWrapper_PointRefStructure point_ref = 3;
-