Interface CodespaceStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Data Source of ENTITY.
    com.google.protobuf.ByteString
    Data Source of ENTITY.
    Description of CODESPACE.
    com.google.protobuf.ByteString
    Description of CODESPACE.
    Identifier of ENTITY.
    com.google.protobuf.ByteString
    Identifier of ENTITY.
    Prefix used to identify CODESPACE, e.g.
    com.google.protobuf.ByteString
    Prefix used to identify CODESPACE, e.g.
    CODESPACE path.
    com.google.protobuf.ByteString
    CODESPACE path.

    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

    • getId

      String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The bytes for id.
    • getDataSourceRef

      String getDataSourceRef()
       Data Source of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 129:65]
       
      string data_source_ref = 3;
      Returns:
      The dataSourceRef.
    • getDataSourceRefBytes

      com.google.protobuf.ByteString getDataSourceRefBytes()
       Data Source of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 129:65]
       
      string data_source_ref = 3;
      Returns:
      The bytes for dataSourceRef.
    • getXmlns

      String getXmlns()
       Prefix used to identify CODESPACE, e.g. 'napt', 'oda', 'ratp' etc.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 113:55]
       
      string xmlns = 4;
      Returns:
      The xmlns.
    • getXmlnsBytes

      com.google.protobuf.ByteString getXmlnsBytes()
       Prefix used to identify CODESPACE, e.g. 'napt', 'oda', 'ratp' etc.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 113:55]
       
      string xmlns = 4;
      Returns:
      The bytes for xmlns.
    • getXmlnsUrl

      String getXmlnsUrl()
       CODESPACE path. The URL associated which with the CODESPACE defines a unique system for identifying objects within the CODESPACE.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 118:67]
       
      string xmlns_url = 5;
      Returns:
      The xmlnsUrl.
    • getXmlnsUrlBytes

      com.google.protobuf.ByteString getXmlnsUrlBytes()
       CODESPACE path. The URL associated which with the CODESPACE defines a unique system for identifying objects within the CODESPACE.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 118:67]
       
      string xmlns_url = 5;
      Returns:
      The bytes for xmlnsUrl.
    • getDescription

      String getDescription()
       Description of CODESPACE.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 123:70]
       
      string description = 6;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Description of CODESPACE.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 123:70]
       
      string description = 6;
      Returns:
      The bytes for description.