Class PreviousCall_VersionedChildStructure.Builder

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

public static final class PreviousCall_VersionedChildStructure.Builder extends com.google.protobuf.GeneratedMessage.Builder<PreviousCall_VersionedChildStructure.Builder> implements PreviousCall_VersionedChildStructureOrBuilder
 Data type for Previous  CALL.  [netex_part_3/part3_monitoring/netex_monitoredCall_version.xsd at 258:63]
 
Protobuf type uk.org.netex.www.netex.PreviousCall_VersionedChildStructure
  • 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<PreviousCall_VersionedChildStructure.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<PreviousCall_VersionedChildStructure.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<PreviousCall_VersionedChildStructure.Builder>
    • getDefaultInstanceForType

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

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

      public PreviousCall_VersionedChildStructure.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<PreviousCall_VersionedChildStructure.Builder>
      Throws:
      IOException
    • getScheduledStopPointRefStructureCase

      public PreviousCall_VersionedChildStructure.ScheduledStopPointRefStructureCase getScheduledStopPointRefStructureCase()
      Specified by:
      getScheduledStopPointRefStructureCase in interface PreviousCall_VersionedChildStructureOrBuilder
    • clearScheduledStopPointRefStructure

      public PreviousCall_VersionedChildStructure.Builder clearScheduledStopPointRefStructure()
    • getServiceJourneyRefStructureCase

      public PreviousCall_VersionedChildStructure.ServiceJourneyRefStructureCase getServiceJourneyRefStructureCase()
      Specified by:
      getServiceJourneyRefStructureCase in interface PreviousCall_VersionedChildStructureOrBuilder
    • clearServiceJourneyRefStructure

      public PreviousCall_VersionedChildStructure.Builder clearServiceJourneyRefStructure()
    • 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 PreviousCall_VersionedChildStructureOrBuilder
      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 PreviousCall_VersionedChildStructureOrBuilder
      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 PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructureOrBuilder
      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 PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The created.
    • setCreated

      public PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructureOrBuilder
    • 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 PreviousCall_VersionedChildStructureOrBuilder
      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 PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The changed.
    • setChanged

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

      public PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructureOrBuilder
      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 = 505;
      Specified by:
      getDerivedFromVersionRef in interface PreviousCall_VersionedChildStructureOrBuilder
      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 = 505;
      Specified by:
      getDerivedFromVersionRefBytes in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

      public PreviousCall_VersionedChildStructure.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 = 505;
      Parameters:
      value - The derivedFromVersionRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromVersionRef

      public PreviousCall_VersionedChildStructure.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 = 505;
      Returns:
      This builder for chaining.
    • setDerivedFromVersionRefBytes

      public PreviousCall_VersionedChildStructure.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 = 505;
      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 = 506;
      Specified by:
      getDerivedFromObjectRef in interface PreviousCall_VersionedChildStructureOrBuilder
      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 = 506;
      Specified by:
      getDerivedFromObjectRefBytes in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

      public PreviousCall_VersionedChildStructure.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 = 506;
      Parameters:
      value - The derivedFromObjectRef to set.
      Returns:
      This builder for chaining.
    • clearDerivedFromObjectRef

      public PreviousCall_VersionedChildStructure.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 = 506;
      Returns:
      This builder for chaining.
    • setDerivedFromObjectRefBytes

      public PreviousCall_VersionedChildStructure.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 = 506;
      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 PreviousCall_VersionedChildStructureOrBuilder
      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 PreviousCall_VersionedChildStructureOrBuilder
      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 PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructureOrBuilder
    • 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 PreviousCall_VersionedChildStructureOrBuilder
    • 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 PreviousCall_VersionedChildStructureOrBuilder
    • 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 PreviousCall_VersionedChildStructureOrBuilder
    • setValidBetween

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

       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 PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructure.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

       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 PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructureOrBuilder
    • 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 PreviousCall_VersionedChildStructureOrBuilder
    • 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 PreviousCall_VersionedChildStructureOrBuilder
      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 PreviousCall_VersionedChildStructureOrBuilder
      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 PreviousCall_VersionedChildStructure.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 PreviousCall_VersionedChildStructureOrBuilder
    • 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 = 71;
      Specified by:
      hasExtensions in interface PreviousCall_VersionedChildStructureOrBuilder
      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 = 71;
      Specified by:
      getExtensions in interface PreviousCall_VersionedChildStructureOrBuilder
      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 = 71;
    • 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 = 71;
    • 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 = 71;
    • 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 = 71;
    • 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 = 71;
    • 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 = 71;
      Specified by:
      getExtensionsOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • getOrder

      public int getOrder()
       Order of Call within Journey.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 160:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Specified by:
      getOrder in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The order.
    • setOrder

      public PreviousCall_VersionedChildStructure.Builder setOrder(int value)
       Order of Call within Journey.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 160:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Parameters:
      value - The order to set.
      Returns:
      This builder for chaining.
    • clearOrder

       Order of Call within Journey.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 160:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Returns:
      This builder for chaining.
    • getConstrained

      public boolean getConstrained()
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 165:59]
       
      bool constrained = 102;
      Specified by:
      getConstrained in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The constrained.
    • setConstrained

      public PreviousCall_VersionedChildStructure.Builder setConstrained(boolean value)
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 165:59]
       
      bool constrained = 102;
      Parameters:
      value - The constrained to set.
      Returns:
      This builder for chaining.
    • clearConstrained

       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 165:59]
       
      bool constrained = 102;
      Returns:
      This builder for chaining.
    • getVisitNumber

      public int getVisitNumber()
       Count of number of visits to this stop - as per SIRI use. Default is 1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1031:89]
       
      uint32 visit_number = 161;
      Specified by:
      getVisitNumber in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The visitNumber.
    • setVisitNumber

      public PreviousCall_VersionedChildStructure.Builder setVisitNumber(int value)
       Count of number of visits to this stop - as per SIRI use. Default is 1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1031:89]
       
      uint32 visit_number = 161;
      Parameters:
      value - The visitNumber to set.
      Returns:
      This builder for chaining.
    • clearVisitNumber

       Count of number of visits to this stop - as per SIRI use. Default is 1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1031:89]
       
      uint32 visit_number = 161;
      Returns:
      This builder for chaining.
    • hasScheduledStopPointView

      public boolean hasScheduledStopPointView()
       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
      Specified by:
      hasScheduledStopPointView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the scheduledStopPointView field is set.
    • getScheduledStopPointView

      public ScheduledStopPoint_DerivedViewStructure getScheduledStopPointView()
       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
      Specified by:
      getScheduledStopPointView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The scheduledStopPointView.
    • setScheduledStopPointView

       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
    • setScheduledStopPointView

       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
    • mergeScheduledStopPointView

       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
    • clearScheduledStopPointView

      public PreviousCall_VersionedChildStructure.Builder clearScheduledStopPointView()
       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
    • getScheduledStopPointViewBuilder

      public ScheduledStopPoint_DerivedViewStructure.Builder getScheduledStopPointViewBuilder()
       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
    • getScheduledStopPointViewOrBuilder

      public ScheduledStopPoint_DerivedViewStructureOrBuilder getScheduledStopPointViewOrBuilder()
       Simplified view of SCHEDULED STOP POINT. Includes derived some propertries of a stop.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 934:141]
       
      .uk.org.netex.www.netex.ScheduledStopPoint_DerivedViewStructure scheduled_stop_point_view = 164;
      Specified by:
      getScheduledStopPointViewOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasOnwardTimingLinkView

      public boolean hasOnwardTimingLinkView()
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
      Specified by:
      hasOnwardTimingLinkView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the onwardTimingLinkView field is set.
    • getOnwardTimingLinkView

      public OnwardTimingLinkViewType getOnwardTimingLinkView()
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
      Specified by:
      getOnwardTimingLinkView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The onwardTimingLinkView.
    • setOnwardTimingLinkView

       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
    • setOnwardTimingLinkView

      public PreviousCall_VersionedChildStructure.Builder setOnwardTimingLinkView(OnwardTimingLinkViewType.Builder builderForValue)
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
    • mergeOnwardTimingLinkView

       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
    • clearOnwardTimingLinkView

      public PreviousCall_VersionedChildStructure.Builder clearOnwardTimingLinkView()
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
    • getOnwardTimingLinkViewBuilder

      public OnwardTimingLinkViewType.Builder getOnwardTimingLinkViewBuilder()
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
    • getOnwardTimingLinkViewOrBuilder

      public OnwardTimingLinkViewTypeOrBuilder getOnwardTimingLinkViewOrBuilder()
       Information about onwards TIMING LINK.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 541:92]
       
      .uk.org.netex.www.netex.OnwardTimingLinkViewType onward_timing_link_view = 171;
      Specified by:
      getOnwardTimingLinkViewOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasOnwardServiceLinkRef

      public boolean hasOnwardServiceLinkRef()
       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
      Specified by:
      hasOnwardServiceLinkRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the onwardServiceLinkRef field is set.
    • getOnwardServiceLinkRef

      public VersionOfObjectRefStructure getOnwardServiceLinkRef()
       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
      Specified by:
      getOnwardServiceLinkRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The onwardServiceLinkRef.
    • setOnwardServiceLinkRef

       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
    • setOnwardServiceLinkRef

       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
    • mergeOnwardServiceLinkRef

       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
    • clearOnwardServiceLinkRef

      public PreviousCall_VersionedChildStructure.Builder clearOnwardServiceLinkRef()
       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
    • getOnwardServiceLinkRefBuilder

      public VersionOfObjectRefStructure.Builder getOnwardServiceLinkRefBuilder()
       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
    • getOnwardServiceLinkRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOnwardServiceLinkRefOrBuilder()
       reference to onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1045:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure onward_service_link_ref = 172;
      Specified by:
      getOnwardServiceLinkRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasOnwardServiceLinkView

      public boolean hasOnwardServiceLinkView()
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
      Specified by:
      hasOnwardServiceLinkView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the onwardServiceLinkView field is set.
    • getOnwardServiceLinkView

      public OnwardServiceLinkViewType getOnwardServiceLinkView()
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
      Specified by:
      getOnwardServiceLinkView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The onwardServiceLinkView.
    • setOnwardServiceLinkView

       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
    • setOnwardServiceLinkView

      public PreviousCall_VersionedChildStructure.Builder setOnwardServiceLinkView(OnwardServiceLinkViewType.Builder builderForValue)
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
    • mergeOnwardServiceLinkView

       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
    • clearOnwardServiceLinkView

      public PreviousCall_VersionedChildStructure.Builder clearOnwardServiceLinkView()
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
    • getOnwardServiceLinkViewBuilder

      public OnwardServiceLinkViewType.Builder getOnwardServiceLinkViewBuilder()
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
    • getOnwardServiceLinkViewOrBuilder

      public OnwardServiceLinkViewTypeOrBuilder getOnwardServiceLinkViewOrBuilder()
       Information about an onwards SERVICE LINK.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 959:93]
       
      .uk.org.netex.www.netex.OnwardServiceLinkViewType onward_service_link_view = 173;
      Specified by:
      getOnwardServiceLinkViewOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • getTimingPointStatusValue

      public int getTimingPointStatusValue()
       Nature of TIMING POINT. Default is primary.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1052:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 181;
      Specified by:
      getTimingPointStatusValue in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The enum numeric value on the wire for timingPointStatus.
    • setTimingPointStatusValue

      public PreviousCall_VersionedChildStructure.Builder setTimingPointStatusValue(int value)
       Nature of TIMING POINT. Default is primary.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1052:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 181;
      Parameters:
      value - The enum numeric value on the wire for timingPointStatus to set.
      Returns:
      This builder for chaining.
    • getTimingPointStatus

      public TimingPointStatusEnumeration getTimingPointStatus()
       Nature of TIMING POINT. Default is primary.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1052:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 181;
      Specified by:
      getTimingPointStatus in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The timingPointStatus.
    • setTimingPointStatus

       Nature of TIMING POINT. Default is primary.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1052:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 181;
      Parameters:
      value - The timingPointStatus to set.
      Returns:
      This builder for chaining.
    • clearTimingPointStatus

      public PreviousCall_VersionedChildStructure.Builder clearTimingPointStatus()
       Nature of TIMING POINT. Default is primary.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 1052:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 181;
      Returns:
      This builder for chaining.
    • hasPointInJourneyPatternRef

      public boolean hasPointInJourneyPatternRef()
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
      Specified by:
      hasPointInJourneyPatternRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the pointInJourneyPatternRef field is set.
    • getPointInJourneyPatternRef

      public VersionOfObjectRefStructure getPointInJourneyPatternRef()
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
      Specified by:
      getPointInJourneyPatternRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The pointInJourneyPatternRef.
    • setPointInJourneyPatternRef

       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
    • setPointInJourneyPatternRef

      public PreviousCall_VersionedChildStructure.Builder setPointInJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
    • mergePointInJourneyPatternRef

      public PreviousCall_VersionedChildStructure.Builder mergePointInJourneyPatternRef(VersionOfObjectRefStructure value)
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
    • clearPointInJourneyPatternRef

      public PreviousCall_VersionedChildStructure.Builder clearPointInJourneyPatternRef()
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
    • getPointInJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getPointInJourneyPatternRefBuilder()
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
    • getPointInJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPointInJourneyPatternRefOrBuilder()
       Point in JOURNEY PATTERN upon which this call is based. Can be used to obtain full association sets.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 176:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 193;
      Specified by:
      getPointInJourneyPatternRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasArrival

      public boolean hasArrival()
       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
      Specified by:
      hasArrival in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the arrival field is set.
    • getArrival

      public ArrivalStructure getArrival()
       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
      Specified by:
      getArrival in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The arrival.
    • setArrival

       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
    • setArrival

       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
    • mergeArrival

       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
    • clearArrival

       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
    • getArrivalBuilder

      public ArrivalStructure.Builder getArrivalBuilder()
       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
    • getArrivalOrBuilder

      public ArrivalStructureOrBuilder getArrivalOrBuilder()
       Arrival at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 204:70]
       
      .uk.org.netex.www.netex.ArrivalStructure arrival = 194;
      Specified by:
      getArrivalOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasDeparture

      public boolean hasDeparture()
       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
      Specified by:
      hasDeparture in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the departure field is set.
    • getDeparture

      public DepartureStructure getDeparture()
       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
      Specified by:
      getDeparture in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The departure.
    • setDeparture

       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
    • setDeparture

       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
    • mergeDeparture

       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
    • clearDeparture

       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
    • getDepartureBuilder

      public DepartureStructure.Builder getDepartureBuilder()
       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
    • getDepartureOrBuilder

      public DepartureStructureOrBuilder getDepartureOrBuilder()
       Departure from a CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 209:74]
       
      .uk.org.netex.www.netex.DepartureStructure departure = 195;
      Specified by:
      getDepartureOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasFrequency

      public boolean hasFrequency()
       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
      Specified by:
      hasFrequency in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the frequency field is set.
    • getFrequency

      public FrequencyStructure getFrequency()
       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
      Specified by:
      getFrequency in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The frequency.
    • setFrequency

       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
    • setFrequency

       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
    • mergeFrequency

       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
    • clearFrequency

       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
    • getFrequencyBuilder

      public FrequencyStructure.Builder getFrequencyBuilder()
       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
    • getFrequencyOrBuilder

      public FrequencyStructureOrBuilder getFrequencyOrBuilder()
       Frequency of service at CALL.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 214:74]
       
      .uk.org.netex.www.netex.FrequencyStructure frequency = 196;
      Specified by:
      getFrequencyOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasDestinationDisplayRef

      public boolean hasDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
      Specified by:
      hasDestinationDisplayRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the destinationDisplayRef field is set.
    • getDestinationDisplayRef

      public VersionOfObjectRefStructure getDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
      Specified by:
      getDestinationDisplayRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The destinationDisplayRef.
    • setDestinationDisplayRef

       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
    • setDestinationDisplayRef

      public PreviousCall_VersionedChildStructure.Builder setDestinationDisplayRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
    • mergeDestinationDisplayRef

       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
    • clearDestinationDisplayRef

      public PreviousCall_VersionedChildStructure.Builder clearDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
    • getDestinationDisplayRefBuilder

      public VersionOfObjectRefStructure.Builder getDestinationDisplayRefBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
    • getDestinationDisplayRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 234:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
      Specified by:
      getDestinationDisplayRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasDestinationDisplayView

      public boolean hasDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 202;
      Specified by:
      hasDestinationDisplayView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the destinationDisplayView field is set.
    • getDestinationDisplayView

      public DestinationDisplayViewType getDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 202;
      Specified by:
      getDestinationDisplayView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The destinationDisplayView.
    • setDestinationDisplayView

       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 202;
    • setDestinationDisplayView

      public PreviousCall_VersionedChildStructure.Builder setDestinationDisplayView(DestinationDisplayViewType.Builder builderForValue)
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 202;
    • mergeDestinationDisplayView

       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 202;
    • clearDestinationDisplayView

      public PreviousCall_VersionedChildStructure.Builder clearDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 202;
    • getDestinationDisplayViewBuilder

      public DestinationDisplayViewType.Builder getDestinationDisplayViewBuilder()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 202;
    • getDestinationDisplayViewOrBuilder

      public DestinationDisplayViewTypeOrBuilder getDestinationDisplayViewOrBuilder()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 202;
      Specified by:
      getDestinationDisplayViewOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasVias

      public boolean hasVias()
       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 211;
      Specified by:
      hasVias in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the vias field is set.
    • getVias

      public Vias_RelStructure getVias()
       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 211;
      Specified by:
      getVias in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The vias.
    • setVias

       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 211;
    • setVias

       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 211;
    • mergeVias

       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 211;
    • clearVias

       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 211;
    • getViasBuilder

      public Vias_RelStructure.Builder getViasBuilder()
       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 211;
    • getViasOrBuilder

      public Vias_RelStructureOrBuilder getViasOrBuilder()
       Destinations that the SERVICE goes via.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 841:68]
       
      .uk.org.netex.www.netex.Vias_RelStructure vias = 211;
      Specified by:
      getViasOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasFlexiblePointProperties

      public boolean hasFlexiblePointProperties()
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 221;
      Specified by:
      hasFlexiblePointProperties in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the flexiblePointProperties field is set.
    • getFlexiblePointProperties

      public FlexiblePointPropertiesType getFlexiblePointProperties()
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 221;
      Specified by:
      getFlexiblePointProperties in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The flexiblePointProperties.
    • setFlexiblePointProperties

       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 221;
    • setFlexiblePointProperties

      public PreviousCall_VersionedChildStructure.Builder setFlexiblePointProperties(FlexiblePointPropertiesType.Builder builderForValue)
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 221;
    • mergeFlexiblePointProperties

       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 221;
    • clearFlexiblePointProperties

      public PreviousCall_VersionedChildStructure.Builder clearFlexiblePointProperties()
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 221;
    • getFlexiblePointPropertiesBuilder

      public FlexiblePointPropertiesType.Builder getFlexiblePointPropertiesBuilder()
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 221;
    • getFlexiblePointPropertiesOrBuilder

      public FlexiblePointPropertiesTypeOrBuilder getFlexiblePointPropertiesOrBuilder()
       Flexible properties of a POINT.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd at 250:98]
       
      .uk.org.netex.www.netex.FlexiblePointPropertiesType flexible_point_properties = 221;
      Specified by:
      getFlexiblePointPropertiesOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • getChangeOfDestinationDisplay

      public boolean getChangeOfDestinationDisplay()
       Whether DESTINATION DISPLAY should be updated at this point. If DESTINATION NAME value is different from Previous stop this is implicit.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 335:84]
       
      bool change_of_destination_display = 222;
      Specified by:
      getChangeOfDestinationDisplay in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The changeOfDestinationDisplay.
    • setChangeOfDestinationDisplay

      public PreviousCall_VersionedChildStructure.Builder setChangeOfDestinationDisplay(boolean value)
       Whether DESTINATION DISPLAY should be updated at this point. If DESTINATION NAME value is different from Previous stop this is implicit.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 335:84]
       
      bool change_of_destination_display = 222;
      Parameters:
      value - The changeOfDestinationDisplay to set.
      Returns:
      This builder for chaining.
    • clearChangeOfDestinationDisplay

      public PreviousCall_VersionedChildStructure.Builder clearChangeOfDestinationDisplay()
       Whether DESTINATION DISPLAY should be updated at this point. If DESTINATION NAME value is different from Previous stop this is implicit.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 335:84]
       
      bool change_of_destination_display = 222;
      Returns:
      This builder for chaining.
    • getChangeOfServiceRequirements

      public boolean getChangeOfServiceRequirements()
       Whether Service Requirements Change at this point.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 340:85]
       
      bool change_of_service_requirements = 223;
      Specified by:
      getChangeOfServiceRequirements in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The changeOfServiceRequirements.
    • setChangeOfServiceRequirements

      public PreviousCall_VersionedChildStructure.Builder setChangeOfServiceRequirements(boolean value)
       Whether Service Requirements Change at this point.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 340:85]
       
      bool change_of_service_requirements = 223;
      Parameters:
      value - The changeOfServiceRequirements to set.
      Returns:
      This builder for chaining.
    • clearChangeOfServiceRequirements

      public PreviousCall_VersionedChildStructure.Builder clearChangeOfServiceRequirements()
       Whether Service Requirements Change at this point.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 340:85]
       
      bool change_of_service_requirements = 223;
      Returns:
      This builder for chaining.
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
      Specified by:
      hasNoticeAssignments in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
      Specified by:
      getNoticeAssignments in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The noticeAssignments.
    • setNoticeAssignments

       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
    • setNoticeAssignments

       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
    • mergeNoticeAssignments

       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
    • clearNoticeAssignments

      public PreviousCall_VersionedChildStructure.Builder clearNoticeAssignments()
       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
    • getNoticeAssignmentsBuilder

      public Call_VersionedChildStructure_NoticeAssignmentsType.Builder getNoticeAssignmentsBuilder()
       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
    • getNoticeAssignmentsOrBuilder

      public Call_VersionedChildStructure_NoticeAssignmentsTypeOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICEs for POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 345:56]
       
      .uk.org.netex.www.netex.Call_VersionedChildStructure_NoticeAssignmentsType notice_assignments = 224;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • getRequestStop

      public boolean getRequestStop()
       Whether stop is a request stop for this journey. Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 849:85]
       
      bool request_stop = 231;
      Specified by:
      getRequestStop in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The requestStop.
    • setRequestStop

      public PreviousCall_VersionedChildStructure.Builder setRequestStop(boolean value)
       Whether stop is a request stop for this journey. Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 849:85]
       
      bool request_stop = 231;
      Parameters:
      value - The requestStop to set.
      Returns:
      This builder for chaining.
    • clearRequestStop

       Whether stop is a request stop for this journey. Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 849:85]
       
      bool request_stop = 231;
      Returns:
      This builder for chaining.
    • getRequestMethodValue

      public int getRequestMethodValue()
       Method to Request Stop in this particular service pattern; if none specified, as as per stop.  +V1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 854:111]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method = 232;
      Specified by:
      getRequestMethodValue in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The enum numeric value on the wire for requestMethod.
    • setRequestMethodValue

      public PreviousCall_VersionedChildStructure.Builder setRequestMethodValue(int value)
       Method to Request Stop in this particular service pattern; if none specified, as as per stop.  +V1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 854:111]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method = 232;
      Parameters:
      value - The enum numeric value on the wire for requestMethod to set.
      Returns:
      This builder for chaining.
    • getRequestMethod

      public RequestMethodTypeEnumeration getRequestMethod()
       Method to Request Stop in this particular service pattern; if none specified, as as per stop.  +V1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 854:111]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method = 232;
      Specified by:
      getRequestMethod in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The requestMethod.
    • setRequestMethod

       Method to Request Stop in this particular service pattern; if none specified, as as per stop.  +V1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 854:111]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method = 232;
      Parameters:
      value - The requestMethod to set.
      Returns:
      This builder for chaining.
    • clearRequestMethod

      public PreviousCall_VersionedChildStructure.Builder clearRequestMethod()
       Method to Request Stop in this particular service pattern; if none specified, as as per stop.  +V1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 854:111]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method = 232;
      Returns:
      This builder for chaining.
    • getStopUseValue

      public int getStopUseValue()
       Nature of use of stop, e.g. access, interchange only, or pass through. Default is Access.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 859:72]
       
      .uk.org.netex.www.netex.StopUseEnumeration stop_use = 233;
      Specified by:
      getStopUseValue in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The enum numeric value on the wire for stopUse.
    • setStopUseValue

      public PreviousCall_VersionedChildStructure.Builder setStopUseValue(int value)
       Nature of use of stop, e.g. access, interchange only, or pass through. Default is Access.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 859:72]
       
      .uk.org.netex.www.netex.StopUseEnumeration stop_use = 233;
      Parameters:
      value - The enum numeric value on the wire for stopUse to set.
      Returns:
      This builder for chaining.
    • getStopUse

      public StopUseEnumeration getStopUse()
       Nature of use of stop, e.g. access, interchange only, or pass through. Default is Access.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 859:72]
       
      .uk.org.netex.www.netex.StopUseEnumeration stop_use = 233;
      Specified by:
      getStopUse in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The stopUse.
    • setStopUse

       Nature of use of stop, e.g. access, interchange only, or pass through. Default is Access.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 859:72]
       
      .uk.org.netex.www.netex.StopUseEnumeration stop_use = 233;
      Parameters:
      value - The stopUse to set.
      Returns:
      This builder for chaining.
    • clearStopUse

       Nature of use of stop, e.g. access, interchange only, or pass through. Default is Access.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 859:72]
       
      .uk.org.netex.www.netex.StopUseEnumeration stop_use = 233;
      Returns:
      This builder for chaining.
    • hasBookingArrangements

      public boolean hasBookingArrangements()
       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 234;
      Specified by:
      hasBookingArrangements in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the bookingArrangements field is set.
    • getBookingArrangements

      public BookingArrangementsStructure getBookingArrangements()
       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 234;
      Specified by:
      getBookingArrangements in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The bookingArrangements.
    • setBookingArrangements

       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 234;
    • setBookingArrangements

       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 234;
    • mergeBookingArrangements

       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 234;
    • clearBookingArrangements

      public PreviousCall_VersionedChildStructure.Builder clearBookingArrangements()
       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 234;
    • getBookingArrangementsBuilder

      public BookingArrangementsStructure.Builder getBookingArrangementsBuilder()
       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 234;
    • getBookingArrangementsOrBuilder

      public BookingArrangementsStructureOrBuilder getBookingArrangementsOrBuilder()
       Booking Arrangements for stop if different from those for SERVICE JOURNEY.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 864:94]
       
      .uk.org.netex.www.netex.BookingArrangementsStructure booking_arrangements = 234;
      Specified by:
      getBookingArrangementsOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • getPrint

      public boolean getPrint()
       Whether the stop is included in printed media. Default is true. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 881:78]
       
      bool print = 235;
      Specified by:
      getPrint in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The print.
    • setPrint

      public PreviousCall_VersionedChildStructure.Builder setPrint(boolean value)
       Whether the stop is included in printed media. Default is true. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 881:78]
       
      bool print = 235;
      Parameters:
      value - The print to set.
      Returns:
      This builder for chaining.
    • clearPrint

       Whether the stop is included in printed media. Default is true. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 881:78]
       
      bool print = 235;
      Returns:
      This builder for chaining.
    • getDynamicValue

      public int getDynamicValue()
       When STOP POINT IN JOURNEY PATTERN is to be publicised in dynamic media. Default is always. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 886:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 236;
      Specified by:
      getDynamicValue in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The enum numeric value on the wire for dynamic.
    • setDynamicValue

      public PreviousCall_VersionedChildStructure.Builder setDynamicValue(int value)
       When STOP POINT IN JOURNEY PATTERN is to be publicised in dynamic media. Default is always. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 886:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 236;
      Parameters:
      value - The enum numeric value on the wire for dynamic to set.
      Returns:
      This builder for chaining.
    • getDynamic

      public DynamicAdvertisementEnumeration getDynamic()
       When STOP POINT IN JOURNEY PATTERN is to be publicised in dynamic media. Default is always. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 886:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 236;
      Specified by:
      getDynamic in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The dynamic.
    • setDynamic

       When STOP POINT IN JOURNEY PATTERN is to be publicised in dynamic media. Default is always. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 886:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 236;
      Parameters:
      value - The dynamic to set.
      Returns:
      This builder for chaining.
    • clearDynamic

       When STOP POINT IN JOURNEY PATTERN is to be publicised in dynamic media. Default is always. +v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 886:102]
       
      .uk.org.netex.www.netex.DynamicAdvertisementEnumeration dynamic = 236;
      Returns:
      This builder for chaining.
    • hasPassengerCarryingRequirementRef

      public boolean hasPassengerCarryingRequirementRef()
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
      Specified by:
      hasPassengerCarryingRequirementRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the passengerCarryingRequirementRef field is set.
    • getPassengerCarryingRequirementRef

      public VersionOfObjectRefStructure getPassengerCarryingRequirementRef()
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
      Specified by:
      getPassengerCarryingRequirementRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The passengerCarryingRequirementRef.
    • setPassengerCarryingRequirementRef

      public PreviousCall_VersionedChildStructure.Builder setPassengerCarryingRequirementRef(VersionOfObjectRefStructure value)
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
    • setPassengerCarryingRequirementRef

      public PreviousCall_VersionedChildStructure.Builder setPassengerCarryingRequirementRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
    • mergePassengerCarryingRequirementRef

      public PreviousCall_VersionedChildStructure.Builder mergePassengerCarryingRequirementRef(VersionOfObjectRefStructure value)
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
    • clearPassengerCarryingRequirementRef

      public PreviousCall_VersionedChildStructure.Builder clearPassengerCarryingRequirementRef()
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
    • getPassengerCarryingRequirementRefBuilder

      public VersionOfObjectRefStructure.Builder getPassengerCarryingRequirementRefBuilder()
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
    • getPassengerCarryingRequirementRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getPassengerCarryingRequirementRefOrBuilder()
       Reference to a PASSENGER CARRYING REQUIREMENT.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 224:144]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_carrying_requirement_ref = 251;
      Specified by:
      getPassengerCarryingRequirementRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasPassengerCarryingRequirementsView

      public boolean hasPassengerCarryingRequirementsView()
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
      Specified by:
      hasPassengerCarryingRequirementsView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the passengerCarryingRequirementsView field is set.
    • getPassengerCarryingRequirementsView

      public PassengerCarryingRequirementsViewType getPassengerCarryingRequirementsView()
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
      Specified by:
      getPassengerCarryingRequirementsView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The passengerCarryingRequirementsView.
    • setPassengerCarryingRequirementsView

      public PreviousCall_VersionedChildStructure.Builder setPassengerCarryingRequirementsView(PassengerCarryingRequirementsViewType value)
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
    • setPassengerCarryingRequirementsView

      public PreviousCall_VersionedChildStructure.Builder setPassengerCarryingRequirementsView(PassengerCarryingRequirementsViewType.Builder builderForValue)
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
    • mergePassengerCarryingRequirementsView

      public PreviousCall_VersionedChildStructure.Builder mergePassengerCarryingRequirementsView(PassengerCarryingRequirementsViewType value)
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
    • clearPassengerCarryingRequirementsView

      public PreviousCall_VersionedChildStructure.Builder clearPassengerCarryingRequirementsView()
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
    • getPassengerCarryingRequirementsViewBuilder

      public PassengerCarryingRequirementsViewType.Builder getPassengerCarryingRequirementsViewBuilder()
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
    • getPassengerCarryingRequirementsViewOrBuilder

      public PassengerCarryingRequirementsViewTypeOrBuilder getPassengerCarryingRequirementsViewOrBuilder()
       Requirements for carrying passengers.  [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 667:94]
       
      .uk.org.netex.www.netex.PassengerCarryingRequirementsViewType passenger_carrying_requirements_view = 252;
      Specified by:
      getPassengerCarryingRequirementsViewOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasTrainSize

      public boolean hasTrainSize()
       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
      Specified by:
      hasTrainSize in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the trainSize field is set.
    • getTrainSize

      public TrainSizeStructure getTrainSize()
       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
      Specified by:
      getTrainSize in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The trainSize.
    • setTrainSize

       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
    • setTrainSize

       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
    • mergeTrainSize

       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
    • clearTrainSize

       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
    • getTrainSizeBuilder

      public TrainSizeStructure.Builder getTrainSizeBuilder()
       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
    • getTrainSizeOrBuilder

      public TrainSizeStructureOrBuilder getTrainSizeOrBuilder()
       Requirements for TRAIN SIZe.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 229:58]
       
      .uk.org.netex.www.netex.TrainSizeStructure train_size = 261;
      Specified by:
      getTrainSizeOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasEquipments

      public boolean hasEquipments()
       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
      Specified by:
      hasEquipments in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the equipments field is set.
    • getEquipments

      public VehicleEquipments_RelStructure getEquipments()
       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
      Specified by:
      getEquipments in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The equipments.
    • setEquipments

       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
    • setEquipments

       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
    • mergeEquipments

       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
    • clearEquipments

       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
    • getEquipmentsBuilder

      public VehicleEquipments_RelStructure.Builder getEquipmentsBuilder()
       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
    • getEquipmentsOrBuilder

      public VehicleEquipments_RelStructureOrBuilder getEquipmentsOrBuilder()
       VEHICLE EQUIPMENT available on service.  [netex_framework/netex_reusableComponents/netex_trainElement_version.xsd at 19:87]
       
      .uk.org.netex.www.netex.VehicleEquipments_RelStructure equipments = 262;
      Specified by:
      getEquipmentsOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasNote

      public boolean hasNote()
       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
      Specified by:
      hasNote in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the note field is set.
    • getNote

      public MultilingualString getNote()
       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
      Specified by:
      getNote in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The note.
    • setNote

       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
    • setNote

       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
    • mergeNote

       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
    • clearNote

       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
    • getNoteBuilder

      public MultilingualString.Builder getNoteBuilder()
       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
    • getNoteOrBuilder

      public MultilingualStringOrBuilder getNoteOrBuilder()
       Text annotation that applies to this CALL. This is for internal use. Customer facing should be added to footnote.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 192:83]
       
      .uk.org.netex.www.netex.MultilingualString note = 271;
      Specified by:
      getNoteOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasTargetPassingTimeView

      public boolean hasTargetPassingTimeView()
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
      Specified by:
      hasTargetPassingTimeView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the targetPassingTimeView field is set.
    • getTargetPassingTimeView

      public TargetPassingTimeViewType getTargetPassingTimeView()
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
      Specified by:
      getTargetPassingTimeView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The targetPassingTimeView.
    • setTargetPassingTimeView

       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
    • setTargetPassingTimeView

      public PreviousCall_VersionedChildStructure.Builder setTargetPassingTimeView(TargetPassingTimeViewType.Builder builderForValue)
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
    • mergeTargetPassingTimeView

       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
    • clearTargetPassingTimeView

      public PreviousCall_VersionedChildStructure.Builder clearTargetPassingTimeView()
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
    • getTargetPassingTimeViewBuilder

      public TargetPassingTimeViewType.Builder getTargetPassingTimeViewBuilder()
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
    • getTargetPassingTimeViewOrBuilder

      public TargetPassingTimeViewTypeOrBuilder getTargetPassingTimeViewOrBuilder()
       Simplified TARGET PASSING TIME.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 303:61]
       
      .uk.org.netex.www.netex.TargetPassingTimeViewType target_passing_time_view = 501;
      Specified by:
      getTargetPassingTimeViewOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasEstimatedPassingTimeView

      public boolean hasEstimatedPassingTimeView()
       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
      Specified by:
      hasEstimatedPassingTimeView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the estimatedPassingTimeView field is set.
    • getEstimatedPassingTimeView

      public EstimatedPassingTime_ViewStructure getEstimatedPassingTimeView()
       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
      Specified by:
      getEstimatedPassingTimeView in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The estimatedPassingTimeView.
    • setEstimatedPassingTimeView

       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
    • setEstimatedPassingTimeView

       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
    • mergeEstimatedPassingTimeView

       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
    • clearEstimatedPassingTimeView

      public PreviousCall_VersionedChildStructure.Builder clearEstimatedPassingTimeView()
       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
    • getEstimatedPassingTimeViewBuilder

      public EstimatedPassingTime_ViewStructure.Builder getEstimatedPassingTimeViewBuilder()
       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
    • getEstimatedPassingTimeViewOrBuilder

      public EstimatedPassingTime_ViewStructureOrBuilder getEstimatedPassingTimeViewOrBuilder()
       Simplified ESTIMATED PASSING TIME.  [netex_part_3/part3_monitoring/netex_monitoredPassingTimes_version.xsd at 310:106]
       
      .uk.org.netex.www.netex.EstimatedPassingTime_ViewStructure estimated_passing_time_view = 502;
      Specified by:
      getEstimatedPassingTimeViewOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasScheduledStopPointRef

      public boolean hasScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 162;
      Specified by:
      hasScheduledStopPointRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the scheduledStopPointRef field is set.
    • getScheduledStopPointRef

      public VersionOfObjectRefStructure getScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 162;
      Specified by:
      getScheduledStopPointRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The scheduledStopPointRef.
    • setScheduledStopPointRef

       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 162;
    • setScheduledStopPointRef

      public PreviousCall_VersionedChildStructure.Builder setScheduledStopPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 162;
    • mergeScheduledStopPointRef

       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 162;
    • clearScheduledStopPointRef

      public PreviousCall_VersionedChildStructure.Builder clearScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 162;
    • getScheduledStopPointRefBuilder

      public VersionOfObjectRefStructure.Builder getScheduledStopPointRefBuilder()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 162;
    • getScheduledStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getScheduledStopPointRefOrBuilder()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 162;
      Specified by:
      getScheduledStopPointRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasFareScheduledStopPointRef

      public boolean hasFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 163;
      Specified by:
      hasFareScheduledStopPointRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the fareScheduledStopPointRef field is set.
    • getFareScheduledStopPointRef

      public VersionOfObjectRefStructure getFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 163;
      Specified by:
      getFareScheduledStopPointRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The fareScheduledStopPointRef.
    • setFareScheduledStopPointRef

       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 163;
    • setFareScheduledStopPointRef

      public PreviousCall_VersionedChildStructure.Builder setFareScheduledStopPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 163;
    • mergeFareScheduledStopPointRef

      public PreviousCall_VersionedChildStructure.Builder mergeFareScheduledStopPointRef(VersionOfObjectRefStructure value)
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 163;
    • clearFareScheduledStopPointRef

      public PreviousCall_VersionedChildStructure.Builder clearFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 163;
    • getFareScheduledStopPointRefBuilder

      public VersionOfObjectRefStructure.Builder getFareScheduledStopPointRefBuilder()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 163;
    • getFareScheduledStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getFareScheduledStopPointRefOrBuilder()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 163;
      Specified by:
      getFareScheduledStopPointRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasServiceJourneyRef

      public boolean hasServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 191;
      Specified by:
      hasServiceJourneyRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the serviceJourneyRef field is set.
    • getServiceJourneyRef

      public VersionOfObjectRefStructure getServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 191;
      Specified by:
      getServiceJourneyRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The serviceJourneyRef.
    • setServiceJourneyRef

       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 191;
    • setServiceJourneyRef

       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 191;
    • mergeServiceJourneyRef

       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 191;
    • clearServiceJourneyRef

      public PreviousCall_VersionedChildStructure.Builder clearServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 191;
    • getServiceJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getServiceJourneyRefBuilder()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 191;
    • getServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getServiceJourneyRefOrBuilder()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 191;
      Specified by:
      getServiceJourneyRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasTemplateServiceJourneyRef

      public boolean hasTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 192;
      Specified by:
      hasTemplateServiceJourneyRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the templateServiceJourneyRef field is set.
    • getTemplateServiceJourneyRef

      public VersionOfObjectRefStructure getTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 192;
      Specified by:
      getTemplateServiceJourneyRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The templateServiceJourneyRef.
    • setTemplateServiceJourneyRef

       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 192;
    • setTemplateServiceJourneyRef

      public PreviousCall_VersionedChildStructure.Builder setTemplateServiceJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 192;
    • mergeTemplateServiceJourneyRef

      public PreviousCall_VersionedChildStructure.Builder mergeTemplateServiceJourneyRef(VersionOfObjectRefStructure value)
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 192;
    • clearTemplateServiceJourneyRef

      public PreviousCall_VersionedChildStructure.Builder clearTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 192;
    • getTemplateServiceJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getTemplateServiceJourneyRefBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 192;
    • getTemplateServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTemplateServiceJourneyRefOrBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 192;
      Specified by:
      getTemplateServiceJourneyRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder
    • hasDatedServiceJourneyRef

      public boolean hasDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
      Specified by:
      hasDatedServiceJourneyRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      Whether the datedServiceJourneyRef field is set.
    • getDatedServiceJourneyRef

      public VersionOfObjectRefStructure getDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
      Specified by:
      getDatedServiceJourneyRef in interface PreviousCall_VersionedChildStructureOrBuilder
      Returns:
      The datedServiceJourneyRef.
    • setDatedServiceJourneyRef

       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
    • setDatedServiceJourneyRef

      public PreviousCall_VersionedChildStructure.Builder setDatedServiceJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
    • mergeDatedServiceJourneyRef

       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
    • clearDatedServiceJourneyRef

      public PreviousCall_VersionedChildStructure.Builder clearDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
    • getDatedServiceJourneyRefBuilder

      public VersionOfObjectRefStructure.Builder getDatedServiceJourneyRefBuilder()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
    • getDatedServiceJourneyRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDatedServiceJourneyRefOrBuilder()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
      Specified by:
      getDatedServiceJourneyRefOrBuilder in interface PreviousCall_VersionedChildStructureOrBuilder