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 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

      ClassAttributeInFrameType getClassAttributeInFrame(int index)
       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

      ClassAttributeInFrameTypeOrBuilder getClassAttributeInFrameOrBuilder(int index)
       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;