Class FareScheduledStopPointType.Builder

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

public static final class FareScheduledStopPointType.Builder extends com.google.protobuf.GeneratedMessage.Builder<FareScheduledStopPointType.Builder> implements FareScheduledStopPointTypeOrBuilder
 A POINT where passengers can board or alight from vehicles.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 153:88]
 
Protobuf type uk.org.netex.www.netex.FareScheduledStopPointType
  • 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<FareScheduledStopPointType.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<FareScheduledStopPointType.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<FareScheduledStopPointType.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

    • isInitialized

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

      public FareScheduledStopPointType.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<FareScheduledStopPointType.Builder>
      Throws:
      IOException
    • 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 FareScheduledStopPointTypeOrBuilder
      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 FareScheduledStopPointTypeOrBuilder
      Returns:
      The created.
    • setCreated

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

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

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

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

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

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

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

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

      public FareScheduledStopPointType.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 = 783;
      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 = 784;
      Specified by:
      getDerivedFromObjectRef in interface FareScheduledStopPointTypeOrBuilder
      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 = 784;
      Specified by:
      getDerivedFromObjectRefBytes in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public FareScheduledStopPointType.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 = 784;
      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 FareScheduledStopPointTypeOrBuilder
      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 FareScheduledStopPointTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

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

      public FareScheduledStopPointType.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 FareScheduledStopPointTypeOrBuilder
    • 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 FareScheduledStopPointTypeOrBuilder
    • 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 FareScheduledStopPointTypeOrBuilder
    • 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 FareScheduledStopPointTypeOrBuilder
    • setValidBetween

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

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

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

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

      public FareScheduledStopPointType.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 FareScheduledStopPointTypeOrBuilder
    • hasKeyList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasName()
       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The name.
    • setName

       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

      public MultilingualString.Builder getNameBuilder()
       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 139:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasLocation

      public boolean hasLocation()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
      Specified by:
      hasLocation in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the location field is set.
    • getLocation

      public LocationStructure getLocation()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
      Specified by:
      getLocation in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The location.
    • setLocation

       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
    • setLocation

      public FareScheduledStopPointType.Builder setLocation(LocationStructure.Builder builderForValue)
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
    • mergeLocation

       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
    • clearLocation

      public FareScheduledStopPointType.Builder clearLocation()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
    • getLocationBuilder

      public LocationStructure.Builder getLocationBuilder()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
    • getLocationOrBuilder

      public LocationStructureOrBuilder getLocationOrBuilder()
       The position of a POINT with a reference to a given LOCATING SYSTEM (e. g. coordinates).  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 144:72]
       
      .uk.org.netex.www.netex.LocationStructure location = 162;
      Specified by:
      getLocationOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • getPointNumber

      public String getPointNumber()
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Specified by:
      getPointNumber in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The pointNumber.
    • getPointNumberBytes

      public com.google.protobuf.ByteString getPointNumberBytes()
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Specified by:
      getPointNumberBytes in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The bytes for pointNumber.
    • setPointNumber

      public FareScheduledStopPointType.Builder setPointNumber(String value)
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Parameters:
      value - The pointNumber to set.
      Returns:
      This builder for chaining.
    • clearPointNumber

      public FareScheduledStopPointType.Builder clearPointNumber()
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Returns:
      This builder for chaining.
    • setPointNumberBytes

      public FareScheduledStopPointType.Builder setPointNumberBytes(com.google.protobuf.ByteString value)
       Arbitrary alternative identifier for the POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 149:78]
       
      string point_number = 163;
      Parameters:
      value - The bytes for pointNumber to set.
      Returns:
      This builder for chaining.
    • hasTypes

      public boolean hasTypes()
       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
      Specified by:
      hasTypes in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the types field is set.
    • getTypes

      public TypeOfPointRefs_RelStructure getTypes()
       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
      Specified by:
      getTypes in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The types.
    • setTypes

       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
    • setTypes

       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
    • mergeTypes

       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
    • clearTypes

       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
    • getTypesBuilder

      public TypeOfPointRefs_RelStructure.Builder getTypesBuilder()
       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
    • getTypesOrBuilder

      public TypeOfPointRefs_RelStructureOrBuilder getTypesOrBuilder()
       Types of POINT. Used for arbitrary documentation - Specific types of POINTs and LINKs such as ROUTE POINT, TIMING POINT, etc are also proper subtypes of POINT.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 154:80]
       
      .uk.org.netex.www.netex.TypeOfPointRefs_RelStructure types = 164;
      Specified by:
      getTypesOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasProjections

      public boolean hasProjections()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      hasProjections in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      getProjections in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The projections.
    • setProjections

       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • setProjections

       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • mergeProjections

       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • clearProjections

      public FareScheduledStopPointType.Builder clearProjections()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • getProjectionsBuilder

      public Projections_RelStructure.Builder getProjectionsBuilder()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of POINT onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 159:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Specified by:
      getProjectionsOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasGroupMemberships

      public boolean hasGroupMemberships()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
      Specified by:
      hasGroupMemberships in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the groupMemberships field is set.
    • getGroupMemberships

      public GroupMembershipRefs_RelStructure getGroupMemberships()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
      Specified by:
      getGroupMemberships in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The groupMemberships.
    • setGroupMemberships

       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
    • setGroupMemberships

       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
    • mergeGroupMemberships

       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
    • clearGroupMemberships

      public FareScheduledStopPointType.Builder clearGroupMemberships()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
    • getGroupMembershipsBuilder

      public GroupMembershipRefs_RelStructure.Builder getGroupMembershipsBuilder()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
    • getGroupMembershipsOrBuilder

      public GroupMembershipRefs_RelStructureOrBuilder getGroupMembershipsOrBuilder()
       GROUPs OF POINTs to which POINT belongs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 164:95]
       
      .uk.org.netex.www.netex.GroupMembershipRefs_RelStructure group_memberships = 166;
      Specified by:
      getGroupMembershipsOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • getTimingPointStatusValue

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

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

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

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

      public FareScheduledStopPointType.Builder clearTimingPointStatus()
       Default Nature of TIMING POINT. Default is primary TIMING POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 203:92]
       
      .uk.org.netex.www.netex.TimingPointStatusEnumeration timing_point_status = 281;
      Returns:
      This builder for chaining.
    • hasAllowedForWaitTime

      public boolean hasAllowedForWaitTime()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
      Specified by:
      hasAllowedForWaitTime in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the allowedForWaitTime field is set.
    • getAllowedForWaitTime

      public com.google.protobuf.Duration getAllowedForWaitTime()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
      Specified by:
      getAllowedForWaitTime in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The allowedForWaitTime.
    • setAllowedForWaitTime

      public FareScheduledStopPointType.Builder setAllowedForWaitTime(com.google.protobuf.Duration value)
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
    • setAllowedForWaitTime

      public FareScheduledStopPointType.Builder setAllowedForWaitTime(com.google.protobuf.Duration.Builder builderForValue)
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
    • mergeAllowedForWaitTime

      public FareScheduledStopPointType.Builder mergeAllowedForWaitTime(com.google.protobuf.Duration value)
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
    • clearAllowedForWaitTime

      public FareScheduledStopPointType.Builder clearAllowedForWaitTime()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
    • getAllowedForWaitTimeBuilder

      public com.google.protobuf.Duration.Builder getAllowedForWaitTimeBuilder()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
    • getAllowedForWaitTimeOrBuilder

      public com.google.protobuf.DurationOrBuilder getAllowedForWaitTimeOrBuilder()
       Default WAIT TIME associated with TIMING POINT. May be overridden on specific POINTs in JOURNEY PATTERNs for POINT.  [netex_part_1/part1_tacticalPlanning/netex_timingPattern_version.xsd at 208:77]
       
      .google.protobuf.Duration allowed_for_wait_time = 282;
      Specified by:
      getAllowedForWaitTimeOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasStopAreas

      public boolean hasStopAreas()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
      Specified by:
      hasStopAreas in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the stopAreas field is set.
    • getStopAreas

      public StopAreaRefs_RelStructure getStopAreas()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
      Specified by:
      getStopAreas in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The stopAreas.
    • setStopAreas

       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
    • setStopAreas

       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
    • mergeStopAreas

       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
    • clearStopAreas

      public FareScheduledStopPointType.Builder clearStopAreas()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
    • getStopAreasBuilder

      public StopAreaRefs_RelStructure.Builder getStopAreasBuilder()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
    • getStopAreasOrBuilder

      public StopAreaRefs_RelStructureOrBuilder getStopAreasOrBuilder()
       Whether by default a passenger can alight at SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 359:81]
       
      .uk.org.netex.www.netex.StopAreaRefs_RelStructure stop_areas = 431;
      Specified by:
      getStopAreasOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasTariffZones

      public boolean hasTariffZones()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
      Specified by:
      hasTariffZones in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the tariffZones field is set.
    • getTariffZones

      public TariffZoneRefs_RelStructure getTariffZones()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
      Specified by:
      getTariffZones in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The tariffZones.
    • setTariffZones

       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
    • setTariffZones

       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
    • mergeTariffZones

       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
    • clearTariffZones

      public FareScheduledStopPointType.Builder clearTariffZones()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
    • getTariffZonesBuilder

      public TariffZoneRefs_RelStructure.Builder getTariffZonesBuilder()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
    • getTariffZonesOrBuilder

      public TariffZoneRefs_RelStructureOrBuilder getTariffZonesOrBuilder()
       TARIFF ZONEs for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 364:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 432;
      Specified by:
      getTariffZonesOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
      Specified by:
      hasShortName in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
      Specified by:
      getShortName in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The shortName.
    • setShortName

       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
    • setShortName

      public FareScheduledStopPointType.Builder setShortName(MultilingualString.Builder builderForValue)
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
    • mergeShortName

       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
    • clearShortName

      public FareScheduledStopPointType.Builder clearShortName()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
    • getShortNameBuilder

      public MultilingualString.Builder getShortNameBuilder()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 256:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 441;
      Specified by:
      getShortNameOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasNameSuffix

      public boolean hasNameSuffix()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
      Specified by:
      hasNameSuffix in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the nameSuffix field is set.
    • getNameSuffix

      public MultilingualString getNameSuffix()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
      Specified by:
      getNameSuffix in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The nameSuffix.
    • setNameSuffix

       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
    • setNameSuffix

      public FareScheduledStopPointType.Builder setNameSuffix(MultilingualString.Builder builderForValue)
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
    • mergeNameSuffix

       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
    • clearNameSuffix

      public FareScheduledStopPointType.Builder clearNameSuffix()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
    • getNameSuffixBuilder

      public MultilingualString.Builder getNameSuffixBuilder()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
    • getNameSuffixOrBuilder

      public MultilingualStringOrBuilder getNameSuffixOrBuilder()
       Optiona l Suffix for Name of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 261:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 442;
      Specified by:
      getNameSuffixOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
      Specified by:
      hasDescription in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
      Specified by:
      getDescription in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The description.
    • setDescription

       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
    • setDescription

      public FareScheduledStopPointType.Builder setDescription(MultilingualString.Builder builderForValue)
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
    • mergeDescription

      public FareScheduledStopPointType.Builder mergeDescription(MultilingualString value)
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
    • clearDescription

      public FareScheduledStopPointType.Builder clearDescription()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further description of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 266:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 443;
      Specified by:
      getDescriptionOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasLabel

      public boolean hasLabel()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
      Specified by:
      hasLabel in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the label field is set.
    • getLabel

      public MultilingualString getLabel()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
      Specified by:
      getLabel in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The label.
    • setLabel

       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
    • setLabel

       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
    • mergeLabel

       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
    • clearLabel

       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
    • getLabelBuilder

      public MultilingualString.Builder getLabelBuilder()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
    • getLabelOrBuilder

      public MultilingualStringOrBuilder getLabelOrBuilder()
       Label of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 271:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 444;
      Specified by:
      getLabelOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasShortStopCode

      public boolean hasShortStopCode()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
      Specified by:
      hasShortStopCode in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the shortStopCode field is set.
    • getShortStopCode

      public PrivateCodeStructure getShortStopCode()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
      Specified by:
      getShortStopCode in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The shortStopCode.
    • setShortStopCode

       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
    • setShortStopCode

      public FareScheduledStopPointType.Builder setShortStopCode(PrivateCodeStructure.Builder builderForValue)
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
    • mergeShortStopCode

      public FareScheduledStopPointType.Builder mergeShortStopCode(PrivateCodeStructure value)
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
    • clearShortStopCode

      public FareScheduledStopPointType.Builder clearShortStopCode()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
    • getShortStopCodeBuilder

      public PrivateCodeStructure.Builder getShortStopCodeBuilder()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
    • getShortStopCodeOrBuilder

      public PrivateCodeStructureOrBuilder getShortStopCodeOrBuilder()
       An alternative short code that t identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 304:80]
       
      .uk.org.netex.www.netex.PrivateCodeStructure short_stop_code = 445;
      Specified by:
      getShortStopCodeOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasPublicCode

      public boolean hasPublicCode()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
      Specified by:
      hasPublicCode in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      public PrivateCodeStructure getPublicCode()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
      Specified by:
      getPublicCode in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The publicCode.
    • setPublicCode

       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
    • setPublicCode

      public FareScheduledStopPointType.Builder setPublicCode(PrivateCodeStructure.Builder builderForValue)
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
    • mergePublicCode

       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
    • clearPublicCode

      public FareScheduledStopPointType.Builder clearPublicCode()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
    • getPublicCodeBuilder

      public PrivateCodeStructure.Builder getPublicCodeBuilder()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
    • getPublicCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       A PUBLIC code that uniquely identifies the STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 309:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 446;
      Specified by:
      getPublicCodeOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasPrivateCode

      public boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 447;
      Specified by:
      hasPrivateCode in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 447;
      Specified by:
      getPrivateCode in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The privateCode.
    • setPrivateCode

       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 447;
    • setPrivateCode

      public FareScheduledStopPointType.Builder setPrivateCode(PrivateCodeStructure.Builder builderForValue)
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 447;
    • mergePrivateCode

       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 447;
    • clearPrivateCode

      public FareScheduledStopPointType.Builder clearPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 447;
    • getPrivateCodeBuilder

      public PrivateCodeStructure.Builder getPrivateCodeBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 447;
    • getPrivateCodeOrBuilder

      public PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 447;
      Specified by:
      getPrivateCodeOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasExternalStopPointRef

      public boolean hasExternalStopPointRef()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
      Specified by:
      hasExternalStopPointRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the externalStopPointRef field is set.
    • getExternalStopPointRef

      public VersionOfObjectRefStructure getExternalStopPointRef()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
      Specified by:
      getExternalStopPointRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The externalStopPointRef.
    • setExternalStopPointRef

      public FareScheduledStopPointType.Builder setExternalStopPointRef(VersionOfObjectRefStructure value)
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
    • setExternalStopPointRef

      public FareScheduledStopPointType.Builder setExternalStopPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
    • mergeExternalStopPointRef

      public FareScheduledStopPointType.Builder mergeExternalStopPointRef(VersionOfObjectRefStructure value)
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
    • clearExternalStopPointRef

      public FareScheduledStopPointType.Builder clearExternalStopPointRef()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
    • getExternalStopPointRefBuilder

      public VersionOfObjectRefStructure.Builder getExternalStopPointRefBuilder()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
    • getExternalStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExternalStopPointRefOrBuilder()
       An alternative  code that uniquely identifies the STOP POINT. pecifically for use in AVMS systems that require an alias, if. For VDV compatibility.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 315:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure external_stop_point_ref = 448;
      Specified by:
      getExternalStopPointRefOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • getUrl

      public String getUrl()
       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Specified by:
      getUrl in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Specified by:
      getUrlBytes in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The bytes for url.
    • setUrl

       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Returns:
      This builder for chaining.
    • setUrlBytes

      public FareScheduledStopPointType.Builder setUrlBytes(com.google.protobuf.ByteString value)
       URL for SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 277:60]
       
      string url = 461;
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.
    • getStopTypeValue

      public int getStopTypeValue()
       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Specified by:
      getStopTypeValue in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The enum numeric value on the wire for stopType.
    • setStopTypeValue

      public FareScheduledStopPointType.Builder setStopTypeValue(int value)
       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Parameters:
      value - The enum numeric value on the wire for stopType to set.
      Returns:
      This builder for chaining.
    • getStopType

      public StopTypeEnumeration getStopType()
       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Specified by:
      getStopType in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The stopType.
    • setStopType

       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Parameters:
      value - The stopType to set.
      Returns:
      This builder for chaining.
    • clearStopType

      public FareScheduledStopPointType.Builder clearStopType()
       Categorisation of SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 282:74]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_type = 462;
      Returns:
      This builder for chaining.
    • getCompassBearing

      public float getCompassBearing()
       Heading of STOP relative to street. Degrees  from North. This should be considered as a derived value that can be used for presentation purposes when information about the physical stop is not available. . The definitive value is the compass bearing found on the QUAY (i.e. physical stop) to which a SCHEDULED STOP POINT is assigned.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 287:80]
       
      float compass_bearing = 463;
      Specified by:
      getCompassBearing in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The compassBearing.
    • setCompassBearing

      public FareScheduledStopPointType.Builder setCompassBearing(float value)
       Heading of STOP relative to street. Degrees  from North. This should be considered as a derived value that can be used for presentation purposes when information about the physical stop is not available. . The definitive value is the compass bearing found on the QUAY (i.e. physical stop) to which a SCHEDULED STOP POINT is assigned.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 287:80]
       
      float compass_bearing = 463;
      Parameters:
      value - The compassBearing to set.
      Returns:
      This builder for chaining.
    • clearCompassBearing

      public FareScheduledStopPointType.Builder clearCompassBearing()
       Heading of STOP relative to street. Degrees  from North. This should be considered as a derived value that can be used for presentation purposes when information about the physical stop is not available. . The definitive value is the compass bearing found on the QUAY (i.e. physical stop) to which a SCHEDULED STOP POINT is assigned.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 287:80]
       
      float compass_bearing = 463;
      Returns:
      This builder for chaining.
    • hasPresentation

      public boolean hasPresentation()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
      Specified by:
      hasPresentation in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the presentation field is set.
    • getPresentation

      public PresentationStructure getPresentation()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
      Specified by:
      getPresentation in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The presentation.
    • setPresentation

       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
    • setPresentation

      public FareScheduledStopPointType.Builder setPresentation(PresentationStructure.Builder builderForValue)
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
    • mergePresentation

       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
    • clearPresentation

      public FareScheduledStopPointType.Builder clearPresentation()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
    • getPresentationBuilder

      public PresentationStructure.Builder getPresentationBuilder()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
    • getPresentationOrBuilder

      public PresentationStructureOrBuilder getPresentationOrBuilder()
       Presentation values to use when rendering STOP POINT such as a colour. and font.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 292:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 464;
      Specified by:
      getPresentationOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • getVehicleModesList

      public List<VehicleModeEnumeration> getVehicleModesList()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModesList in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      A list containing the vehicleModes.
    • getVehicleModesCount

      public int getVehicleModesCount()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModesCount in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The count of vehicleModes.
    • getVehicleModes

      public VehicleModeEnumeration getVehicleModes(int index)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModes in interface FareScheduledStopPointTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The vehicleModes at the given index.
    • setVehicleModes

      public FareScheduledStopPointType.Builder setVehicleModes(int index, VehicleModeEnumeration value)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The vehicleModes to set.
      Returns:
      This builder for chaining.
    • addVehicleModes

       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Parameters:
      value - The vehicleModes to add.
      Returns:
      This builder for chaining.
    • addAllVehicleModes

      public FareScheduledStopPointType.Builder addAllVehicleModes(Iterable<? extends VehicleModeEnumeration> values)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Parameters:
      values - The vehicleModes to add.
      Returns:
      This builder for chaining.
    • clearVehicleModes

      public FareScheduledStopPointType.Builder clearVehicleModes()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Returns:
      This builder for chaining.
    • getVehicleModesValueList

      public List<Integer> getVehicleModesValueList()
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModesValueList in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for vehicleModes.
    • getVehicleModesValue

      public int getVehicleModesValue(int index)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Specified by:
      getVehicleModesValue in interface FareScheduledStopPointTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of vehicleModes at the given index.
    • setVehicleModesValue

      public FareScheduledStopPointType.Builder setVehicleModesValue(int index, int value)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for vehicleModes to set.
      Returns:
      This builder for chaining.
    • addVehicleModesValue

      public FareScheduledStopPointType.Builder addVehicleModesValue(int value)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for vehicleModes to add.
      Returns:
      This builder for chaining.
    • addAllVehicleModesValue

      public FareScheduledStopPointType.Builder addAllVehicleModesValue(Iterable<Integer> values)
       TRANSPORT MODE or MODES of STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 327:88]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration vehicle_modes = 471 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for vehicleModes to add.
      Returns:
      This builder for chaining.
    • getForAlighting

      public boolean getForAlighting()
       Default for whether SCHEDULED STOP POINT may be used for alighting. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 332:70]
       
      bool for_alighting = 472;
      Specified by:
      getForAlighting in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The forAlighting.
    • setForAlighting

      public FareScheduledStopPointType.Builder setForAlighting(boolean value)
       Default for whether SCHEDULED STOP POINT may be used for alighting. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 332:70]
       
      bool for_alighting = 472;
      Parameters:
      value - The forAlighting to set.
      Returns:
      This builder for chaining.
    • clearForAlighting

      public FareScheduledStopPointType.Builder clearForAlighting()
       Default for whether SCHEDULED STOP POINT may be used for alighting. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 332:70]
       
      bool for_alighting = 472;
      Returns:
      This builder for chaining.
    • getForBoarding

      public boolean getForBoarding()
       Default for whether SCHEDULED STOP POINT may be used for boarding. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 337:69]
       
      bool for_boarding = 473;
      Specified by:
      getForBoarding in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The forBoarding.
    • setForBoarding

      public FareScheduledStopPointType.Builder setForBoarding(boolean value)
       Default for whether SCHEDULED STOP POINT may be used for boarding. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 337:69]
       
      bool for_boarding = 473;
      Parameters:
      value - The forBoarding to set.
      Returns:
      This builder for chaining.
    • clearForBoarding

      public FareScheduledStopPointType.Builder clearForBoarding()
       Default for whether SCHEDULED STOP POINT may be used for boarding. May be overridden on specific services.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 337:69]
       
      bool for_boarding = 473;
      Returns:
      This builder for chaining.
    • getRequestStop

      public boolean getRequestStop()
       Whether stop is by default a request stop in the timetable. May be overridden in specific SERVICE PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 342:85]
       
      bool request_stop = 474;
      Specified by:
      getRequestStop in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The requestStop.
    • setRequestStop

      public FareScheduledStopPointType.Builder setRequestStop(boolean value)
       Whether stop is by default a request stop in the timetable. May be overridden in specific SERVICE PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 342:85]
       
      bool request_stop = 474;
      Parameters:
      value - The requestStop to set.
      Returns:
      This builder for chaining.
    • clearRequestStop

      public FareScheduledStopPointType.Builder clearRequestStop()
       Whether stop is by default a request stop in the timetable. May be overridden in specific SERVICE PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 342:85]
       
      bool request_stop = 474;
      Returns:
      This builder for chaining.
    • getRequestMethodTypeValue

      public int getRequestMethodTypeValue()
       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Specified by:
      getRequestMethodTypeValue in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The enum numeric value on the wire for requestMethodType.
    • setRequestMethodTypeValue

      public FareScheduledStopPointType.Builder setRequestMethodTypeValue(int value)
       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Parameters:
      value - The enum numeric value on the wire for requestMethodType to set.
      Returns:
      This builder for chaining.
    • getRequestMethodType

      public RequestMethodTypeEnumeration getRequestMethodType()
       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Specified by:
      getRequestMethodType in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The requestMethodType.
    • setRequestMethodType

       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Parameters:
      value - The requestMethodType to set.
      Returns:
      This builder for chaining.
    • clearRequestMethodType

      public FareScheduledStopPointType.Builder clearRequestMethodType()
       Method of request stop. Default is noneRequired. + v1.1  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 347:115]
       
      .uk.org.netex.www.netex.RequestMethodTypeEnumeration request_method_type = 475;
      Returns:
      This builder for chaining.
    • hasCountryRef

      public boolean hasCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
      Specified by:
      hasCountryRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the countryRef field is set.
    • getCountryRef

      public CountryRefType getCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
      Specified by:
      getCountryRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The countryRef.
    • setCountryRef

      public FareScheduledStopPointType.Builder setCountryRef(CountryRefType value)
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
    • setCountryRef

      public FareScheduledStopPointType.Builder setCountryRef(CountryRefType.Builder builderForValue)
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
    • mergeCountryRef

      public FareScheduledStopPointType.Builder mergeCountryRef(CountryRefType value)
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
    • clearCountryRef

      public FareScheduledStopPointType.Builder clearCountryRef()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
    • getCountryRefBuilder

      public CountryRefType.Builder getCountryRefBuilder()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
    • getCountryRefOrBuilder

      public CountryRefTypeOrBuilder getCountryRefOrBuilder()
       Reference to a country ISO 3166-1 Note that GB is used for UK . May be qualified with a 3166-2 subdivision e.g. gb +m ENG, GB + SCT, GB See www.iso.org/iso/country_codes/iso_3166_code_lists.htm.  [netex_framework/netex_reusableComponents/netex_country_support.xsd at 1334:33]
       
      .uk.org.netex.www.netex.CountryRefType country_ref = 481;
      Specified by:
      getCountryRefOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasTopographicPlaceRef

      public boolean hasTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
      Specified by:
      hasTopographicPlaceRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the topographicPlaceRef field is set.
    • getTopographicPlaceRef

      public VersionOfObjectRefStructure getTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
      Specified by:
      getTopographicPlaceRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The topographicPlaceRef.
    • setTopographicPlaceRef

      public FareScheduledStopPointType.Builder setTopographicPlaceRef(VersionOfObjectRefStructure value)
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
    • setTopographicPlaceRef

      public FareScheduledStopPointType.Builder setTopographicPlaceRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
    • mergeTopographicPlaceRef

      public FareScheduledStopPointType.Builder mergeTopographicPlaceRef(VersionOfObjectRefStructure value)
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
    • clearTopographicPlaceRef

      public FareScheduledStopPointType.Builder clearTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
    • getTopographicPlaceRefBuilder

      public VersionOfObjectRefStructure.Builder getTopographicPlaceRefBuilder()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
    • getTopographicPlaceRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTopographicPlaceRefOrBuilder()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 482;
      Specified by:
      getTopographicPlaceRefOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasTopographicPlaceView

      public boolean hasTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
      Specified by:
      hasTopographicPlaceView in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the topographicPlaceView field is set.
    • getTopographicPlaceView

      public TopographicPlaceViewType getTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
      Specified by:
      getTopographicPlaceView in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The topographicPlaceView.
    • setTopographicPlaceView

      public FareScheduledStopPointType.Builder setTopographicPlaceView(TopographicPlaceViewType value)
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
    • setTopographicPlaceView

      public FareScheduledStopPointType.Builder setTopographicPlaceView(TopographicPlaceViewType.Builder builderForValue)
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
    • mergeTopographicPlaceView

      public FareScheduledStopPointType.Builder mergeTopographicPlaceView(TopographicPlaceViewType value)
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
    • clearTopographicPlaceView

      public FareScheduledStopPointType.Builder clearTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
    • getTopographicPlaceViewBuilder

      public TopographicPlaceViewType.Builder getTopographicPlaceViewBuilder()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
    • getTopographicPlaceViewOrBuilder

      public TopographicPlaceViewTypeOrBuilder getTopographicPlaceViewOrBuilder()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 483;
      Specified by:
      getTopographicPlaceViewOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • getAtCentre

      public boolean getAtCentre()
       Whether STOP POINT can be considered as being at the centre of a TOPOGRAPHIC PLACE.  Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 244:82]
       
      bool at_centre = 491;
      Specified by:
      getAtCentre in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The atCentre.
    • setAtCentre

      public FareScheduledStopPointType.Builder setAtCentre(boolean value)
       Whether STOP POINT can be considered as being at the centre of a TOPOGRAPHIC PLACE.  Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 244:82]
       
      bool at_centre = 491;
      Parameters:
      value - The atCentre to set.
      Returns:
      This builder for chaining.
    • clearAtCentre

      public FareScheduledStopPointType.Builder clearAtCentre()
       Whether STOP POINT can be considered as being at the centre of a TOPOGRAPHIC PLACE.  Default is false.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 244:82]
       
      bool at_centre = 491;
      Returns:
      This builder for chaining.
    • hasSiteFacilitySetRef

      public boolean hasSiteFacilitySetRef()
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 741;
      Specified by:
      hasSiteFacilitySetRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the siteFacilitySetRef field is set.
    • getSiteFacilitySetRef

      public VersionOfObjectRefStructure getSiteFacilitySetRef()
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 741;
      Specified by:
      getSiteFacilitySetRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The siteFacilitySetRef.
    • setSiteFacilitySetRef

       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 741;
    • setSiteFacilitySetRef

      public FareScheduledStopPointType.Builder setSiteFacilitySetRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 741;
    • mergeSiteFacilitySetRef

      public FareScheduledStopPointType.Builder mergeSiteFacilitySetRef(VersionOfObjectRefStructure value)
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 741;
    • clearSiteFacilitySetRef

      public FareScheduledStopPointType.Builder clearSiteFacilitySetRef()
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 741;
    • getSiteFacilitySetRefBuilder

      public VersionOfObjectRefStructure.Builder getSiteFacilitySetRefBuilder()
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 741;
    • getSiteFacilitySetRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSiteFacilitySetRefOrBuilder()
       Reference to a SITE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 787:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_facility_set_ref = 741;
      Specified by:
      getSiteFacilitySetRefOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasSiteFacilitySet

      public boolean hasSiteFacilitySet()
       Set of enumerated FACILITY values that are relevant to a SITE (names based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 425:70]
       
      .uk.org.netex.www.netex.SiteFacilitySetType site_facility_set = 742;
      Specified by:
      hasSiteFacilitySet in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the siteFacilitySet field is set.
    • getSiteFacilitySet

      public SiteFacilitySetType getSiteFacilitySet()
       Set of enumerated FACILITY values that are relevant to a SITE (names based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 425:70]
       
      .uk.org.netex.www.netex.SiteFacilitySetType site_facility_set = 742;
      Specified by:
      getSiteFacilitySet in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The siteFacilitySet.
    • setSiteFacilitySet

      public FareScheduledStopPointType.Builder setSiteFacilitySet(SiteFacilitySetType value)
       Set of enumerated FACILITY values that are relevant to a SITE (names based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 425:70]
       
      .uk.org.netex.www.netex.SiteFacilitySetType site_facility_set = 742;
    • setSiteFacilitySet

      public FareScheduledStopPointType.Builder setSiteFacilitySet(SiteFacilitySetType.Builder builderForValue)
       Set of enumerated FACILITY values that are relevant to a SITE (names based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 425:70]
       
      .uk.org.netex.www.netex.SiteFacilitySetType site_facility_set = 742;
    • mergeSiteFacilitySet

      public FareScheduledStopPointType.Builder mergeSiteFacilitySet(SiteFacilitySetType value)
       Set of enumerated FACILITY values that are relevant to a SITE (names based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 425:70]
       
      .uk.org.netex.www.netex.SiteFacilitySetType site_facility_set = 742;
    • clearSiteFacilitySet

      public FareScheduledStopPointType.Builder clearSiteFacilitySet()
       Set of enumerated FACILITY values that are relevant to a SITE (names based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 425:70]
       
      .uk.org.netex.www.netex.SiteFacilitySetType site_facility_set = 742;
    • getSiteFacilitySetBuilder

      public SiteFacilitySetType.Builder getSiteFacilitySetBuilder()
       Set of enumerated FACILITY values that are relevant to a SITE (names based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 425:70]
       
      .uk.org.netex.www.netex.SiteFacilitySetType site_facility_set = 742;
    • getSiteFacilitySetOrBuilder

      public SiteFacilitySetTypeOrBuilder getSiteFacilitySetOrBuilder()
       Set of enumerated FACILITY values that are relevant to a SITE (names based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 425:70]
       
      .uk.org.netex.www.netex.SiteFacilitySetType site_facility_set = 742;
      Specified by:
      getSiteFacilitySetOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasNameOnRouting

      public boolean hasNameOnRouting()
       Name to use to indicate station on routings and itineraries.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 206:78]
       
      .uk.org.netex.www.netex.MultilingualString name_on_routing = 751;
      Specified by:
      hasNameOnRouting in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the nameOnRouting field is set.
    • getNameOnRouting

      public MultilingualString getNameOnRouting()
       Name to use to indicate station on routings and itineraries.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 206:78]
       
      .uk.org.netex.www.netex.MultilingualString name_on_routing = 751;
      Specified by:
      getNameOnRouting in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The nameOnRouting.
    • setNameOnRouting

      public FareScheduledStopPointType.Builder setNameOnRouting(MultilingualString value)
       Name to use to indicate station on routings and itineraries.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 206:78]
       
      .uk.org.netex.www.netex.MultilingualString name_on_routing = 751;
    • setNameOnRouting

      public FareScheduledStopPointType.Builder setNameOnRouting(MultilingualString.Builder builderForValue)
       Name to use to indicate station on routings and itineraries.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 206:78]
       
      .uk.org.netex.www.netex.MultilingualString name_on_routing = 751;
    • mergeNameOnRouting

      public FareScheduledStopPointType.Builder mergeNameOnRouting(MultilingualString value)
       Name to use to indicate station on routings and itineraries.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 206:78]
       
      .uk.org.netex.www.netex.MultilingualString name_on_routing = 751;
    • clearNameOnRouting

      public FareScheduledStopPointType.Builder clearNameOnRouting()
       Name to use to indicate station on routings and itineraries.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 206:78]
       
      .uk.org.netex.www.netex.MultilingualString name_on_routing = 751;
    • getNameOnRoutingBuilder

      public MultilingualString.Builder getNameOnRoutingBuilder()
       Name to use to indicate station on routings and itineraries.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 206:78]
       
      .uk.org.netex.www.netex.MultilingualString name_on_routing = 751;
    • getNameOnRoutingOrBuilder

      public MultilingualStringOrBuilder getNameOnRoutingOrBuilder()
       Name to use to indicate station on routings and itineraries.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 206:78]
       
      .uk.org.netex.www.netex.MultilingualString name_on_routing = 751;
      Specified by:
      getNameOnRoutingOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasAccountingStopPointRef

      public boolean hasAccountingStopPointRef()
       Station to use for accounting (TAP TSi B1)  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 211:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accounting_stop_point_ref = 752;
      Specified by:
      hasAccountingStopPointRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the accountingStopPointRef field is set.
    • getAccountingStopPointRef

      public VersionOfObjectRefStructure getAccountingStopPointRef()
       Station to use for accounting (TAP TSi B1)  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 211:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accounting_stop_point_ref = 752;
      Specified by:
      getAccountingStopPointRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The accountingStopPointRef.
    • setAccountingStopPointRef

      public FareScheduledStopPointType.Builder setAccountingStopPointRef(VersionOfObjectRefStructure value)
       Station to use for accounting (TAP TSi B1)  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 211:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accounting_stop_point_ref = 752;
    • setAccountingStopPointRef

      public FareScheduledStopPointType.Builder setAccountingStopPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Station to use for accounting (TAP TSi B1)  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 211:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accounting_stop_point_ref = 752;
    • mergeAccountingStopPointRef

      public FareScheduledStopPointType.Builder mergeAccountingStopPointRef(VersionOfObjectRefStructure value)
       Station to use for accounting (TAP TSi B1)  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 211:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accounting_stop_point_ref = 752;
    • clearAccountingStopPointRef

      public FareScheduledStopPointType.Builder clearAccountingStopPointRef()
       Station to use for accounting (TAP TSi B1)  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 211:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accounting_stop_point_ref = 752;
    • getAccountingStopPointRefBuilder

      public VersionOfObjectRefStructure.Builder getAccountingStopPointRefBuilder()
       Station to use for accounting (TAP TSi B1)  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 211:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accounting_stop_point_ref = 752;
    • getAccountingStopPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getAccountingStopPointRefOrBuilder()
       Station to use for accounting (TAP TSi B1)  [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 211:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accounting_stop_point_ref = 752;
      Specified by:
      getAccountingStopPointRefOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • hasBorderPointRef

      public boolean hasBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 753;
      Specified by:
      hasBorderPointRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      Whether the borderPointRef field is set.
    • getBorderPointRef

      public VersionOfObjectRefStructure getBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 753;
      Specified by:
      getBorderPointRef in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The borderPointRef.
    • setBorderPointRef

       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 753;
    • setBorderPointRef

      public FareScheduledStopPointType.Builder setBorderPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 753;
    • mergeBorderPointRef

       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 753;
    • clearBorderPointRef

      public FareScheduledStopPointType.Builder clearBorderPointRef()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 753;
    • getBorderPointRefBuilder

      public VersionOfObjectRefStructure.Builder getBorderPointRefBuilder()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 753;
    • getBorderPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getBorderPointRefOrBuilder()
       Reference to a BORDER POINT. (TAP TSI B.1.3 Border Boint Code).  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 111:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure border_point_ref = 753;
      Specified by:
      getBorderPointRefOrBuilder in interface FareScheduledStopPointTypeOrBuilder
    • getId

      public String getId()
       [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 180:83]
       
      string id = 781;
      Specified by:
      getId in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 180:83]
       
      string id = 781;
      Specified by:
      getIdBytes in interface FareScheduledStopPointTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

       [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 180:83]
       
      string id = 781;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 180:83]
       
      string id = 781;
      Returns:
      This builder for chaining.
    • setIdBytes

      public FareScheduledStopPointType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_1/part1_tacticalPlanning/netex_fareZone_version.xsd at 180:83]
       
      string id = 781;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.