Interface InfoLinkStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Software platform for which link is targeted, eg ios, android [netex_framework/netex_utility/netex_utility_types.xsd at 467:42]
    com.google.protobuf.ByteString
    Software platform for which link is targeted, eg ios, android [netex_framework/netex_utility/netex_utility_types.xsd at 467:42]
    getTypeOfInfoLink(int index)
    Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
    int
    Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
    Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
    int
    Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
    Functional classifcation of infolink [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
    Type for Info LinK.
    com.google.protobuf.ByteString
    Type for Info LinK.

    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

    • getTypeOfInfoLinkList

      List<TypeOfInfolinkEnumeration> getTypeOfInfoLinkList()
       Functional classifcation of infolink  [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
       
      repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];
      Returns:
      A list containing the typeOfInfoLink.
    • getTypeOfInfoLinkCount

      int getTypeOfInfoLinkCount()
       Functional classifcation of infolink  [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
       
      repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];
      Returns:
      The count of typeOfInfoLink.
    • getTypeOfInfoLink

      TypeOfInfolinkEnumeration getTypeOfInfoLink(int index)
       Functional classifcation of infolink  [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
       
      repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The typeOfInfoLink at the given index.
    • getTypeOfInfoLinkValueList

      List<Integer> getTypeOfInfoLinkValueList()
       Functional classifcation of infolink  [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
       
      repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for typeOfInfoLink.
    • getTypeOfInfoLinkValue

      int getTypeOfInfoLinkValue(int index)
       Functional classifcation of infolink  [netex_framework/netex_utility/netex_utility_types.xsd at 459:42]
       
      repeated .uk.org.netex.www.netex.TypeOfInfolinkEnumeration type_of_info_link = 1 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of typeOfInfoLink at the given index.
    • getTargetPlatform

      String getTargetPlatform()
       Software platform for which link is targeted, eg ios, android  [netex_framework/netex_utility/netex_utility_types.xsd at 467:42]
       
      string target_platform = 4;
      Returns:
      The targetPlatform.
    • getTargetPlatformBytes

      com.google.protobuf.ByteString getTargetPlatformBytes()
       Software platform for which link is targeted, eg ios, android  [netex_framework/netex_utility/netex_utility_types.xsd at 467:42]
       
      string target_platform = 4;
      Returns:
      The bytes for targetPlatform.
    • getValue

      String getValue()
       Type for Info LinK.  [netex_framework/netex_utility/netex_utility_types.xsd at 453:44]
       
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Type for Info LinK.  [netex_framework/netex_utility/netex_utility_types.xsd at 453:44]
       
      string value = 2;
      Returns:
      The bytes for value.