Interface ClassAttributeInFrameStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClassAttributeInFrameStructure, ClassAttributeInFrameStructure.Builder

@Generated public interface ClassAttributeInFrameStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Whether element is required, optional or not allowed.
    int
    Whether element is required, optional or not allowed.
    Name of attribute in CLASS IN REPOSITORY.
    com.google.protobuf.ByteString
    Name of attribute in CLASS IN REPOSITORY.
    Class of attribute.
    com.google.protobuf.ByteString
    Class of attribute.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       Name of attribute in CLASS IN REPOSITORY.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 551:47]
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of attribute in CLASS IN REPOSITORY.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 551:47]
       
      string name = 1;
      Returns:
      The bytes for name.
    • getType

      String getType()
       Class of attribute.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 540:60]
       
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Class of attribute.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 540:60]
       
      string type = 2;
      Returns:
      The bytes for type.
    • getMandatoryValue

      int getMandatoryValue()
       Whether element is required, optional or not allowed.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 545:95]
       
      .uk.org.netex.www.netex.MandatoryEnumeration mandatory = 3;
      Returns:
      The enum numeric value on the wire for mandatory.
    • getMandatory

      MandatoryEnumeration getMandatory()
       Whether element is required, optional or not allowed.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 545:95]
       
      .uk.org.netex.www.netex.MandatoryEnumeration mandatory = 3;
      Returns:
      The mandatory.