Package uk.org.netex.www.netex
Interface ClassInFrameStructure.RelationshipsTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClassInFrameStructure.RelationshipsType,ClassInFrameStructure.RelationshipsType.Builder
- Enclosing class:
ClassInFrameStructure
public static interface ClassInFrameStructure.RelationshipsTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClassRelationshipInFrame(int index) Relationship of Class of ENTITY.intRelationship of Class of ENTITY.Relationship of Class of ENTITY.getClassRelationshipInFrameOrBuilder(int index) Relationship of Class of ENTITY.List<? extends ClassRelationshipInFrameStructureOrBuilder> Relationship of Class of ENTITY.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
-
getClassRelationshipInFrameList
List<ClassRelationshipInFrameStructure> getClassRelationshipInFrameList()Relationship of Class of ENTITY. This is a metaclass that allows services to specify whether a Relationship must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 558:88]
repeated .uk.org.netex.www.netex.ClassRelationshipInFrameStructure class_relationship_in_frame = 1; -
getClassRelationshipInFrame
Relationship of Class of ENTITY. This is a metaclass that allows services to specify whether a Relationship must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 558:88]
repeated .uk.org.netex.www.netex.ClassRelationshipInFrameStructure class_relationship_in_frame = 1; -
getClassRelationshipInFrameCount
int getClassRelationshipInFrameCount()Relationship of Class of ENTITY. This is a metaclass that allows services to specify whether a Relationship must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 558:88]
repeated .uk.org.netex.www.netex.ClassRelationshipInFrameStructure class_relationship_in_frame = 1; -
getClassRelationshipInFrameOrBuilderList
List<? extends ClassRelationshipInFrameStructureOrBuilder> getClassRelationshipInFrameOrBuilderList()Relationship of Class of ENTITY. This is a metaclass that allows services to specify whether a Relationship must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 558:88]
repeated .uk.org.netex.www.netex.ClassRelationshipInFrameStructure class_relationship_in_frame = 1; -
getClassRelationshipInFrameOrBuilder
Relationship of Class of ENTITY. This is a metaclass that allows services to specify whether a Relationship must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 558:88]
repeated .uk.org.netex.www.netex.ClassRelationshipInFrameStructure class_relationship_in_frame = 1;
-