Class TopicStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.TopicStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, TopicStructureOrBuilder

@Generated public final class TopicStructure extends com.google.protobuf.GeneratedMessage implements TopicStructureOrBuilder
 Type for abstract Request filter.  [netex_service/netex_filter_object.xsd at 68:41]
 
Protobuf type uk.org.netex.www.netex.TopicStructure
See Also:
  • Field Details

    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • SOURCES_FIELD_NUMBER

      public static final int SOURCES_FIELD_NUMBER
      See Also:
    • CODESPACE_REF_FIELD_NUMBER

      public static final int CODESPACE_REF_FIELD_NUMBER
      See Also:
    • RESPONSIBILITY_ROLE_ASSIGNMENT_FIELD_NUMBER

      public static final int RESPONSIBILITY_ROLE_ASSIGNMENT_FIELD_NUMBER
      See Also:
  • 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
    • 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.
    • 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.
    • 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.
    • 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.
    • 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
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static TopicStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TopicStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TopicStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TopicStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TopicStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TopicStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TopicStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TopicStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TopicStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TopicStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TopicStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TopicStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static TopicStructure.Builder newBuilder()
    • newBuilder

      public static TopicStructure.Builder newBuilder(TopicStructure prototype)
    • toBuilder

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

      protected TopicStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static TopicStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<TopicStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<TopicStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

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