Interface RelationshipRefStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Type for a reference to a Relationship.
    com.google.protobuf.ByteString
    Type for a reference to a Relationship.

    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

    • getValue

      String getValue()
       Type for a reference to a Relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 138:51]
       
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Type for a reference to a Relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 138:51]
       
      string value = 2;
      Returns:
      The bytes for value.