Class DatedCallZType.Builder

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

public static final class DatedCallZType.Builder extends com.google.protobuf.GeneratedMessage.Builder<DatedCallZType.Builder> implements DatedCallZTypeOrBuilder
 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 492:60]
 
Protobuf type uk.org.netex.www.netex.DatedCallZType
  • 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<DatedCallZType.Builder>
    • clear

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

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

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

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

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

      public DatedCallZType.Builder mergeFrom(DatedCallZType other)
    • isInitialized

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

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

      public DatedCallZType.ScheduledStopPointRefStructureCase getScheduledStopPointRefStructureCase()
      Specified by:
      getScheduledStopPointRefStructureCase in interface DatedCallZTypeOrBuilder
    • clearScheduledStopPointRefStructure

      public DatedCallZType.Builder clearScheduledStopPointRefStructure()
    • getServiceJourneyRefStructureCase

      public DatedCallZType.ServiceJourneyRefStructureCase getServiceJourneyRefStructureCase()
      Specified by:
      getServiceJourneyRefStructureCase in interface DatedCallZTypeOrBuilder
    • clearServiceJourneyRefStructure

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

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The bytes for version.
    • setVersion

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

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • setDerivedFromVersionRef

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
    • setValidBetween

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      Returns:
      The order.
    • setOrder

      public DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
      Returns:
      The constrained.
    • setConstrained

      public DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
      Returns:
      The visitNumber.
    • setVisitNumber

      public DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The scheduledStopPointView.
    • setScheduledStopPointView

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The onwardTimingLinkView.
    • setOnwardTimingLinkView

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The onwardServiceLinkRef.
    • setOnwardServiceLinkRef

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The onwardServiceLinkView.
    • setOnwardServiceLinkView

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      Returns:
      The enum numeric value on the wire for timingPointStatus.
    • setTimingPointStatusValue

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

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

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The departure.
    • setDeparture

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The frequency.
    • setFrequency

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • hasDestinationDisplayRef

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

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

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

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

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

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

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

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The vias.
    • setVias

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The flexiblePointProperties.
    • setFlexiblePointProperties

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      Returns:
      The changeOfDestinationDisplay.
    • setChangeOfDestinationDisplay

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

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

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

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

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

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The bookingArrangements.
    • setBookingArrangements

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      Returns:
      The print.
    • setPrint

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

      public DatedCallZType.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 DatedCallZTypeOrBuilder
      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 DatedCallZType.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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The passengerCarryingRequirementRef.
    • setPassengerCarryingRequirementRef

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

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      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 DatedCallZType.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

       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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The note.
    • setNote

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The arrivalDate.
    • setArrivalDate

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The departureDate.
    • setDepartureDate

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • getId

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

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

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

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

      public DatedCallZType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_2/part2_journeyTimes/netex_call_version.xsd at 517: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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The scheduledStopPointRef.
    • setScheduledStopPointRef

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The fareScheduledStopPointRef.
    • setFareScheduledStopPointRef

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

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The templateServiceJourneyRef.
    • setTemplateServiceJourneyRef

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder
    • 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 DatedCallZTypeOrBuilder
      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 DatedCallZTypeOrBuilder
      Returns:
      The datedServiceJourneyRef.
    • setDatedServiceJourneyRef

      public DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZType.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 DatedCallZTypeOrBuilder