Interface SimpleObjectRefStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Identifier of referenced entity.
    com.google.protobuf.ByteString
    Identifier of referenced entity.
    Type for a simple object reference.
    com.google.protobuf.ByteString
    Type for a simple object reference.

    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 referenced entity.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 73:66]
       
      string ref = 1;
      Returns:
      The ref.
    • getRefBytes

      com.google.protobuf.ByteString getRefBytes()
       Identifier of referenced entity.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 73:66]
       
      string ref = 1;
      Returns:
      The bytes for ref.
    • getValue

      String getValue()
       Type for a simple object reference.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 67:51]
       
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Type for a simple object reference.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 67:51]
       
      string value = 2;
      Returns:
      The bytes for value.