Interface ExtensionsStructureOrBuilder

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

public interface ExtensionsStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getAny(int index)
    Placeholder for user extensions.
    com.google.protobuf.ByteString
    getAnyBytes(int index)
    Placeholder for user extensions.
    int
    Placeholder for user extensions.
    Placeholder for user extensions.

    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

    • getAnyList

      List<String> getAnyList()
       Placeholder for user extensions.  [netex_framework/netex_utility/netex_utility_xml.xsd at 95:89]
       
      repeated string any = 1;
      Returns:
      A list containing the any.
    • getAnyCount

      int getAnyCount()
       Placeholder for user extensions.  [netex_framework/netex_utility/netex_utility_xml.xsd at 95:89]
       
      repeated string any = 1;
      Returns:
      The count of any.
    • getAny

      String getAny(int index)
       Placeholder for user extensions.  [netex_framework/netex_utility/netex_utility_xml.xsd at 95:89]
       
      repeated string any = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The any at the given index.
    • getAnyBytes

      com.google.protobuf.ByteString getAnyBytes(int index)
       Placeholder for user extensions.  [netex_framework/netex_utility/netex_utility_xml.xsd at 95:89]
       
      repeated string any = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the any at the given index.