Package uk.org.netex.www.netex
Interface ClassesInRepository_RelStructure.ChoiceWrapper_ClassesInRepository_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClassesInRepository_RelStructure.ChoiceWrapper_ClassesInRepository_RelStructure,ClassesInRepository_RelStructure.ChoiceWrapper_ClassesInRepository_RelStructure.Builder
- Enclosing class:
ClassesInRepository_RelStructure
public static interface ClassesInRepository_RelStructure.ChoiceWrapper_ClassesInRepository_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionClass of an entity in a VERSION FRAME.Class of an entity in a VERSION FRAME.Class and nature of data inclusion.Class and nature of data inclusion.booleanClass of an entity in a VERSION FRAME.booleanClass and nature of data inclusion.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
-
hasClassInFrameRef
boolean hasClassInFrameRef()Class and nature of data inclusion. [netex_framework/netex_responsibility/netex_entity_support.xsd at 130:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure class_in_frame_ref = 1;- Returns:
- Whether the classInFrameRef field is set.
-
getClassInFrameRef
VersionOfObjectRefStructure getClassInFrameRef()Class and nature of data inclusion. [netex_framework/netex_responsibility/netex_entity_support.xsd at 130:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure class_in_frame_ref = 1;- Returns:
- The classInFrameRef.
-
getClassInFrameRefOrBuilder
VersionOfObjectRefStructureOrBuilder getClassInFrameRefOrBuilder()Class and nature of data inclusion. [netex_framework/netex_responsibility/netex_entity_support.xsd at 130:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure class_in_frame_ref = 1; -
hasClassInFrame
boolean hasClassInFrame()Class of an entity in a VERSION FRAME. This is a metaclass that allows services to specify whether a class must or must not be present. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 460:81]
.uk.org.netex.www.netex.ClassInFrameStructure class_in_frame = 2;- Returns:
- Whether the classInFrame field is set.
-
getClassInFrame
ClassInFrameStructure getClassInFrame()Class of an entity in a VERSION FRAME. This is a metaclass that allows services to specify whether a class must or must not be present. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 460:81]
.uk.org.netex.www.netex.ClassInFrameStructure class_in_frame = 2;- Returns:
- The classInFrame.
-
getClassInFrameOrBuilder
ClassInFrameStructureOrBuilder getClassInFrameOrBuilder()Class of an entity in a VERSION FRAME. This is a metaclass that allows services to specify whether a class must or must not be present. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 460:81]
.uk.org.netex.www.netex.ClassInFrameStructure class_in_frame = 2;
-