Package uk.org.netex.www.netex
Interface TypesOfFrame_RelStructure.ChoiceWrapper_TypesOfFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfFrame_RelStructure.ChoiceWrapper_TypesOfFrame_RelStructure,TypesOfFrame_RelStructure.ChoiceWrapper_TypesOfFrame_RelStructure.Builder
- Enclosing class:
TypesOfFrame_RelStructure
public static interface TypesOfFrame_RelStructure.ChoiceWrapper_TypesOfFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionClassification of TYPE OF VERSION FRAME.Classification of TYPE OF VERSION FRAME.Reference to a TYPE OF VERSION FRAME.Reference to a TYPE OF VERSION FRAME.booleanClassification of TYPE OF VERSION FRAME.booleanReference to a TYPE OF VERSION FRAME.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
-
hasTypeOfFrameRef
boolean hasTypeOfFrameRef()Reference to a TYPE OF VERSION FRAME. [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 1;- Returns:
- Whether the typeOfFrameRef field is set.
-
getTypeOfFrameRef
VersionOfObjectRefStructure getTypeOfFrameRef()Reference to a TYPE OF VERSION FRAME. [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 1;- Returns:
- The typeOfFrameRef.
-
getTypeOfFrameRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfFrameRefOrBuilder()Reference to a TYPE OF VERSION FRAME. [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 1; -
hasTypeOfFrame
boolean hasTypeOfFrame()Classification of TYPE OF VERSION FRAME. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 270:67]
.uk.org.netex.www.netex.TypeOfFrameType type_of_frame = 2;- Returns:
- Whether the typeOfFrame field is set.
-
getTypeOfFrame
TypeOfFrameType getTypeOfFrame()Classification of TYPE OF VERSION FRAME. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 270:67]
.uk.org.netex.www.netex.TypeOfFrameType type_of_frame = 2;- Returns:
- The typeOfFrame.
-
getTypeOfFrameOrBuilder
TypeOfFrameTypeOrBuilder getTypeOfFrameOrBuilder()Classification of TYPE OF VERSION FRAME. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 270:67]
.uk.org.netex.www.netex.TypeOfFrameType type_of_frame = 2;
-