Class DatedCallType.Builder

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

public static final class DatedCallType.Builder extends com.google.protobuf.GeneratedMessage.Builder<DatedCallType.Builder> implements DatedCallTypeOrBuilder
 A visit to a SCHEDULED STOP POINT as part of a VEHICLE JOURNEY. A CALL is a view of a POINT IN JOURNEY PATTERN that adds in derived data.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 450:58]
 
Protobuf type uk.org.netex.www.netex.DatedCallType
  • 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<DatedCallType.Builder>
    • clear

      public DatedCallType.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<DatedCallType.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<DatedCallType.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public DatedCallType.Builder mergeFrom(DatedCallType other)
    • isInitialized

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

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

      public DatedCallType.ScheduledStopPointRefStructureCase getScheduledStopPointRefStructureCase()
      Specified by:
      getScheduledStopPointRefStructureCase in interface DatedCallTypeOrBuilder
    • clearScheduledStopPointRefStructure

      public DatedCallType.Builder clearScheduledStopPointRefStructure()
    • getServiceJourneyRefStructureCase

      public DatedCallType.ServiceJourneyRefStructureCase getServiceJourneyRefStructureCase()
      Specified by:
      getServiceJourneyRefStructureCase in interface DatedCallTypeOrBuilder
    • clearServiceJourneyRefStructure

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

      public DatedCallType.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 DatedCallType.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 DatedCallType.Builder mergeCreated(com.google.protobuf.Timestamp value)
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • clearCreated

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

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

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The changed.
    • setChanged

      public DatedCallType.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 DatedCallType.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 DatedCallType.Builder mergeChanged(com.google.protobuf.Timestamp value)
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • clearChanged

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

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

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

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

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

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

      public DatedCallType.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 DatedCallTypeOrBuilder
      Returns:
      The status.
    • setStatus

      public DatedCallType.Builder setStatus(StatusEnumeration 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 status to set.
      Returns:
      This builder for chaining.
    • clearStatus

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

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 534;
      Specified by:
      getDerivedFromVersionRef in interface DatedCallTypeOrBuilder
      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 = 534;
      Specified by:
      getDerivedFromVersionRefBytes in interface DatedCallTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

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

      public DatedCallType.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 = 534;
      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 = 535;
      Specified by:
      getDerivedFromObjectRef in interface DatedCallTypeOrBuilder
      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 = 535;
      Specified by:
      getDerivedFromObjectRefBytes in interface DatedCallTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public DatedCallType.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 = 535;
      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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

      public DatedCallType.Builder mergeValidityConditions(ValidityConditions_RelStructure value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
    • setValidBetween

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

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

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

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

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

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

      public DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The alternativeTexts.
    • setAlternativeTexts

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

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

      public DatedCallType.Builder mergeAlternativeTexts(AlternativeTexts_RelStructure value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public DatedCallType.Builder setExtensions(ExtensionsStructure value)
       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

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

      public DatedCallType.Builder mergeExtensions(ExtensionsStructure value)
       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

      public DatedCallType.Builder clearExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      Returns:
      The order.
    • setOrder

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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
      Returns:
      The constrained.
    • setConstrained

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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
      Returns:
      The visitNumber.
    • setVisitNumber

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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The scheduledStopPointView.
    • setScheduledStopPointView

      public DatedCallType.Builder setScheduledStopPointView(ScheduledStopPoint_DerivedViewStructure value)
       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

      public DatedCallType.Builder setScheduledStopPointView(ScheduledStopPoint_DerivedViewStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeScheduledStopPointView(ScheduledStopPoint_DerivedViewStructure value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The onwardTimingLinkView.
    • setOnwardTimingLinkView

      public DatedCallType.Builder setOnwardTimingLinkView(OnwardTimingLinkViewType value)
       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 DatedCallType.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

      public DatedCallType.Builder mergeOnwardTimingLinkView(OnwardTimingLinkViewType value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The onwardServiceLinkRef.
    • setOnwardServiceLinkRef

      public DatedCallType.Builder setOnwardServiceLinkRef(VersionOfObjectRefStructure value)
       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

      public DatedCallType.Builder setOnwardServiceLinkRef(VersionOfObjectRefStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeOnwardServiceLinkRef(VersionOfObjectRefStructure value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The onwardServiceLinkView.
    • setOnwardServiceLinkView

      public DatedCallType.Builder setOnwardServiceLinkView(OnwardServiceLinkViewType value)
       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 DatedCallType.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

      public DatedCallType.Builder mergeOnwardServiceLinkView(OnwardServiceLinkViewType value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      Returns:
      The enum numeric value on the wire for timingPointStatus.
    • setTimingPointStatusValue

      public DatedCallType.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 DatedCallTypeOrBuilder
      Returns:
      The timingPointStatus.
    • setTimingPointStatus

      public DatedCallType.Builder setTimingPointStatus(TimingPointStatusEnumeration 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 timingPointStatus to set.
      Returns:
      This builder for chaining.
    • clearTimingPointStatus

      public DatedCallType.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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The pointInJourneyPatternRef.
    • setPointInJourneyPatternRef

      public DatedCallType.Builder setPointInJourneyPatternRef(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;
    • setPointInJourneyPatternRef

      public DatedCallType.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 DatedCallType.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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The arrival.
    • setArrival

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

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

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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The departure.
    • setDeparture

      public DatedCallType.Builder setDeparture(DepartureStructure value)
       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

      public DatedCallType.Builder setDeparture(DepartureStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeDeparture(DepartureStructure value)
       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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The frequency.
    • setFrequency

      public DatedCallType.Builder setFrequency(FrequencyStructure value)
       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

      public DatedCallType.Builder setFrequency(FrequencyStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeFrequency(FrequencyStructure value)
       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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
    • hasDestinationDisplayRef

      public boolean hasDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
      Specified by:
      hasDestinationDisplayRef in interface DatedCallTypeOrBuilder
      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 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
      Specified by:
      getDestinationDisplayRef in interface DatedCallTypeOrBuilder
      Returns:
      The destinationDisplayRef.
    • setDestinationDisplayRef

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

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

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

      public DatedCallType.Builder clearDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243: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 243: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 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 201;
      Specified by:
      getDestinationDisplayRefOrBuilder in interface DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The destinationDisplayView.
    • setDestinationDisplayView

      public DatedCallType.Builder setDestinationDisplayView(DestinationDisplayViewType value)
       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 DatedCallType.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

      public DatedCallType.Builder mergeDestinationDisplayView(DestinationDisplayViewType value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The vias.
    • setVias

      public DatedCallType.Builder setVias(Vias_RelStructure value)
       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

      public DatedCallType.Builder setVias(Vias_RelStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeVias(Vias_RelStructure value)
       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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The flexiblePointProperties.
    • setFlexiblePointProperties

      public DatedCallType.Builder setFlexiblePointProperties(FlexiblePointPropertiesType value)
       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 DatedCallType.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

      public DatedCallType.Builder mergeFlexiblePointProperties(FlexiblePointPropertiesType value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      Returns:
      The changeOfDestinationDisplay.
    • setChangeOfDestinationDisplay

      public DatedCallType.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 DatedCallType.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 DatedCallTypeOrBuilder
      Returns:
      The changeOfServiceRequirements.
    • setChangeOfServiceRequirements

      public DatedCallType.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 DatedCallType.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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      Returns:
      The requestStop.
    • setRequestStop

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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
      Returns:
      The enum numeric value on the wire for requestMethod.
    • setRequestMethodValue

      public DatedCallType.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 DatedCallTypeOrBuilder
      Returns:
      The requestMethod.
    • setRequestMethod

      public DatedCallType.Builder setRequestMethod(RequestMethodTypeEnumeration 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 requestMethod to set.
      Returns:
      This builder for chaining.
    • clearRequestMethod

      public DatedCallType.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 DatedCallTypeOrBuilder
      Returns:
      The enum numeric value on the wire for stopUse.
    • setStopUseValue

      public DatedCallType.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 DatedCallTypeOrBuilder
      Returns:
      The stopUse.
    • setStopUse

      public DatedCallType.Builder setStopUse(StopUseEnumeration 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 stopUse to set.
      Returns:
      This builder for chaining.
    • clearStopUse

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The bookingArrangements.
    • setBookingArrangements

      public DatedCallType.Builder setBookingArrangements(BookingArrangementsStructure value)
       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

      public DatedCallType.Builder setBookingArrangements(BookingArrangementsStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeBookingArrangements(BookingArrangementsStructure value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      Returns:
      The print.
    • setPrint

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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
      Returns:
      The enum numeric value on the wire for dynamic.
    • setDynamicValue

      public DatedCallType.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 DatedCallTypeOrBuilder
      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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The passengerCarryingRequirementRef.
    • setPassengerCarryingRequirementRef

      public DatedCallType.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 DatedCallType.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 DatedCallType.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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The passengerCarryingRequirementsView.
    • setPassengerCarryingRequirementsView

      public DatedCallType.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 DatedCallType.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 DatedCallType.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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The trainSize.
    • setTrainSize

      public DatedCallType.Builder setTrainSize(TrainSizeStructure value)
       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

      public DatedCallType.Builder setTrainSize(TrainSizeStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeTrainSize(TrainSizeStructure value)
       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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      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

      public DatedCallType.Builder setEquipments(VehicleEquipments_RelStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeEquipments(VehicleEquipments_RelStructure value)
       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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The note.
    • setNote

      public DatedCallType.Builder setNote(MultilingualString value)
       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

      public DatedCallType.Builder setNote(MultilingualString.Builder builderForValue)
       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

      public DatedCallType.Builder mergeNote(MultilingualString value)
       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

      public DatedCallType.Builder 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 DatedCallTypeOrBuilder
    • hasDriverRef

      public boolean hasDriverRef()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 501;
      Specified by:
      hasDriverRef in interface DatedCallTypeOrBuilder
      Returns:
      Whether the driverRef field is set.
    • getDriverRef

      public VersionOfObjectRefStructure getDriverRef()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 501;
      Specified by:
      getDriverRef in interface DatedCallTypeOrBuilder
      Returns:
      The driverRef.
    • setDriverRef

       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 501;
    • setDriverRef

      public DatedCallType.Builder setDriverRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 501;
    • mergeDriverRef

      public DatedCallType.Builder mergeDriverRef(VersionOfObjectRefStructure value)
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 501;
    • clearDriverRef

      public DatedCallType.Builder clearDriverRef()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 501;
    • getDriverRefBuilder

      public VersionOfObjectRefStructure.Builder getDriverRefBuilder()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 501;
    • getDriverRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDriverRefOrBuilder()
       Reference to a DRIVER.  [netex_part_2/part2_journeyTimes/netex_vehicleService_support.xsd at 146:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure driver_ref = 501;
      Specified by:
      getDriverRefOrBuilder in interface DatedCallTypeOrBuilder
    • hasArrivalDate

      public boolean hasArrivalDate()
       Date of  departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 528:66]
       
      .google.type.Date arrival_date = 502;
      Specified by:
      hasArrivalDate in interface DatedCallTypeOrBuilder
      Returns:
      Whether the arrivalDate field is set.
    • getArrivalDate

      public com.google.type.Date getArrivalDate()
       Date of  departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 528:66]
       
      .google.type.Date arrival_date = 502;
      Specified by:
      getArrivalDate in interface DatedCallTypeOrBuilder
      Returns:
      The arrivalDate.
    • setArrivalDate

      public DatedCallType.Builder setArrivalDate(com.google.type.Date value)
       Date of  departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 528:66]
       
      .google.type.Date arrival_date = 502;
    • setArrivalDate

      public DatedCallType.Builder setArrivalDate(com.google.type.Date.Builder builderForValue)
       Date of  departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 528:66]
       
      .google.type.Date arrival_date = 502;
    • mergeArrivalDate

      public DatedCallType.Builder mergeArrivalDate(com.google.type.Date value)
       Date of  departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 528:66]
       
      .google.type.Date arrival_date = 502;
    • clearArrivalDate

      public DatedCallType.Builder clearArrivalDate()
       Date of  departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 528:66]
       
      .google.type.Date arrival_date = 502;
    • getArrivalDateBuilder

      public com.google.type.Date.Builder getArrivalDateBuilder()
       Date of  departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 528:66]
       
      .google.type.Date arrival_date = 502;
    • getArrivalDateOrBuilder

      public com.google.type.DateOrBuilder getArrivalDateOrBuilder()
       Date of  departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 528:66]
       
      .google.type.Date arrival_date = 502;
      Specified by:
      getArrivalDateOrBuilder in interface DatedCallTypeOrBuilder
    • hasDepartureDate

      public boolean hasDepartureDate()
       Date of departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 533:68]
       
      .google.type.Date departure_date = 503;
      Specified by:
      hasDepartureDate in interface DatedCallTypeOrBuilder
      Returns:
      Whether the departureDate field is set.
    • getDepartureDate

      public com.google.type.Date getDepartureDate()
       Date of departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 533:68]
       
      .google.type.Date departure_date = 503;
      Specified by:
      getDepartureDate in interface DatedCallTypeOrBuilder
      Returns:
      The departureDate.
    • setDepartureDate

      public DatedCallType.Builder setDepartureDate(com.google.type.Date value)
       Date of departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 533:68]
       
      .google.type.Date departure_date = 503;
    • setDepartureDate

      public DatedCallType.Builder setDepartureDate(com.google.type.Date.Builder builderForValue)
       Date of departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 533:68]
       
      .google.type.Date departure_date = 503;
    • mergeDepartureDate

      public DatedCallType.Builder mergeDepartureDate(com.google.type.Date value)
       Date of departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 533:68]
       
      .google.type.Date departure_date = 503;
    • clearDepartureDate

      public DatedCallType.Builder clearDepartureDate()
       Date of departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 533:68]
       
      .google.type.Date departure_date = 503;
    • getDepartureDateBuilder

      public com.google.type.Date.Builder getDepartureDateBuilder()
       Date of departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 533:68]
       
      .google.type.Date departure_date = 503;
    • getDepartureDateOrBuilder

      public com.google.type.DateOrBuilder getDepartureDateOrBuilder()
       Date of departure.  [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 533:68]
       
      .google.type.Date departure_date = 503;
      Specified by:
      getDepartureDateOrBuilder in interface DatedCallTypeOrBuilder
    • getId

      public String getId()
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 475:70]
       
      string id = 531;
      Specified by:
      getId in interface DatedCallTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 475:70]
       
      string id = 531;
      Specified by:
      getIdBytes in interface DatedCallTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public DatedCallType.Builder setId(String value)
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 475:70]
       
      string id = 531;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public DatedCallType.Builder clearId()
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 475:70]
       
      string id = 531;
      Returns:
      This builder for chaining.
    • setIdBytes

      public DatedCallType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 475:70]
       
      string id = 531;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The scheduledStopPointRef.
    • setScheduledStopPointRef

      public DatedCallType.Builder setScheduledStopPointRef(VersionOfObjectRefStructure value)
       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 DatedCallType.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

      public DatedCallType.Builder mergeScheduledStopPointRef(VersionOfObjectRefStructure value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The fareScheduledStopPointRef.
    • setFareScheduledStopPointRef

      public DatedCallType.Builder setFareScheduledStopPointRef(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;
    • setFareScheduledStopPointRef

      public DatedCallType.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 DatedCallType.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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The serviceJourneyRef.
    • setServiceJourneyRef

      public DatedCallType.Builder setServiceJourneyRef(VersionOfObjectRefStructure value)
       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

      public DatedCallType.Builder setServiceJourneyRef(VersionOfObjectRefStructure.Builder builderForValue)
       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

      public DatedCallType.Builder mergeServiceJourneyRef(VersionOfObjectRefStructure value)
       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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 DatedCallTypeOrBuilder
      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 DatedCallTypeOrBuilder
      Returns:
      The templateServiceJourneyRef.
    • setTemplateServiceJourneyRef

      public DatedCallType.Builder setTemplateServiceJourneyRef(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;
    • setTemplateServiceJourneyRef

      public DatedCallType.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 DatedCallType.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 DatedCallType.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 DatedCallTypeOrBuilder
    • 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 = 532;
      Specified by:
      hasDatedServiceJourneyRef in interface DatedCallTypeOrBuilder
      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 = 532;
      Specified by:
      getDatedServiceJourneyRef in interface DatedCallTypeOrBuilder
      Returns:
      The datedServiceJourneyRef.
    • setDatedServiceJourneyRef

      public DatedCallType.Builder setDatedServiceJourneyRef(VersionOfObjectRefStructure value)
       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 = 532;
    • setDatedServiceJourneyRef

      public DatedCallType.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 = 532;
    • mergeDatedServiceJourneyRef

      public DatedCallType.Builder mergeDatedServiceJourneyRef(VersionOfObjectRefStructure value)
       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 = 532;
    • clearDatedServiceJourneyRef

      public DatedCallType.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 = 532;
    • 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 = 532;
    • 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 = 532;
      Specified by:
      getDatedServiceJourneyRefOrBuilder in interface DatedCallTypeOrBuilder