Interface AliasStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Type of identifier.
    com.google.protobuf.ByteString
    Type of identifier.
    A private code that uniquely identifies the element.
    A private code that uniquely identifies the element.
    boolean
    A private code that uniquely identifies the element.

    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

    • hasPrivateCode

      boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 1;
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 1;
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 1;
    • getIdentifierType

      String getIdentifierType()
       Type of identifier.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 358:81]
       
      string identifier_type = 2;
      Returns:
      The identifierType.
    • getIdentifierTypeBytes

      com.google.protobuf.ByteString getIdentifierTypeBytes()
       Type of identifier.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 358:81]
       
      string identifier_type = 2;
      Returns:
      The bytes for identifierType.