Interface DataSources_RelStructure.ChoiceWrapper_DataSources_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DataSources_RelStructure.ChoiceWrapper_DataSources_RelStructure, DataSources_RelStructure.ChoiceWrapper_DataSources_RelStructure.Builder
Enclosing class:
DataSources_RelStructure

public static interface DataSources_RelStructure.ChoiceWrapper_DataSources_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDataSourceRef

      boolean hasDataSourceRef()
       Reference  to a DATA SOURCE.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 145:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure data_source_ref = 1;
      Returns:
      Whether the dataSourceRef field is set.
    • getDataSourceRef

      VersionOfObjectRefStructure getDataSourceRef()
       Reference  to a DATA SOURCE.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 145:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure data_source_ref = 1;
      Returns:
      The dataSourceRef.
    • getDataSourceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDataSourceRefOrBuilder()
       Reference  to a DATA SOURCE.  [netex_framework/netex_responsibility/netex_relationship_support.xsd at 145:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure data_source_ref = 1;
    • hasDataSource

      boolean hasDataSource()
       Identifies the system which has produced the data. References to a DATA SOURCE are useful in an interoperated computer system.  [netex_framework/netex_responsibility/netex_dataSource_version.xsd at 83:65]
       
      .uk.org.netex.www.netex.DataSourceType data_source = 2;
      Returns:
      Whether the dataSource field is set.
    • getDataSource

      DataSourceType getDataSource()
       Identifies the system which has produced the data. References to a DATA SOURCE are useful in an interoperated computer system.  [netex_framework/netex_responsibility/netex_dataSource_version.xsd at 83:65]
       
      .uk.org.netex.www.netex.DataSourceType data_source = 2;
      Returns:
      The dataSource.
    • getDataSourceOrBuilder

      DataSourceTypeOrBuilder getDataSourceOrBuilder()
       Identifies the system which has produced the data. References to a DATA SOURCE are useful in an interoperated computer system.  [netex_framework/netex_responsibility/netex_dataSource_version.xsd at 83:65]
       
      .uk.org.netex.www.netex.DataSourceType data_source = 2;