Package uk.org.netex.www.netex
Interface Codespaces_RelStructure.ChoiceWrapper_Codespaces_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Codespaces_RelStructure.ChoiceWrapper_Codespaces_RelStructure,Codespaces_RelStructure.ChoiceWrapper_Codespaces_RelStructure.Builder
- Enclosing class:
Codespaces_RelStructure
public static interface Codespaces_RelStructure.ChoiceWrapper_Codespaces_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA system for uniquely identifying objects of a given type.A system for uniquely identifying objects of a given type.Reference to a CODESPACE.Reference to a CODESPACE.booleanA system for uniquely identifying objects of a given type.booleanReference to a CODESPACE.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
-
hasCodespaceRef
boolean hasCodespaceRef()Reference to a CODESPACE. [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
.uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 1;- Returns:
- Whether the codespaceRef field is set.
-
getCodespaceRef
VersionOfObjectRefStructure getCodespaceRef()Reference to a CODESPACE. [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
.uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 1;- Returns:
- The codespaceRef.
-
getCodespaceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCodespaceRefOrBuilder()Reference to a CODESPACE. [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
.uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 1; -
hasCodespace
boolean hasCodespace()A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country. [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
.uk.org.netex.www.netex.CodespaceType codespace = 2;- Returns:
- Whether the codespace field is set.
-
getCodespace
CodespaceType getCodespace()A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country. [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
.uk.org.netex.www.netex.CodespaceType codespace = 2;- Returns:
- The codespace.
-
getCodespaceOrBuilder
CodespaceTypeOrBuilder getCodespaceOrBuilder()A system for uniquely identifying objects of a given type. Used for the distributed management of objects from many different sources. For example eachregion of a country may be given a different codespace to use when allocating stop identifieres which will be unique within a country. [netex_framework/netex_responsibility/netex_entity_version.xsd at 71:49]
.uk.org.netex.www.netex.CodespaceType codespace = 2;
-