Class TopicStructure.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<TopicStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<TopicStructure.Builder>
uk.org.netex.www.netex.TopicStructure.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, TopicStructureOrBuilder
Enclosing class:
TopicStructure

public static final class TopicStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<TopicStructure.Builder> implements TopicStructureOrBuilder
 Type for abstract Request filter.  [netex_service/netex_filter_object.xsd at 68:41]
 
Protobuf type uk.org.netex.www.netex.TopicStructure
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TopicStructure.Builder>
    • clear

      public TopicStructure.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<TopicStructure.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<TopicStructure.Builder>
    • getDefaultInstanceForType

      public TopicStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public TopicStructure build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public TopicStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public TopicStructure.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TopicStructure.Builder>
    • mergeFrom

      public TopicStructure.Builder mergeFrom(TopicStructure other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<TopicStructure.Builder>
    • mergeFrom

      public TopicStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TopicStructure.Builder>
      Throws:
      IOException
    • hasDescription

      public boolean hasDescription()
       Description of what filter does.  [netex_service/netex_filter_object.xsd at 81:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 1;
      Specified by:
      hasDescription in interface TopicStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of what filter does.  [netex_service/netex_filter_object.xsd at 81:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 1;
      Specified by:
      getDescription in interface TopicStructureOrBuilder
      Returns:
      The description.
    • setDescription

      public TopicStructure.Builder setDescription(MultilingualString value)
       Description of what filter does.  [netex_service/netex_filter_object.xsd at 81:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 1;
    • setDescription

      public TopicStructure.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of what filter does.  [netex_service/netex_filter_object.xsd at 81:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 1;
    • mergeDescription

      public TopicStructure.Builder mergeDescription(MultilingualString value)
       Description of what filter does.  [netex_service/netex_filter_object.xsd at 81:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 1;
    • clearDescription

      public TopicStructure.Builder clearDescription()
       Description of what filter does.  [netex_service/netex_filter_object.xsd at 81:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 1;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of what filter does.  [netex_service/netex_filter_object.xsd at 81:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 1;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of what filter does.  [netex_service/netex_filter_object.xsd at 81:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 1;
      Specified by:
      getDescriptionOrBuilder in interface TopicStructureOrBuilder
    • hasSources

      public 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;
      Specified by:
      hasSources in interface TopicStructureOrBuilder
      Returns:
      Whether the sources field is set.
    • getSources

      public 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;
      Specified by:
      getSources in interface TopicStructureOrBuilder
      Returns:
      The sources.
    • setSources

       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;
    • setSources

      public TopicStructure.Builder setSources(DataSources_RelStructure.Builder builderForValue)
       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;
    • mergeSources

      public TopicStructure.Builder mergeSources(DataSources_RelStructure value)
       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;
    • clearSources

      public TopicStructure.Builder clearSources()
       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;
    • getSourcesBuilder

      public DataSources_RelStructure.Builder getSourcesBuilder()
       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;
    • getSourcesOrBuilder

      public 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;
      Specified by:
      getSourcesOrBuilder in interface TopicStructureOrBuilder
    • hasCodespaceRef

      public 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;
      Specified by:
      hasCodespaceRef in interface TopicStructureOrBuilder
      Returns:
      Whether the codespaceRef field is set.
    • getCodespaceRef

      public 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;
      Specified by:
      getCodespaceRef in interface TopicStructureOrBuilder
      Returns:
      The codespaceRef.
    • setCodespaceRef

      public TopicStructure.Builder setCodespaceRef(VersionOfObjectRefStructure value)
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 3;
    • setCodespaceRef

      public TopicStructure.Builder setCodespaceRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 3;
    • mergeCodespaceRef

      public TopicStructure.Builder mergeCodespaceRef(VersionOfObjectRefStructure value)
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 3;
    • clearCodespaceRef

      public TopicStructure.Builder clearCodespaceRef()
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 3;
    • getCodespaceRefBuilder

      public VersionOfObjectRefStructure.Builder getCodespaceRefBuilder()
       Reference to a CODESPACE.  [netex_framework/netex_responsibility/netex_entity_support.xsd at 88:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure codespace_ref = 3;
    • getCodespaceRefOrBuilder

      public 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;
      Specified by:
      getCodespaceRefOrBuilder in interface TopicStructureOrBuilder
    • hasResponsibilityRoleAssignment

      public 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;
      Specified by:
      hasResponsibilityRoleAssignment in interface TopicStructureOrBuilder
      Returns:
      Whether the responsibilityRoleAssignment field is set.
    • getResponsibilityRoleAssignment

      public 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;
      Specified by:
      getResponsibilityRoleAssignment in interface TopicStructureOrBuilder
      Returns:
      The responsibilityRoleAssignment.
    • setResponsibilityRoleAssignment

      public TopicStructure.Builder setResponsibilityRoleAssignment(ResponsibilityRoleAssignment_VersionedChildStructure value)
       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;
    • setResponsibilityRoleAssignment

      public TopicStructure.Builder setResponsibilityRoleAssignment(ResponsibilityRoleAssignment_VersionedChildStructure.Builder builderForValue)
       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;
    • mergeResponsibilityRoleAssignment

      public TopicStructure.Builder mergeResponsibilityRoleAssignment(ResponsibilityRoleAssignment_VersionedChildStructure value)
       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;
    • clearResponsibilityRoleAssignment

      public TopicStructure.Builder clearResponsibilityRoleAssignment()
       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;
    • getResponsibilityRoleAssignmentBuilder

      public ResponsibilityRoleAssignment_VersionedChildStructure.Builder getResponsibilityRoleAssignmentBuilder()
       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;
    • getResponsibilityRoleAssignmentOrBuilder

      public 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;
      Specified by:
      getResponsibilityRoleAssignmentOrBuilder in interface TopicStructureOrBuilder