Class ObservedPassingTime_ViewStructure.Builder

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

public static final class ObservedPassingTime_ViewStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<ObservedPassingTime_ViewStructure.Builder> implements ObservedPassingTime_ViewStructureOrBuilder
 Type for Simplified  OBSERVED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 298:60]
 
Protobuf type uk.org.netex.www.netex.ObservedPassingTime_ViewStructure
  • 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<ObservedPassingTime_ViewStructure.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<ObservedPassingTime_ViewStructure.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<ObservedPassingTime_ViewStructure.Builder>
    • getDefaultInstanceForType

      public ObservedPassingTime_ViewStructure 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 ObservedPassingTime_ViewStructure buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

      public ObservedPassingTime_ViewStructure.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<ObservedPassingTime_ViewStructure.Builder>
      Throws:
      IOException
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The bytes for id.
    • setId

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ObservedPassingTime_ViewStructure.Builder setIdBytes(com.google.protobuf.ByteString value)
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasCreated

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreated in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public ObservedPassingTime_ViewStructure.Builder setCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • setCreated

      public ObservedPassingTime_ViewStructure.Builder setCreated(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • mergeCreated

      public ObservedPassingTime_ViewStructure.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • getCreatedBuilder

      public com.google.protobuf.Timestamp.Builder getCreatedBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • getCreatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      hasChanged in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChanged in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The changed.
    • setChanged

      public ObservedPassingTime_ViewStructure.Builder setChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • setChanged

      public ObservedPassingTime_ViewStructure.Builder setChanged(com.google.protobuf.Timestamp.Builder builderForValue)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • mergeChanged

      public ObservedPassingTime_ViewStructure.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getChangedBuilder

      public com.google.protobuf.Timestamp.Builder getChangedBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getChangedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersion in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersionBytes in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The bytes for version.
    • setVersion

       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      This builder for chaining.
    • setVersionBytes

      public ObservedPassingTime_ViewStructure.Builder setVersionBytes(com.google.protobuf.ByteString value)
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Parameters:
      value - The bytes for version to set.
      Returns:
      This builder for chaining.
    • getStatusValue

      public int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatusValue in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public ObservedPassingTime_ViewStructure.Builder setStatusValue(int value)
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • getStatus

      public StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatus in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The status.
    • setStatus

       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      This builder for chaining.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 353;
      Specified by:
      getDerivedFromVersionRef in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 353;
      Specified by:
      getDerivedFromVersionRefBytes in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public ObservedPassingTime_ViewStructure.Builder setDerivedFromVersionRef(String value)
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 353;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public ObservedPassingTime_ViewStructure.Builder clearDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 353;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public ObservedPassingTime_ViewStructure.Builder setDerivedFromVersionRefBytes(com.google.protobuf.ByteString value)
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 353;
      Parameters:
      value - The bytes for derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • getDerivedFromObjectRef

      public String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 354;
      Specified by:
      getDerivedFromObjectRef in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 354;
      Specified by:
      getDerivedFromObjectRefBytes in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public ObservedPassingTime_ViewStructure.Builder setDerivedFromObjectRef(String value)
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 354;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public ObservedPassingTime_ViewStructure.Builder clearDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 354;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public ObservedPassingTime_ViewStructure.Builder setDerivedFromObjectRefBytes(com.google.protobuf.ByteString value)
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 354;
      Parameters:
      value - The bytes for derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • hasValidityConditions

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditions in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • setValidityConditions

       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • mergeValidityConditions

       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • clearValidityConditions

      public ObservedPassingTime_ViewStructure.Builder clearValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • getValidityConditionsBuilder

      public ValidityConditions_RelStructure.Builder getValidityConditionsBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • getValidityConditionsOrBuilder

      public ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • getValidBetweenList

      public List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenList in interface ObservedPassingTime_ViewStructureOrBuilder
    • getValidBetweenCount

      public int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenCount in interface ObservedPassingTime_ViewStructureOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetween in interface ObservedPassingTime_ViewStructureOrBuilder
    • setValidBetween

      public ObservedPassingTime_ViewStructure.Builder setValidBetween(int index, ValidBetweenType value)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • setValidBetween

      public ObservedPassingTime_ViewStructure.Builder setValidBetween(int index, ValidBetweenType.Builder builderForValue)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

      public ObservedPassingTime_ViewStructure.Builder addValidBetween(int index, ValidBetweenType value)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

      public ObservedPassingTime_ViewStructure.Builder addValidBetween(ValidBetweenType.Builder builderForValue)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetween

      public ObservedPassingTime_ViewStructure.Builder addValidBetween(int index, ValidBetweenType.Builder builderForValue)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addAllValidBetween

      public ObservedPassingTime_ViewStructure.Builder addAllValidBetween(Iterable<? extends ValidBetweenType> values)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • clearValidBetween

      public ObservedPassingTime_ViewStructure.Builder clearValidBetween()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • removeValidBetween

      public ObservedPassingTime_ViewStructure.Builder removeValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenBuilder

      public ValidBetweenType.Builder getValidBetweenBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilder

      public ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • getValidBetweenOrBuilderList

      public List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface ObservedPassingTime_ViewStructureOrBuilder
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • addValidBetweenBuilder

      public ValidBetweenType.Builder addValidBetweenBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenBuilderList

      public List<ValidBetweenType.Builder> getValidBetweenBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • hasAlternativeTexts

      public boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      hasAlternativeTexts in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTexts in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • setAlternativeTexts

       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • mergeAlternativeTexts

       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • clearAlternativeTexts

      public ObservedPassingTime_ViewStructure.Builder clearAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • getAlternativeTextsBuilder

      public AlternativeTexts_RelStructure.Builder getAlternativeTextsBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • getAlternativeTextsOrBuilder

      public AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • hasKeyList

      public boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      hasKeyList in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyList in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The keyList.
    • setKeyList

       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • setKeyList

       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • mergeKeyList

       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • clearKeyList

       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • getKeyListBuilder

      public KeyListStructure.Builder getKeyListBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • getKeyListOrBuilder

      public KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Specified by:
      getKeyListOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      hasExtensions in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensions in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The extensions.
    • setExtensions

       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
    • setExtensions

       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
    • mergeExtensions

       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
    • clearExtensions

       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
    • getExtensionsBuilder

      public ExtensionsStructure.Builder getExtensionsBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Specified by:
      getExtensionsOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • hasBrandingRef

      public boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      hasBrandingRef in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRef in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The brandingRef.
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • setBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • mergeBrandingRef

       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • clearBrandingRef

      public ObservedPassingTime_ViewStructure.Builder clearBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefBuilder

      public VersionOfObjectRefStructure.Builder getBrandingRefBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • getBrandingRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Specified by:
      getBrandingRefOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • getDayOffset

      public int getDayOffset()
       Number of days after the starting departure time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 248:83]
       
      int32 day_offset = 221;
      Specified by:
      getDayOffset in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The dayOffset.
    • setDayOffset

      public ObservedPassingTime_ViewStructure.Builder setDayOffset(int value)
       Number of days after the starting departure time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 248:83]
       
      int32 day_offset = 221;
      Parameters:
      value - The dayOffset to set.
      Returns:
      This builder for chaining.
    • clearDayOffset

       Number of days after the starting departure time of the journey if  not same calendar day. Default is 0 for same day.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 248:83]
       
      int32 day_offset = 221;
      Returns:
      This builder for chaining.
    • hasActualArrivalTime

      public boolean hasActualArrivalTime()
       Actual Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 108:72]
       
      .google.type.TimeOfDay actual_arrival_time = 321;
      Specified by:
      hasActualArrivalTime in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the actualArrivalTime field is set.
    • getActualArrivalTime

      public com.google.type.TimeOfDay getActualArrivalTime()
       Actual Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 108:72]
       
      .google.type.TimeOfDay actual_arrival_time = 321;
      Specified by:
      getActualArrivalTime in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The actualArrivalTime.
    • setActualArrivalTime

      public ObservedPassingTime_ViewStructure.Builder setActualArrivalTime(com.google.type.TimeOfDay value)
       Actual Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 108:72]
       
      .google.type.TimeOfDay actual_arrival_time = 321;
    • setActualArrivalTime

      public ObservedPassingTime_ViewStructure.Builder setActualArrivalTime(com.google.type.TimeOfDay.Builder builderForValue)
       Actual Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 108:72]
       
      .google.type.TimeOfDay actual_arrival_time = 321;
    • mergeActualArrivalTime

      public ObservedPassingTime_ViewStructure.Builder mergeActualArrivalTime(com.google.type.TimeOfDay value)
       Actual Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 108:72]
       
      .google.type.TimeOfDay actual_arrival_time = 321;
    • clearActualArrivalTime

      public ObservedPassingTime_ViewStructure.Builder clearActualArrivalTime()
       Actual Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 108:72]
       
      .google.type.TimeOfDay actual_arrival_time = 321;
    • getActualArrivalTimeBuilder

      public com.google.type.TimeOfDay.Builder getActualArrivalTimeBuilder()
       Actual Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 108:72]
       
      .google.type.TimeOfDay actual_arrival_time = 321;
    • getActualArrivalTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getActualArrivalTimeOrBuilder()
       Actual Arrival time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 108:72]
       
      .google.type.TimeOfDay actual_arrival_time = 321;
      Specified by:
      getActualArrivalTimeOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • getArrivalDayOffset

      public int getArrivalDayOffset()
       Arrival Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 113:76]
       
      int32 arrival_day_offset = 322;
      Specified by:
      getArrivalDayOffset in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The arrivalDayOffset.
    • setArrivalDayOffset

      public ObservedPassingTime_ViewStructure.Builder setArrivalDayOffset(int value)
       Arrival Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 113:76]
       
      int32 arrival_day_offset = 322;
      Parameters:
      value - The arrivalDayOffset to set.
      Returns:
      This builder for chaining.
    • clearArrivalDayOffset

      public ObservedPassingTime_ViewStructure.Builder clearArrivalDayOffset()
       Arrival Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 113:76]
       
      int32 arrival_day_offset = 322;
      Returns:
      This builder for chaining.
    • hasActualDepartureTime

      public boolean hasActualDepartureTime()
       Actual departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 118:74]
       
      .google.type.TimeOfDay actual_departure_time = 323;
      Specified by:
      hasActualDepartureTime in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the actualDepartureTime field is set.
    • getActualDepartureTime

      public com.google.type.TimeOfDay getActualDepartureTime()
       Actual departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 118:74]
       
      .google.type.TimeOfDay actual_departure_time = 323;
      Specified by:
      getActualDepartureTime in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The actualDepartureTime.
    • setActualDepartureTime

      public ObservedPassingTime_ViewStructure.Builder setActualDepartureTime(com.google.type.TimeOfDay value)
       Actual departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 118:74]
       
      .google.type.TimeOfDay actual_departure_time = 323;
    • setActualDepartureTime

      public ObservedPassingTime_ViewStructure.Builder setActualDepartureTime(com.google.type.TimeOfDay.Builder builderForValue)
       Actual departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 118:74]
       
      .google.type.TimeOfDay actual_departure_time = 323;
    • mergeActualDepartureTime

      public ObservedPassingTime_ViewStructure.Builder mergeActualDepartureTime(com.google.type.TimeOfDay value)
       Actual departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 118:74]
       
      .google.type.TimeOfDay actual_departure_time = 323;
    • clearActualDepartureTime

      public ObservedPassingTime_ViewStructure.Builder clearActualDepartureTime()
       Actual departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 118:74]
       
      .google.type.TimeOfDay actual_departure_time = 323;
    • getActualDepartureTimeBuilder

      public com.google.type.TimeOfDay.Builder getActualDepartureTimeBuilder()
       Actual departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 118:74]
       
      .google.type.TimeOfDay actual_departure_time = 323;
    • getActualDepartureTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getActualDepartureTimeOrBuilder()
       Actual departure time.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 118:74]
       
      .google.type.TimeOfDay actual_departure_time = 323;
      Specified by:
      getActualDepartureTimeOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • getDepartureDayOffset

      public int getDepartureDayOffset()
       Departure Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 123:78]
       
      int32 departure_day_offset = 324;
      Specified by:
      getDepartureDayOffset in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The departureDayOffset.
    • setDepartureDayOffset

      public ObservedPassingTime_ViewStructure.Builder setDepartureDayOffset(int value)
       Departure Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 123:78]
       
      int32 departure_day_offset = 324;
      Parameters:
      value - The departureDayOffset to set.
      Returns:
      This builder for chaining.
    • clearDepartureDayOffset

      public ObservedPassingTime_ViewStructure.Builder clearDepartureDayOffset()
       Departure Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 123:78]
       
      int32 departure_day_offset = 324;
      Returns:
      This builder for chaining.
    • hasActualWaitingTime

      public boolean hasActualWaitingTime()
       Actual waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 128:76]
       
      .google.protobuf.Duration actual_waiting_time = 325;
      Specified by:
      hasActualWaitingTime in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the actualWaitingTime field is set.
    • getActualWaitingTime

      public com.google.protobuf.Duration getActualWaitingTime()
       Actual waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 128:76]
       
      .google.protobuf.Duration actual_waiting_time = 325;
      Specified by:
      getActualWaitingTime in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The actualWaitingTime.
    • setActualWaitingTime

      public ObservedPassingTime_ViewStructure.Builder setActualWaitingTime(com.google.protobuf.Duration value)
       Actual waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 128:76]
       
      .google.protobuf.Duration actual_waiting_time = 325;
    • setActualWaitingTime

      public ObservedPassingTime_ViewStructure.Builder setActualWaitingTime(com.google.protobuf.Duration.Builder builderForValue)
       Actual waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 128:76]
       
      .google.protobuf.Duration actual_waiting_time = 325;
    • mergeActualWaitingTime

      public ObservedPassingTime_ViewStructure.Builder mergeActualWaitingTime(com.google.protobuf.Duration value)
       Actual waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 128:76]
       
      .google.protobuf.Duration actual_waiting_time = 325;
    • clearActualWaitingTime

      public ObservedPassingTime_ViewStructure.Builder clearActualWaitingTime()
       Actual waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 128:76]
       
      .google.protobuf.Duration actual_waiting_time = 325;
    • getActualWaitingTimeBuilder

      public com.google.protobuf.Duration.Builder getActualWaitingTimeBuilder()
       Actual waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 128:76]
       
      .google.protobuf.Duration actual_waiting_time = 325;
    • getActualWaitingTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getActualWaitingTimeOrBuilder()
       Actual waiting interval.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 128:76]
       
      .google.protobuf.Duration actual_waiting_time = 325;
      Specified by:
      getActualWaitingTimeOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • hasActualNonstopPassingTime

      public boolean hasActualNonstopPassingTime()
       Actual PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 159:81]
       
      .google.type.TimeOfDay actual_nonstop_passing_time = 331;
      Specified by:
      hasActualNonstopPassingTime in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the actualNonstopPassingTime field is set.
    • getActualNonstopPassingTime

      public com.google.type.TimeOfDay getActualNonstopPassingTime()
       Actual PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 159:81]
       
      .google.type.TimeOfDay actual_nonstop_passing_time = 331;
      Specified by:
      getActualNonstopPassingTime in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The actualNonstopPassingTime.
    • setActualNonstopPassingTime

      public ObservedPassingTime_ViewStructure.Builder setActualNonstopPassingTime(com.google.type.TimeOfDay value)
       Actual PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 159:81]
       
      .google.type.TimeOfDay actual_nonstop_passing_time = 331;
    • setActualNonstopPassingTime

      public ObservedPassingTime_ViewStructure.Builder setActualNonstopPassingTime(com.google.type.TimeOfDay.Builder builderForValue)
       Actual PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 159:81]
       
      .google.type.TimeOfDay actual_nonstop_passing_time = 331;
    • mergeActualNonstopPassingTime

      public ObservedPassingTime_ViewStructure.Builder mergeActualNonstopPassingTime(com.google.type.TimeOfDay value)
       Actual PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 159:81]
       
      .google.type.TimeOfDay actual_nonstop_passing_time = 331;
    • clearActualNonstopPassingTime

      public ObservedPassingTime_ViewStructure.Builder clearActualNonstopPassingTime()
       Actual PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 159:81]
       
      .google.type.TimeOfDay actual_nonstop_passing_time = 331;
    • getActualNonstopPassingTimeBuilder

      public com.google.type.TimeOfDay.Builder getActualNonstopPassingTimeBuilder()
       Actual PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 159:81]
       
      .google.type.TimeOfDay actual_nonstop_passing_time = 331;
    • getActualNonstopPassingTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getActualNonstopPassingTimeOrBuilder()
       Actual PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 159:81]
       
      .google.type.TimeOfDay actual_nonstop_passing_time = 331;
      Specified by:
      getActualNonstopPassingTimeOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder
    • getPassingTimeDayOffset

      public int getPassingTimeDayOffset()
       PASSING TIME Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 164:82]
       
      int32 passing_time_day_offset = 332;
      Specified by:
      getPassingTimeDayOffset in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The passingTimeDayOffset.
    • setPassingTimeDayOffset

      public ObservedPassingTime_ViewStructure.Builder setPassingTimeDayOffset(int value)
       PASSING TIME Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 164:82]
       
      int32 passing_time_day_offset = 332;
      Parameters:
      value - The passingTimeDayOffset to set.
      Returns:
      This builder for chaining.
    • clearPassingTimeDayOffset

      public ObservedPassingTime_ViewStructure.Builder clearPassingTimeDayOffset()
       PASSING TIME Day Offset from start of JOURNEY.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 164:82]
       
      int32 passing_time_day_offset = 332;
      Returns:
      This builder for chaining.
    • hasActualHeadway

      public boolean hasActualHeadway()
       Actual Frequency of service as a set of intervals.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 171:84]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure actual_headway = 351;
      Specified by:
      hasActualHeadway in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      Whether the actualHeadway field is set.
    • getActualHeadway

      public HeadwayIntervalStructure getActualHeadway()
       Actual Frequency of service as a set of intervals.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 171:84]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure actual_headway = 351;
      Specified by:
      getActualHeadway in interface ObservedPassingTime_ViewStructureOrBuilder
      Returns:
      The actualHeadway.
    • setActualHeadway

       Actual Frequency of service as a set of intervals.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 171:84]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure actual_headway = 351;
    • setActualHeadway

       Actual Frequency of service as a set of intervals.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 171:84]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure actual_headway = 351;
    • mergeActualHeadway

       Actual Frequency of service as a set of intervals.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 171:84]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure actual_headway = 351;
    • clearActualHeadway

      public ObservedPassingTime_ViewStructure.Builder clearActualHeadway()
       Actual Frequency of service as a set of intervals.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 171:84]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure actual_headway = 351;
    • getActualHeadwayBuilder

      public HeadwayIntervalStructure.Builder getActualHeadwayBuilder()
       Actual Frequency of service as a set of intervals.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 171:84]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure actual_headway = 351;
    • getActualHeadwayOrBuilder

      public HeadwayIntervalStructureOrBuilder getActualHeadwayOrBuilder()
       Actual Frequency of service as a set of intervals.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 171:84]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure actual_headway = 351;
      Specified by:
      getActualHeadwayOrBuilder in interface ObservedPassingTime_ViewStructureOrBuilder