Interface CodespaceTypeOrBuilder

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

@Generated public interface CodespaceTypeOrBuilder 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 CODESPACE.
    com.google.protobuf.ByteString
    Identifier of CODESPACE.
    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

    • 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.
    • getId

      String getId()
       Identifier of CODESPACE.  May be the same as Xmlns prefix.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 97:69]
       
      string id = 11;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of CODESPACE.  May be the same as Xmlns prefix.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 97:69]
       
      string id = 11;
      Returns:
      The bytes for id.
    • getXmlns

      String getXmlns()
       Prefix used to identify CODESPACE, e.g. 'napt', 'oda', 'ratp' etc.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 80:57]
       
      string xmlns = 12;
      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 80:57]
       
      string xmlns = 12;
      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 85:69]
       
      string xmlns_url = 13;
      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 85:69]
       
      string xmlns_url = 13;
      Returns:
      The bytes for xmlnsUrl.
    • getDescription

      String getDescription()
       Description of CODESPACE. This is for internal systems use only.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 90:72]
       
      string description = 14;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Description of CODESPACE. This is for internal systems use only.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 90:72]
       
      string description = 14;
      Returns:
      The bytes for description.