Class ServiceExclusionType.Builder

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

public static final class ServiceExclusionType.Builder extends com.google.protobuf.GeneratedMessage.Builder<ServiceExclusionType.Builder> implements ServiceExclusionTypeOrBuilder
 A constraint on the use of a service. The service, on this specific JOURNEY PATTERN (usually a FTS JOURNEY PATTERN) cannot operate when another (regular) service operates. This may occur only on subpart of the JOURNEY PATTERN, or only on one or some specific SCHEDULED STOP POINTs within the pattern.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 126:88]
 
Protobuf type uk.org.netex.www.netex.ServiceExclusionType
  • 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<ServiceExclusionType.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<ServiceExclusionType.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<ServiceExclusionType.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

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

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

      public ServiceExclusionType.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 = 383;
      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 = 384;
      Specified by:
      getDerivedFromObjectRef in interface ServiceExclusionTypeOrBuilder
      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 = 384;
      Specified by:
      getDerivedFromObjectRefBytes in interface ServiceExclusionTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public ServiceExclusionType.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 = 384;
      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 ServiceExclusionTypeOrBuilder
      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 ServiceExclusionTypeOrBuilder
      Returns:
      The validityConditions.
    • setValidityConditions

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

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

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

      public ServiceExclusionType.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 ServiceExclusionTypeOrBuilder
    • 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 ServiceExclusionTypeOrBuilder
    • 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 ServiceExclusionTypeOrBuilder
    • 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 ServiceExclusionTypeOrBuilder
    • setValidBetween

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

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

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

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

      public ServiceExclusionType.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 ServiceExclusionTypeOrBuilder
    • 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 ServiceExclusionTypeOrBuilder
      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 ServiceExclusionTypeOrBuilder
      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 ServiceExclusionType.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

      public ServiceExclusionType.Builder mergeKeyList(KeyListStructure value)
       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 ServiceExclusionType.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 ServiceExclusionTypeOrBuilder
    • 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 ServiceExclusionTypeOrBuilder
      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 ServiceExclusionTypeOrBuilder
      Returns:
      The extensions.
    • setExtensions

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

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

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

      public ServiceExclusionType.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 ServiceExclusionTypeOrBuilder
    • 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 ServiceExclusionTypeOrBuilder
      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 ServiceExclusionTypeOrBuilder
      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

      public ServiceExclusionType.Builder setBrandingRef(VersionOfObjectRefStructure.Builder builderForValue)
       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 ServiceExclusionType.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 ServiceExclusionTypeOrBuilder
    • getOrder

      public int getOrder()
       Order in which to show  ASSIGNMENT,  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 74:52]
       
      int32 order = 101;
      Specified by:
      getOrder in interface ServiceExclusionTypeOrBuilder
      Returns:
      The order.
    • setOrder

      public ServiceExclusionType.Builder setOrder(int value)
       Order in which to show  ASSIGNMENT,  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 74:52]
       
      int32 order = 101;
      Parameters:
      value - The order to set.
      Returns:
      This builder for chaining.
    • clearOrder

      public ServiceExclusionType.Builder clearOrder()
       Order in which to show  ASSIGNMENT,  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 74:52]
       
      int32 order = 101;
      Returns:
      This builder for chaining.
    • hasName

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

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

       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • setName

      public ServiceExclusionType.Builder setName(MultilingualString.Builder builderForValue)
       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • mergeName

       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • clearName

      public ServiceExclusionType.Builder clearName()
       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getNameBuilder

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

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface ServiceExclusionTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface ServiceExclusionTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface ServiceExclusionTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public ServiceExclusionType.Builder setDescription(MultilingualString value)
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

      public ServiceExclusionType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

      public ServiceExclusionType.Builder mergeDescription(MultilingualString value)
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public ServiceExclusionType.Builder clearDescription()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface ServiceExclusionTypeOrBuilder
    • hasExcludingJourneyPatternRef

      public boolean hasExcludingJourneyPatternRef()
       JOURNEY PATTERN to which exclusion applies.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 171:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure excluding_journey_pattern_ref = 351;
      Specified by:
      hasExcludingJourneyPatternRef in interface ServiceExclusionTypeOrBuilder
      Returns:
      Whether the excludingJourneyPatternRef field is set.
    • getExcludingJourneyPatternRef

      public VersionOfObjectRefStructure getExcludingJourneyPatternRef()
       JOURNEY PATTERN to which exclusion applies.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 171:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure excluding_journey_pattern_ref = 351;
      Specified by:
      getExcludingJourneyPatternRef in interface ServiceExclusionTypeOrBuilder
      Returns:
      The excludingJourneyPatternRef.
    • setExcludingJourneyPatternRef

      public ServiceExclusionType.Builder setExcludingJourneyPatternRef(VersionOfObjectRefStructure value)
       JOURNEY PATTERN to which exclusion applies.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 171:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure excluding_journey_pattern_ref = 351;
    • setExcludingJourneyPatternRef

      public ServiceExclusionType.Builder setExcludingJourneyPatternRef(VersionOfObjectRefStructure.Builder builderForValue)
       JOURNEY PATTERN to which exclusion applies.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 171:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure excluding_journey_pattern_ref = 351;
    • mergeExcludingJourneyPatternRef

      public ServiceExclusionType.Builder mergeExcludingJourneyPatternRef(VersionOfObjectRefStructure value)
       JOURNEY PATTERN to which exclusion applies.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 171:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure excluding_journey_pattern_ref = 351;
    • clearExcludingJourneyPatternRef

      public ServiceExclusionType.Builder clearExcludingJourneyPatternRef()
       JOURNEY PATTERN to which exclusion applies.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 171:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure excluding_journey_pattern_ref = 351;
    • getExcludingJourneyPatternRefBuilder

      public VersionOfObjectRefStructure.Builder getExcludingJourneyPatternRefBuilder()
       JOURNEY PATTERN to which exclusion applies.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 171:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure excluding_journey_pattern_ref = 351;
    • getExcludingJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExcludingJourneyPatternRefOrBuilder()
       JOURNEY PATTERN to which exclusion applies.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 171:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure excluding_journey_pattern_ref = 351;
      Specified by:
      getExcludingJourneyPatternRefOrBuilder in interface ServiceExclusionTypeOrBuilder
    • hasStartPointRef

      public boolean hasStartPointRef()
       Starting stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 176:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 352;
      Specified by:
      hasStartPointRef in interface ServiceExclusionTypeOrBuilder
      Returns:
      Whether the startPointRef field is set.
    • getStartPointRef

      public VersionOfObjectRefStructure getStartPointRef()
       Starting stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 176:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 352;
      Specified by:
      getStartPointRef in interface ServiceExclusionTypeOrBuilder
      Returns:
      The startPointRef.
    • setStartPointRef

       Starting stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 176:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 352;
    • setStartPointRef

      public ServiceExclusionType.Builder setStartPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Starting stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 176:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 352;
    • mergeStartPointRef

      public ServiceExclusionType.Builder mergeStartPointRef(VersionOfObjectRefStructure value)
       Starting stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 176:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 352;
    • clearStartPointRef

      public ServiceExclusionType.Builder clearStartPointRef()
       Starting stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 176:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 352;
    • getStartPointRefBuilder

      public VersionOfObjectRefStructure.Builder getStartPointRefBuilder()
       Starting stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 176:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 352;
    • getStartPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getStartPointRefOrBuilder()
       Starting stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 176:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure start_point_ref = 352;
      Specified by:
      getStartPointRefOrBuilder in interface ServiceExclusionTypeOrBuilder
    • hasEndPointRef

      public boolean hasEndPointRef()
       Ending stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 181:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 353;
      Specified by:
      hasEndPointRef in interface ServiceExclusionTypeOrBuilder
      Returns:
      Whether the endPointRef field is set.
    • getEndPointRef

      public VersionOfObjectRefStructure getEndPointRef()
       Ending stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 181:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 353;
      Specified by:
      getEndPointRef in interface ServiceExclusionTypeOrBuilder
      Returns:
      The endPointRef.
    • setEndPointRef

       Ending stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 181:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 353;
    • setEndPointRef

      public ServiceExclusionType.Builder setEndPointRef(VersionOfObjectRefStructure.Builder builderForValue)
       Ending stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 181:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 353;
    • mergeEndPointRef

       Ending stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 181:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 353;
    • clearEndPointRef

      public ServiceExclusionType.Builder clearEndPointRef()
       Ending stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 181:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 353;
    • getEndPointRefBuilder

      public VersionOfObjectRefStructure.Builder getEndPointRefBuilder()
       Ending stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 181:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 353;
    • getEndPointRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getEndPointRefOrBuilder()
       Ending stop point within JOURNEY PATTERN for exclusion.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 181:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_point_ref = 353;
      Specified by:
      getEndPointRefOrBuilder in interface ServiceExclusionTypeOrBuilder
    • hasExcludedJourneyPatternRefs

      public boolean hasExcludedJourneyPatternRefs()
       Excluded other JOIURNEY PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 186:104]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure excluded_journey_pattern_refs = 354;
      Specified by:
      hasExcludedJourneyPatternRefs in interface ServiceExclusionTypeOrBuilder
      Returns:
      Whether the excludedJourneyPatternRefs field is set.
    • getExcludedJourneyPatternRefs

      public JourneyPatternRefs_RelStructure getExcludedJourneyPatternRefs()
       Excluded other JOIURNEY PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 186:104]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure excluded_journey_pattern_refs = 354;
      Specified by:
      getExcludedJourneyPatternRefs in interface ServiceExclusionTypeOrBuilder
      Returns:
      The excludedJourneyPatternRefs.
    • setExcludedJourneyPatternRefs

      public ServiceExclusionType.Builder setExcludedJourneyPatternRefs(JourneyPatternRefs_RelStructure value)
       Excluded other JOIURNEY PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 186:104]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure excluded_journey_pattern_refs = 354;
    • setExcludedJourneyPatternRefs

      public ServiceExclusionType.Builder setExcludedJourneyPatternRefs(JourneyPatternRefs_RelStructure.Builder builderForValue)
       Excluded other JOIURNEY PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 186:104]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure excluded_journey_pattern_refs = 354;
    • mergeExcludedJourneyPatternRefs

      public ServiceExclusionType.Builder mergeExcludedJourneyPatternRefs(JourneyPatternRefs_RelStructure value)
       Excluded other JOIURNEY PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 186:104]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure excluded_journey_pattern_refs = 354;
    • clearExcludedJourneyPatternRefs

      public ServiceExclusionType.Builder clearExcludedJourneyPatternRefs()
       Excluded other JOIURNEY PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 186:104]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure excluded_journey_pattern_refs = 354;
    • getExcludedJourneyPatternRefsBuilder

      public JourneyPatternRefs_RelStructure.Builder getExcludedJourneyPatternRefsBuilder()
       Excluded other JOIURNEY PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 186:104]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure excluded_journey_pattern_refs = 354;
    • getExcludedJourneyPatternRefsOrBuilder

      public JourneyPatternRefs_RelStructureOrBuilder getExcludedJourneyPatternRefsOrBuilder()
       Excluded other JOIURNEY PATTERNs.  [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 186:104]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure excluded_journey_pattern_refs = 354;
      Specified by:
      getExcludedJourneyPatternRefsOrBuilder in interface ServiceExclusionTypeOrBuilder
    • getId

      public String getId()
       [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 149:62]
       
      string id = 381;
      Specified by:
      getId in interface ServiceExclusionTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 149:62]
       
      string id = 381;
      Specified by:
      getIdBytes in interface ServiceExclusionTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public ServiceExclusionType.Builder setId(String value)
       [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 149:62]
       
      string id = 381;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public ServiceExclusionType.Builder clearId()
       [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 149:62]
       
      string id = 381;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ServiceExclusionType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_part_1/part1_tacticalPlanning/netex_routingConstraint_version.xsd at 149:62]
       
      string id = 381;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.