Package uk.org.netex.www.netex
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 Summary
Modifier and TypeMethodDescriptionIdentifies the system which has produced the data.Identifies the system which has produced the data.Reference to a DATA SOURCE.Reference to a DATA SOURCE.booleanIdentifies the system which has produced the data.booleanReference to a DATA SOURCE.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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;
-