Interface CodespaceRefStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Identifier of CODESPACE i.e. namespace of identifiers.
    com.google.protobuf.ByteString
    Identifier of CODESPACE i.e. namespace of identifiers.
    Type for a reference to a CODESPACE.
    com.google.protobuf.ByteString
    Type for a reference to a CODESPACE.

    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

    • getRef

      String getRef()
       Identifier of CODESPACE i.e. namespace of identifiers.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 99:69]
       
      string ref = 1;
      Returns:
      The ref.
    • getRefBytes

      com.google.protobuf.ByteString getRefBytes()
       Identifier of CODESPACE i.e. namespace of identifiers.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 99:69]
       
      string ref = 1;
      Returns:
      The bytes for ref.
    • getValue

      String getValue()
       Type for a reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 93:48]
       
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Type for a reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 93:48]
       
      string value = 2;
      Returns:
      The bytes for value.