Package uk.org.netex.www.netex
Interface TopicStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TopicStructure,TopicStructure.Builder
public interface TopicStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a CODESPACE.Reference to a CODESPACE.Description of what filter does.Description of what filter does.Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.Data Sources to include.Data Sources to include.booleanReference to a CODESPACE.booleanDescription of what filter does.booleanAssignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision.booleanData Sources to include.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
-
hasDescription
boolean hasDescription()Description of what filter does. [netex_service/netex_filter_object.xsd at 81:76]
.uk.org.netex.www.netex.MultilingualString description = 1;- Returns:
- Whether the description field is set.
-
getDescription
MultilingualString getDescription()Description of what filter does. [netex_service/netex_filter_object.xsd at 81:76]
.uk.org.netex.www.netex.MultilingualString description = 1;- Returns:
- The description.
-
getDescriptionOrBuilder
MultilingualStringOrBuilder getDescriptionOrBuilder()Description of what filter does. [netex_service/netex_filter_object.xsd at 81:76]
.uk.org.netex.www.netex.MultilingualString description = 1; -
hasSources
boolean hasSources()Data Sources to include. If more than one source is specified it is logically ORed with the others. [netex_service/netex_filter_object.xsd at 86:78]
.uk.org.netex.www.netex.DataSources_RelStructure sources = 2;- Returns:
- Whether the sources field is set.
-
getSources
DataSources_RelStructure getSources()Data Sources to include. If more than one source is specified it is logically ORed with the others. [netex_service/netex_filter_object.xsd at 86:78]
.uk.org.netex.www.netex.DataSources_RelStructure sources = 2;- Returns:
- The sources.
-
getSourcesOrBuilder
DataSources_RelStructureOrBuilder getSourcesOrBuilder()Data Sources to include. If more than one source is specified it is logically ORed with the others. [netex_service/netex_filter_object.xsd at 86:78]
.uk.org.netex.www.netex.DataSources_RelStructure sources = 2; -
hasCodespaceRef
boolean hasCodespaceRef()Reference to a CODESPACE. [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
.uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 3;- Returns:
- Whether the codespaceRef field is set.
-
getCodespaceRef
VersionOfObjectRefStructure getCodespaceRef()Reference to a CODESPACE. [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
.uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 3;- Returns:
- The codespaceRef.
-
getCodespaceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCodespaceRefOrBuilder()Reference to a CODESPACE. [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
.uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 3; -
hasResponsibilityRoleAssignment
boolean hasResponsibilityRoleAssignment()Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
.uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 4;- Returns:
- Whether the responsibilityRoleAssignment field is set.
-
getResponsibilityRoleAssignment
ResponsibilityRoleAssignment_VersionedChildStructure getResponsibilityRoleAssignment()Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
.uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 4;- Returns:
- The responsibilityRoleAssignment.
-
getResponsibilityRoleAssignmentOrBuilder
ResponsibilityRoleAssignment_VersionedChildStructureOrBuilder getResponsibilityRoleAssignmentOrBuilder()Assignment of a specific RESPONSIBILITY ROLE to a specific organisation and/or subdivision. [netex_framework/netex_responsibility/netex_responsibilitySet_version.xsd at 230:111]
.uk.org.netex.www.netex.ResponsibilityRoleAssignment_VersionedChildStructure responsibility_role_assignment = 4;
-