Class NetworkFrameTopicStructure.Builder

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

public static final class NetworkFrameTopicStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<NetworkFrameTopicStructure.Builder> implements NetworkFrameTopicStructureOrBuilder
 Type for a Data Object Filter Topic.  [netex_service/netex_filter_frame.xsd at 69:53]
 
Protobuf type uk.org.netex.www.netex.NetworkFrameTopicStructure
  • 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<NetworkFrameTopicStructure.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<NetworkFrameTopicStructure.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<NetworkFrameTopicStructure.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public NetworkFrameTopicStructure.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<NetworkFrameTopicStructure.Builder>
    • mergeFrom

    • isInitialized

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

      public NetworkFrameTopicStructure.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<NetworkFrameTopicStructure.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 NetworkFrameTopicStructureOrBuilder
      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 NetworkFrameTopicStructureOrBuilder
      Returns:
      The description.
    • setDescription

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

      public NetworkFrameTopicStructure.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 NetworkFrameTopicStructure.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 NetworkFrameTopicStructure.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 NetworkFrameTopicStructureOrBuilder
    • 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 NetworkFrameTopicStructureOrBuilder
      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 NetworkFrameTopicStructureOrBuilder
      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

       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

       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 NetworkFrameTopicStructure.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 NetworkFrameTopicStructureOrBuilder
    • 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 NetworkFrameTopicStructureOrBuilder
      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 NetworkFrameTopicStructureOrBuilder
      Returns:
      The codespaceRef.
    • setCodespaceRef

       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

       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

       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 NetworkFrameTopicStructure.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 NetworkFrameTopicStructureOrBuilder
    • 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 NetworkFrameTopicStructureOrBuilder
      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 NetworkFrameTopicStructureOrBuilder
      Returns:
      The responsibilityRoleAssignment.
    • setResponsibilityRoleAssignment

       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

       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

       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 NetworkFrameTopicStructure.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 NetworkFrameTopicStructureOrBuilder
    • getCurrentValue

      public int getCurrentValue()
       Return just the latest current values from the producer at the time the response is created.  [netex_service/netex_filter_object.xsd at 101:49]
       
      .uk.org.netex.www.netex.EmptyType current = 41;
      Specified by:
      getCurrentValue in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      The enum numeric value on the wire for current.
    • setCurrentValue

      public NetworkFrameTopicStructure.Builder setCurrentValue(int value)
       Return just the latest current values from the producer at the time the response is created.  [netex_service/netex_filter_object.xsd at 101:49]
       
      .uk.org.netex.www.netex.EmptyType current = 41;
      Parameters:
      value - The enum numeric value on the wire for current to set.
      Returns:
      This builder for chaining.
    • getCurrent

      public EmptyType getCurrent()
       Return just the latest current values from the producer at the time the response is created.  [netex_service/netex_filter_object.xsd at 101:49]
       
      .uk.org.netex.www.netex.EmptyType current = 41;
      Specified by:
      getCurrent in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      The current.
    • setCurrent

      public NetworkFrameTopicStructure.Builder setCurrent(EmptyType value)
       Return just the latest current values from the producer at the time the response is created.  [netex_service/netex_filter_object.xsd at 101:49]
       
      .uk.org.netex.www.netex.EmptyType current = 41;
      Parameters:
      value - The current to set.
      Returns:
      This builder for chaining.
    • clearCurrent

      public NetworkFrameTopicStructure.Builder clearCurrent()
       Return just the latest current values from the producer at the time the response is created.  [netex_service/netex_filter_object.xsd at 101:49]
       
      .uk.org.netex.www.netex.EmptyType current = 41;
      Returns:
      This builder for chaining.
    • hasChangedSince

      public boolean hasChangedSince()
       Return  the  values that have changed since the specified point in time, including current and superseded values. Values that are no longer current will be flagged with the date they were superseded (using the various cleared / deleted /historic dates on different element types).  [netex_service/netex_filter_object.xsd at 106:57]
       
      .google.protobuf.Timestamp changed_since = 42;
      Specified by:
      hasChangedSince in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      Whether the changedSince field is set.
    • getChangedSince

      public com.google.protobuf.Timestamp getChangedSince()
       Return  the  values that have changed since the specified point in time, including current and superseded values. Values that are no longer current will be flagged with the date they were superseded (using the various cleared / deleted /historic dates on different element types).  [netex_service/netex_filter_object.xsd at 106:57]
       
      .google.protobuf.Timestamp changed_since = 42;
      Specified by:
      getChangedSince in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      The changedSince.
    • setChangedSince

      public NetworkFrameTopicStructure.Builder setChangedSince(com.google.protobuf.Timestamp value)
       Return  the  values that have changed since the specified point in time, including current and superseded values. Values that are no longer current will be flagged with the date they were superseded (using the various cleared / deleted /historic dates on different element types).  [netex_service/netex_filter_object.xsd at 106:57]
       
      .google.protobuf.Timestamp changed_since = 42;
    • setChangedSince

      public NetworkFrameTopicStructure.Builder setChangedSince(com.google.protobuf.Timestamp.Builder builderForValue)
       Return  the  values that have changed since the specified point in time, including current and superseded values. Values that are no longer current will be flagged with the date they were superseded (using the various cleared / deleted /historic dates on different element types).  [netex_service/netex_filter_object.xsd at 106:57]
       
      .google.protobuf.Timestamp changed_since = 42;
    • mergeChangedSince

      public NetworkFrameTopicStructure.Builder mergeChangedSince(com.google.protobuf.Timestamp value)
       Return  the  values that have changed since the specified point in time, including current and superseded values. Values that are no longer current will be flagged with the date they were superseded (using the various cleared / deleted /historic dates on different element types).  [netex_service/netex_filter_object.xsd at 106:57]
       
      .google.protobuf.Timestamp changed_since = 42;
    • clearChangedSince

      public NetworkFrameTopicStructure.Builder clearChangedSince()
       Return  the  values that have changed since the specified point in time, including current and superseded values. Values that are no longer current will be flagged with the date they were superseded (using the various cleared / deleted /historic dates on different element types).  [netex_service/netex_filter_object.xsd at 106:57]
       
      .google.protobuf.Timestamp changed_since = 42;
    • getChangedSinceBuilder

      public com.google.protobuf.Timestamp.Builder getChangedSinceBuilder()
       Return  the  values that have changed since the specified point in time, including current and superseded values. Values that are no longer current will be flagged with the date they were superseded (using the various cleared / deleted /historic dates on different element types).  [netex_service/netex_filter_object.xsd at 106:57]
       
      .google.protobuf.Timestamp changed_since = 42;
    • getChangedSinceOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedSinceOrBuilder()
       Return  the  values that have changed since the specified point in time, including current and superseded values. Values that are no longer current will be flagged with the date they were superseded (using the various cleared / deleted /historic dates on different element types).  [netex_service/netex_filter_object.xsd at 106:57]
       
      .google.protobuf.Timestamp changed_since = 42;
      Specified by:
      getChangedSinceOrBuilder in interface NetworkFrameTopicStructureOrBuilder
    • hasCurrentAt

      public boolean hasCurrentAt()
       Return just the  values that were  current at the specified point in time.  [netex_service/netex_filter_object.xsd at 111:54]
       
      .google.protobuf.Timestamp current_at = 43;
      Specified by:
      hasCurrentAt in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      Whether the currentAt field is set.
    • getCurrentAt

      public com.google.protobuf.Timestamp getCurrentAt()
       Return just the  values that were  current at the specified point in time.  [netex_service/netex_filter_object.xsd at 111:54]
       
      .google.protobuf.Timestamp current_at = 43;
      Specified by:
      getCurrentAt in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      The currentAt.
    • setCurrentAt

      public NetworkFrameTopicStructure.Builder setCurrentAt(com.google.protobuf.Timestamp value)
       Return just the  values that were  current at the specified point in time.  [netex_service/netex_filter_object.xsd at 111:54]
       
      .google.protobuf.Timestamp current_at = 43;
    • setCurrentAt

      public NetworkFrameTopicStructure.Builder setCurrentAt(com.google.protobuf.Timestamp.Builder builderForValue)
       Return just the  values that were  current at the specified point in time.  [netex_service/netex_filter_object.xsd at 111:54]
       
      .google.protobuf.Timestamp current_at = 43;
    • mergeCurrentAt

      public NetworkFrameTopicStructure.Builder mergeCurrentAt(com.google.protobuf.Timestamp value)
       Return just the  values that were  current at the specified point in time.  [netex_service/netex_filter_object.xsd at 111:54]
       
      .google.protobuf.Timestamp current_at = 43;
    • clearCurrentAt

      public NetworkFrameTopicStructure.Builder clearCurrentAt()
       Return just the  values that were  current at the specified point in time.  [netex_service/netex_filter_object.xsd at 111:54]
       
      .google.protobuf.Timestamp current_at = 43;
    • getCurrentAtBuilder

      public com.google.protobuf.Timestamp.Builder getCurrentAtBuilder()
       Return just the  values that were  current at the specified point in time.  [netex_service/netex_filter_object.xsd at 111:54]
       
      .google.protobuf.Timestamp current_at = 43;
    • getCurrentAtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCurrentAtOrBuilder()
       Return just the  values that were  current at the specified point in time.  [netex_service/netex_filter_object.xsd at 111:54]
       
      .google.protobuf.Timestamp current_at = 43;
      Specified by:
      getCurrentAtOrBuilder in interface NetworkFrameTopicStructureOrBuilder
    • hasHistoricBetween

      public boolean hasHistoricBetween()
       Return all values  created or updated  between the specified period, including current and historic values.  Values that are no longer current will be flagged with the date they were superseded.  [netex_service/netex_filter_object.xsd at 116:77]
       
      .uk.org.netex.www.netex.ClosedTimestampRangeStructure historic_between = 44;
      Specified by:
      hasHistoricBetween in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      Whether the historicBetween field is set.
    • getHistoricBetween

      public ClosedTimestampRangeStructure getHistoricBetween()
       Return all values  created or updated  between the specified period, including current and historic values.  Values that are no longer current will be flagged with the date they were superseded.  [netex_service/netex_filter_object.xsd at 116:77]
       
      .uk.org.netex.www.netex.ClosedTimestampRangeStructure historic_between = 44;
      Specified by:
      getHistoricBetween in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      The historicBetween.
    • setHistoricBetween

       Return all values  created or updated  between the specified period, including current and historic values.  Values that are no longer current will be flagged with the date they were superseded.  [netex_service/netex_filter_object.xsd at 116:77]
       
      .uk.org.netex.www.netex.ClosedTimestampRangeStructure historic_between = 44;
    • setHistoricBetween

       Return all values  created or updated  between the specified period, including current and historic values.  Values that are no longer current will be flagged with the date they were superseded.  [netex_service/netex_filter_object.xsd at 116:77]
       
      .uk.org.netex.www.netex.ClosedTimestampRangeStructure historic_between = 44;
    • mergeHistoricBetween

       Return all values  created or updated  between the specified period, including current and historic values.  Values that are no longer current will be flagged with the date they were superseded.  [netex_service/netex_filter_object.xsd at 116:77]
       
      .uk.org.netex.www.netex.ClosedTimestampRangeStructure historic_between = 44;
    • clearHistoricBetween

      public NetworkFrameTopicStructure.Builder clearHistoricBetween()
       Return all values  created or updated  between the specified period, including current and historic values.  Values that are no longer current will be flagged with the date they were superseded.  [netex_service/netex_filter_object.xsd at 116:77]
       
      .uk.org.netex.www.netex.ClosedTimestampRangeStructure historic_between = 44;
    • getHistoricBetweenBuilder

      public ClosedTimestampRangeStructure.Builder getHistoricBetweenBuilder()
       Return all values  created or updated  between the specified period, including current and historic values.  Values that are no longer current will be flagged with the date they were superseded.  [netex_service/netex_filter_object.xsd at 116:77]
       
      .uk.org.netex.www.netex.ClosedTimestampRangeStructure historic_between = 44;
    • getHistoricBetweenOrBuilder

      public ClosedTimestampRangeStructureOrBuilder getHistoricBetweenOrBuilder()
       Return all values  created or updated  between the specified period, including current and historic values.  Values that are no longer current will be flagged with the date they were superseded.  [netex_service/netex_filter_object.xsd at 116:77]
       
      .uk.org.netex.www.netex.ClosedTimestampRangeStructure historic_between = 44;
      Specified by:
      getHistoricBetweenOrBuilder in interface NetworkFrameTopicStructureOrBuilder
    • hasSelectionValidityConditions

      public boolean hasSelectionValidityConditions()
       Validity conditions to apply when selecting data. Applies to frame.  [netex_service/netex_filter_object.xsd at 121:52]
       
      .uk.org.netex.www.netex.SelectionValidityConditionsType selection_validity_conditions = 45;
      Specified by:
      hasSelectionValidityConditions in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      Whether the selectionValidityConditions field is set.
    • getSelectionValidityConditions

      public SelectionValidityConditionsType getSelectionValidityConditions()
       Validity conditions to apply when selecting data. Applies to frame.  [netex_service/netex_filter_object.xsd at 121:52]
       
      .uk.org.netex.www.netex.SelectionValidityConditionsType selection_validity_conditions = 45;
      Specified by:
      getSelectionValidityConditions in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      The selectionValidityConditions.
    • setSelectionValidityConditions

      public NetworkFrameTopicStructure.Builder setSelectionValidityConditions(SelectionValidityConditionsType value)
       Validity conditions to apply when selecting data. Applies to frame.  [netex_service/netex_filter_object.xsd at 121:52]
       
      .uk.org.netex.www.netex.SelectionValidityConditionsType selection_validity_conditions = 45;
    • setSelectionValidityConditions

      public NetworkFrameTopicStructure.Builder setSelectionValidityConditions(SelectionValidityConditionsType.Builder builderForValue)
       Validity conditions to apply when selecting data. Applies to frame.  [netex_service/netex_filter_object.xsd at 121:52]
       
      .uk.org.netex.www.netex.SelectionValidityConditionsType selection_validity_conditions = 45;
    • mergeSelectionValidityConditions

      public NetworkFrameTopicStructure.Builder mergeSelectionValidityConditions(SelectionValidityConditionsType value)
       Validity conditions to apply when selecting data. Applies to frame.  [netex_service/netex_filter_object.xsd at 121:52]
       
      .uk.org.netex.www.netex.SelectionValidityConditionsType selection_validity_conditions = 45;
    • clearSelectionValidityConditions

      public NetworkFrameTopicStructure.Builder clearSelectionValidityConditions()
       Validity conditions to apply when selecting data. Applies to frame.  [netex_service/netex_filter_object.xsd at 121:52]
       
      .uk.org.netex.www.netex.SelectionValidityConditionsType selection_validity_conditions = 45;
    • getSelectionValidityConditionsBuilder

      public SelectionValidityConditionsType.Builder getSelectionValidityConditionsBuilder()
       Validity conditions to apply when selecting data. Applies to frame.  [netex_service/netex_filter_object.xsd at 121:52]
       
      .uk.org.netex.www.netex.SelectionValidityConditionsType selection_validity_conditions = 45;
    • getSelectionValidityConditionsOrBuilder

      public SelectionValidityConditionsTypeOrBuilder getSelectionValidityConditionsOrBuilder()
       Validity conditions to apply when selecting data. Applies to frame.  [netex_service/netex_filter_object.xsd at 121:52]
       
      .uk.org.netex.www.netex.SelectionValidityConditionsType selection_validity_conditions = 45;
      Specified by:
      getSelectionValidityConditionsOrBuilder in interface NetworkFrameTopicStructureOrBuilder
    • hasTypeOfFrameRef

      public boolean hasTypeOfFrameRef()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 51;
      Specified by:
      hasTypeOfFrameRef in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      Whether the typeOfFrameRef field is set.
    • getTypeOfFrameRef

      public VersionOfObjectRefStructure getTypeOfFrameRef()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 51;
      Specified by:
      getTypeOfFrameRef in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      The typeOfFrameRef.
    • setTypeOfFrameRef

       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 51;
    • setTypeOfFrameRef

      public NetworkFrameTopicStructure.Builder setTypeOfFrameRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 51;
    • mergeTypeOfFrameRef

       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 51;
    • clearTypeOfFrameRef

      public NetworkFrameTopicStructure.Builder clearTypeOfFrameRef()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 51;
    • getTypeOfFrameRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfFrameRefBuilder()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 51;
    • getTypeOfFrameRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfFrameRefOrBuilder()
       Reference to a TYPE OF VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 123:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_frame_ref = 51;
      Specified by:
      getTypeOfFrameRefOrBuilder in interface NetworkFrameTopicStructureOrBuilder
    • getVersionFrameRefList

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
      Specified by:
      getVersionFrameRefList in interface NetworkFrameTopicStructureOrBuilder
    • getVersionFrameRefCount

      public int getVersionFrameRefCount()
       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
      Specified by:
      getVersionFrameRefCount in interface NetworkFrameTopicStructureOrBuilder
    • getVersionFrameRef

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
      Specified by:
      getVersionFrameRef in interface NetworkFrameTopicStructureOrBuilder
    • setVersionFrameRef

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • setVersionFrameRef

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • addVersionFrameRef

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • addVersionFrameRef

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • addVersionFrameRef

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • addVersionFrameRef

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • addAllVersionFrameRef

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • clearVersionFrameRef

      public NetworkFrameTopicStructure.Builder clearVersionFrameRef()
       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • removeVersionFrameRef

      public NetworkFrameTopicStructure.Builder removeVersionFrameRef(int index)
       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • getVersionFrameRefBuilder

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • getVersionFrameRefOrBuilder

      public VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructureOrBuilder getVersionFrameRefOrBuilder(int index)
       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
      Specified by:
      getVersionFrameRefOrBuilder in interface NetworkFrameTopicStructureOrBuilder
    • getVersionFrameRefOrBuilderList

      public List<? extends VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructureOrBuilder> getVersionFrameRefOrBuilderList()
       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
      Specified by:
      getVersionFrameRefOrBuilderList in interface NetworkFrameTopicStructureOrBuilder
    • addVersionFrameRefBuilder

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • addVersionFrameRefBuilder

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • getVersionFrameRefBuilderList

       Reference to a VERSION FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_support.xsd at 60:125]
       
      repeated .uk.org.netex.www.netex.VersionFrameRefStructure_ChoiceWrapper_VersionFrameRefStructure version_frame_ref = 65;
    • hasNetworkFilterByValue

      public boolean hasNetworkFilterByValue()
       Values for selecting by value.  [netex_service/netex_filter_frame.xsd at 97:82]
       
      .uk.org.netex.www.netex.NetworkFilterByValueStructure network_filter_by_value = 64;
      Specified by:
      hasNetworkFilterByValue in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      Whether the networkFilterByValue field is set.
    • getNetworkFilterByValue

      public NetworkFilterByValueStructure getNetworkFilterByValue()
       Values for selecting by value.  [netex_service/netex_filter_frame.xsd at 97:82]
       
      .uk.org.netex.www.netex.NetworkFilterByValueStructure network_filter_by_value = 64;
      Specified by:
      getNetworkFilterByValue in interface NetworkFrameTopicStructureOrBuilder
      Returns:
      The networkFilterByValue.
    • setNetworkFilterByValue

      public NetworkFrameTopicStructure.Builder setNetworkFilterByValue(NetworkFilterByValueStructure value)
       Values for selecting by value.  [netex_service/netex_filter_frame.xsd at 97:82]
       
      .uk.org.netex.www.netex.NetworkFilterByValueStructure network_filter_by_value = 64;
    • setNetworkFilterByValue

      public NetworkFrameTopicStructure.Builder setNetworkFilterByValue(NetworkFilterByValueStructure.Builder builderForValue)
       Values for selecting by value.  [netex_service/netex_filter_frame.xsd at 97:82]
       
      .uk.org.netex.www.netex.NetworkFilterByValueStructure network_filter_by_value = 64;
    • mergeNetworkFilterByValue

      public NetworkFrameTopicStructure.Builder mergeNetworkFilterByValue(NetworkFilterByValueStructure value)
       Values for selecting by value.  [netex_service/netex_filter_frame.xsd at 97:82]
       
      .uk.org.netex.www.netex.NetworkFilterByValueStructure network_filter_by_value = 64;
    • clearNetworkFilterByValue

      public NetworkFrameTopicStructure.Builder clearNetworkFilterByValue()
       Values for selecting by value.  [netex_service/netex_filter_frame.xsd at 97:82]
       
      .uk.org.netex.www.netex.NetworkFilterByValueStructure network_filter_by_value = 64;
    • getNetworkFilterByValueBuilder

      public NetworkFilterByValueStructure.Builder getNetworkFilterByValueBuilder()
       Values for selecting by value.  [netex_service/netex_filter_frame.xsd at 97:82]
       
      .uk.org.netex.www.netex.NetworkFilterByValueStructure network_filter_by_value = 64;
    • getNetworkFilterByValueOrBuilder

      public NetworkFilterByValueStructureOrBuilder getNetworkFilterByValueOrBuilder()
       Values for selecting by value.  [netex_service/netex_filter_frame.xsd at 97:82]
       
      .uk.org.netex.www.netex.NetworkFilterByValueStructure network_filter_by_value = 64;
      Specified by:
      getNetworkFilterByValueOrBuilder in interface NetworkFrameTopicStructureOrBuilder