Class TargetPassingTimeViewType.Builder

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

public static final class TargetPassingTimeViewType.Builder extends com.google.protobuf.GeneratedMessage.Builder<TargetPassingTimeViewType.Builder> implements TargetPassingTimeViewTypeOrBuilder
 Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
 
Protobuf type uk.org.netex.www.netex.TargetPassingTimeViewType
  • 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<TargetPassingTimeViewType.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<TargetPassingTimeViewType.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<TargetPassingTimeViewType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public TargetPassingTimeViewType.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<TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      Returns:
      The created.
    • setCreated

      public TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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

      public TargetPassingTimeViewType.Builder 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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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

      public TargetPassingTimeViewType.Builder 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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

      public TargetPassingTimeViewType.Builder setVersion(String value)
       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

      public TargetPassingTimeViewType.Builder 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 TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
      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

      public TargetPassingTimeViewType.Builder 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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      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

      public TargetPassingTimeViewType.Builder setValidityConditions(ValidityConditions_RelStructure.Builder builderForValue)
       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 TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
    • setValidBetween

      public TargetPassingTimeViewType.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 TargetPassingTimeViewType.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

      public TargetPassingTimeViewType.Builder addValidBetween(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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      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

      public TargetPassingTimeViewType.Builder setAlternativeTexts(AlternativeTexts_RelStructure.Builder builderForValue)
       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 TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      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

      public TargetPassingTimeViewType.Builder setKeyList(KeyListStructure.Builder builderForValue)
       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

      public TargetPassingTimeViewType.Builder 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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      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

      public TargetPassingTimeViewType.Builder setExtensions(ExtensionsStructure.Builder builderForValue)
       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

      public TargetPassingTimeViewType.Builder 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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewTypeOrBuilder
      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 TargetPassingTimeViewType.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 TargetPassingTimeViewTypeOrBuilder
    • 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 TargetPassingTimeViewTypeOrBuilder
      Returns:
      The dayOffset.
    • setDayOffset

      public TargetPassingTimeViewType.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

      public TargetPassingTimeViewType.Builder 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.
    • hasAimedArrivalTime

      public boolean hasAimedArrivalTime()
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 321;
      Specified by:
      hasAimedArrivalTime in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      Whether the aimedArrivalTime field is set.
    • getAimedArrivalTime

      public com.google.type.TimeOfDay getAimedArrivalTime()
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 321;
      Specified by:
      getAimedArrivalTime in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      The aimedArrivalTime.
    • setAimedArrivalTime

      public TargetPassingTimeViewType.Builder setAimedArrivalTime(com.google.type.TimeOfDay value)
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 321;
    • setAimedArrivalTime

      public TargetPassingTimeViewType.Builder setAimedArrivalTime(com.google.type.TimeOfDay.Builder builderForValue)
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 321;
    • mergeAimedArrivalTime

      public TargetPassingTimeViewType.Builder mergeAimedArrivalTime(com.google.type.TimeOfDay value)
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 321;
    • clearAimedArrivalTime

      public TargetPassingTimeViewType.Builder clearAimedArrivalTime()
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 321;
    • getAimedArrivalTimeBuilder

      public com.google.type.TimeOfDay.Builder getAimedArrivalTimeBuilder()
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 321;
    • getAimedArrivalTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getAimedArrivalTimeOrBuilder()
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 321;
      Specified by:
      getAimedArrivalTimeOrBuilder in interface TargetPassingTimeViewTypeOrBuilder
    • getArrivalDayOffset

      public int getArrivalDayOffset()
       Arrival Day Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 177:76]
       
      int32 arrival_day_offset = 322;
      Specified by:
      getArrivalDayOffset in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      The arrivalDayOffset.
    • setArrivalDayOffset

      public TargetPassingTimeViewType.Builder setArrivalDayOffset(int value)
       Arrival Day Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 177:76]
       
      int32 arrival_day_offset = 322;
      Parameters:
      value - The arrivalDayOffset to set.
      Returns:
      This builder for chaining.
    • clearArrivalDayOffset

      public TargetPassingTimeViewType.Builder clearArrivalDayOffset()
       Arrival Day Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 177:76]
       
      int32 arrival_day_offset = 322;
      Returns:
      This builder for chaining.
    • hasAimedDepartureTime

      public boolean hasAimedDepartureTime()
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 323;
      Specified by:
      hasAimedDepartureTime in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      Whether the aimedDepartureTime field is set.
    • getAimedDepartureTime

      public com.google.type.TimeOfDay getAimedDepartureTime()
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 323;
      Specified by:
      getAimedDepartureTime in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      The aimedDepartureTime.
    • setAimedDepartureTime

      public TargetPassingTimeViewType.Builder setAimedDepartureTime(com.google.type.TimeOfDay value)
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 323;
    • setAimedDepartureTime

      public TargetPassingTimeViewType.Builder setAimedDepartureTime(com.google.type.TimeOfDay.Builder builderForValue)
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 323;
    • mergeAimedDepartureTime

      public TargetPassingTimeViewType.Builder mergeAimedDepartureTime(com.google.type.TimeOfDay value)
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 323;
    • clearAimedDepartureTime

      public TargetPassingTimeViewType.Builder clearAimedDepartureTime()
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 323;
    • getAimedDepartureTimeBuilder

      public com.google.type.TimeOfDay.Builder getAimedDepartureTimeBuilder()
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 323;
    • getAimedDepartureTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getAimedDepartureTimeOrBuilder()
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 323;
      Specified by:
      getAimedDepartureTimeOrBuilder in interface TargetPassingTimeViewTypeOrBuilder
    • getDepartureDayOffset

      public int getDepartureDayOffset()
       DepartureDay Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 187:78]
       
      int32 departure_day_offset = 324;
      Specified by:
      getDepartureDayOffset in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      The departureDayOffset.
    • setDepartureDayOffset

      public TargetPassingTimeViewType.Builder setDepartureDayOffset(int value)
       DepartureDay Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 187:78]
       
      int32 departure_day_offset = 324;
      Parameters:
      value - The departureDayOffset to set.
      Returns:
      This builder for chaining.
    • clearDepartureDayOffset

      public TargetPassingTimeViewType.Builder clearDepartureDayOffset()
       DepartureDay Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 187:78]
       
      int32 departure_day_offset = 324;
      Returns:
      This builder for chaining.
    • hasAimedWaitingTime

      public boolean hasAimedWaitingTime()
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 325;
      Specified by:
      hasAimedWaitingTime in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      Whether the aimedWaitingTime field is set.
    • getAimedWaitingTime

      public com.google.protobuf.Duration getAimedWaitingTime()
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 325;
      Specified by:
      getAimedWaitingTime in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      The aimedWaitingTime.
    • setAimedWaitingTime

      public TargetPassingTimeViewType.Builder setAimedWaitingTime(com.google.protobuf.Duration value)
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 325;
    • setAimedWaitingTime

      public TargetPassingTimeViewType.Builder setAimedWaitingTime(com.google.protobuf.Duration.Builder builderForValue)
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 325;
    • mergeAimedWaitingTime

      public TargetPassingTimeViewType.Builder mergeAimedWaitingTime(com.google.protobuf.Duration value)
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 325;
    • clearAimedWaitingTime

      public TargetPassingTimeViewType.Builder clearAimedWaitingTime()
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 325;
    • getAimedWaitingTimeBuilder

      public com.google.protobuf.Duration.Builder getAimedWaitingTimeBuilder()
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 325;
    • getAimedWaitingTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getAimedWaitingTimeOrBuilder()
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 325;
      Specified by:
      getAimedWaitingTimeOrBuilder in interface TargetPassingTimeViewTypeOrBuilder
    • hasAimedNonstopPassingTime

      public boolean hasAimedNonstopPassingTime()
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 331;
      Specified by:
      hasAimedNonstopPassingTime in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      Whether the aimedNonstopPassingTime field is set.
    • getAimedNonstopPassingTime

      public com.google.type.TimeOfDay getAimedNonstopPassingTime()
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 331;
      Specified by:
      getAimedNonstopPassingTime in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      The aimedNonstopPassingTime.
    • setAimedNonstopPassingTime

      public TargetPassingTimeViewType.Builder setAimedNonstopPassingTime(com.google.type.TimeOfDay value)
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 331;
    • setAimedNonstopPassingTime

      public TargetPassingTimeViewType.Builder setAimedNonstopPassingTime(com.google.type.TimeOfDay.Builder builderForValue)
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 331;
    • mergeAimedNonstopPassingTime

      public TargetPassingTimeViewType.Builder mergeAimedNonstopPassingTime(com.google.type.TimeOfDay value)
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 331;
    • clearAimedNonstopPassingTime

      public TargetPassingTimeViewType.Builder clearAimedNonstopPassingTime()
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 331;
    • getAimedNonstopPassingTimeBuilder

      public com.google.type.TimeOfDay.Builder getAimedNonstopPassingTimeBuilder()
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 331;
    • getAimedNonstopPassingTimeOrBuilder

      public com.google.type.TimeOfDayOrBuilder getAimedNonstopPassingTimeOrBuilder()
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 331;
      Specified by:
      getAimedNonstopPassingTimeOrBuilder in interface TargetPassingTimeViewTypeOrBuilder
    • getPassingDayOffset

      public int getPassingDayOffset()
       Passing Day Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 209:76]
       
      int32 passing_day_offset = 332;
      Specified by:
      getPassingDayOffset in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      The passingDayOffset.
    • setPassingDayOffset

      public TargetPassingTimeViewType.Builder setPassingDayOffset(int value)
       Passing Day Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 209:76]
       
      int32 passing_day_offset = 332;
      Parameters:
      value - The passingDayOffset to set.
      Returns:
      This builder for chaining.
    • clearPassingDayOffset

      public TargetPassingTimeViewType.Builder clearPassingDayOffset()
       Passing Day Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 209:76]
       
      int32 passing_day_offset = 332;
      Returns:
      This builder for chaining.
    • hasAimedHeadway

      public boolean hasAimedHeadway()
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 351;
      Specified by:
      hasAimedHeadway in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      Whether the aimedHeadway field is set.
    • getAimedHeadway

      public HeadwayIntervalStructure getAimedHeadway()
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 351;
      Specified by:
      getAimedHeadway in interface TargetPassingTimeViewTypeOrBuilder
      Returns:
      The aimedHeadway.
    • setAimedHeadway

       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 351;
    • setAimedHeadway

      public TargetPassingTimeViewType.Builder setAimedHeadway(HeadwayIntervalStructure.Builder builderForValue)
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 351;
    • mergeAimedHeadway

       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 351;
    • clearAimedHeadway

      public TargetPassingTimeViewType.Builder clearAimedHeadway()
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 351;
    • getAimedHeadwayBuilder

      public HeadwayIntervalStructure.Builder getAimedHeadwayBuilder()
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 351;
    • getAimedHeadwayOrBuilder

      public HeadwayIntervalStructureOrBuilder getAimedHeadwayOrBuilder()
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 351;
      Specified by:
      getAimedHeadwayOrBuilder in interface TargetPassingTimeViewTypeOrBuilder