Package uk.org.netex.www.netex
Interface ClassInFrameStructure.AttributesTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClassInFrameStructure.AttributesType,ClassInFrameStructure.AttributesType.Builder
- Enclosing class:
ClassInFrameStructure
public static interface ClassInFrameStructure.AttributesTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClassAttributeInFrame(int index) Attribute of Class of ENTITY.intAttribute of Class of ENTITY.Attribute of Class of ENTITY.getClassAttributeInFrameOrBuilder(int index) Attribute of Class of ENTITY.List<? extends ClassAttributeInFrameTypeOrBuilder> Attribute 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
-
getClassAttributeInFrameList
List<ClassAttributeInFrameType> getClassAttributeInFrameList()Attribute of Class of ENTITY. This is a metaclass that allows services to specify whether an attribute must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 525:44]
repeated .uk.org.netex.www.netex.ClassAttributeInFrameType class_attribute_in_frame = 1; -
getClassAttributeInFrame
Attribute of Class of ENTITY. This is a metaclass that allows services to specify whether an attribute must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 525:44]
repeated .uk.org.netex.www.netex.ClassAttributeInFrameType class_attribute_in_frame = 1; -
getClassAttributeInFrameCount
int getClassAttributeInFrameCount()Attribute of Class of ENTITY. This is a metaclass that allows services to specify whether an attribute must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 525:44]
repeated .uk.org.netex.www.netex.ClassAttributeInFrameType class_attribute_in_frame = 1; -
getClassAttributeInFrameOrBuilderList
List<? extends ClassAttributeInFrameTypeOrBuilder> getClassAttributeInFrameOrBuilderList()Attribute of Class of ENTITY. This is a metaclass that allows services to specify whether an attribute must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 525:44]
repeated .uk.org.netex.www.netex.ClassAttributeInFrameType class_attribute_in_frame = 1; -
getClassAttributeInFrameOrBuilder
Attribute of Class of ENTITY. This is a metaclass that allows services to specify whether an attribute must or must not be present for a class in a given frame. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 525:44]
repeated .uk.org.netex.www.netex.ClassAttributeInFrameType class_attribute_in_frame = 1;
-