Package uk.org.netex.www.netex
Interface Versions_RelStructure.ChoiceWrapper_Versions_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Versions_RelStructure.ChoiceWrapper_Versions_RelStructure,Versions_RelStructure.ChoiceWrapper_Versions_RelStructure.Builder
- Enclosing class:
Versions_RelStructure
public static interface Versions_RelStructure.ChoiceWrapper_Versions_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA group of operational data instances which share the same VALIDITY CONDITIONs.A group of operational data instances which share the same VALIDITY CONDITIONs.Reference to a VERSION.Reference to a VERSION.booleanA group of operational data instances which share the same VALIDITY CONDITIONs.booleanReference to a VERSION.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
-
hasVersionRef
boolean hasVersionRef()Reference to a VERSION. [netex_framework/netex_responsibility/netex_relationship_support.xsd at 125:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure version_ref = 1;- Returns:
- Whether the versionRef field is set.
-
getVersionRef
VersionOfObjectRefStructure getVersionRef()Reference to a VERSION. [netex_framework/netex_responsibility/netex_relationship_support.xsd at 125:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure version_ref = 1;- Returns:
- The versionRef.
-
getVersionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getVersionRefOrBuilder()Reference to a VERSION. [netex_framework/netex_responsibility/netex_relationship_support.xsd at 125:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure version_ref = 1; -
hasVersion
boolean hasVersion()A group of operational data instances which share the same VALIDITY CONDITIONs. A VERSION belongs to a unique VERSION FRAME and is characterized by a unique TYPE OF VERSION. E.g. NETWORK VERSION for Line 12 starting from 2000-01-01. [netex_framework/netex_responsibility/netex_version_version.xsd at 139:68]
.uk.org.netex.www.netex.VersionType version = 2;- Returns:
- Whether the version field is set.
-
getVersion
VersionType getVersion()A group of operational data instances which share the same VALIDITY CONDITIONs. A VERSION belongs to a unique VERSION FRAME and is characterized by a unique TYPE OF VERSION. E.g. NETWORK VERSION for Line 12 starting from 2000-01-01. [netex_framework/netex_responsibility/netex_version_version.xsd at 139:68]
.uk.org.netex.www.netex.VersionType version = 2;- Returns:
- The version.
-
getVersionOrBuilder
VersionTypeOrBuilder getVersionOrBuilder()A group of operational data instances which share the same VALIDITY CONDITIONs. A VERSION belongs to a unique VERSION FRAME and is characterized by a unique TYPE OF VERSION. E.g. NETWORK VERSION for Line 12 starting from 2000-01-01. [netex_framework/netex_responsibility/netex_version_version.xsd at 139:68]
.uk.org.netex.www.netex.VersionType version = 2;
-