Class ServiceFacilitySetType.Builder

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

public static final class ServiceFacilitySetType.Builder extends com.google.protobuf.GeneratedMessage.Builder<ServiceFacilitySetType.Builder> implements ServiceFacilitySetTypeOrBuilder
 Service FACILITY. Set of enumerated FACILITY values (Where available names are based on TPEG classifications, augmented with UIC etc.).  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 287:90]
 
Protobuf type uk.org.netex.www.netex.ServiceFacilitySetType
  • 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<ServiceFacilitySetType.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<ServiceFacilitySetType.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<ServiceFacilitySetType.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

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

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

      public ServiceFacilitySetType.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 = 373;
      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 = 374;
      Specified by:
      getDerivedFromObjectRef in interface ServiceFacilitySetTypeOrBuilder
      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 = 374;
      Specified by:
      getDerivedFromObjectRefBytes in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • setDerivedFromObjectRef

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

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

      public ServiceFacilitySetType.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 = 374;
      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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetTypeOrBuilder
    • 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 ServiceFacilitySetTypeOrBuilder
    • 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 ServiceFacilitySetTypeOrBuilder
    • 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 ServiceFacilitySetTypeOrBuilder
    • setValidBetween

      public ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetTypeOrBuilder
    • 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 ServiceFacilitySetTypeOrBuilder
    • 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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetTypeOrBuilder
    • 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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetTypeOrBuilder
    • 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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetType.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 ServiceFacilitySetTypeOrBuilder
    • 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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetTypeOrBuilder
      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 ServiceFacilitySetType.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 ServiceFacilitySetTypeOrBuilder
    • hasProvidedByRef

      public boolean hasProvidedByRef()
       Provider of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 145:84]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure provided_by_ref = 161;
      Specified by:
      hasProvidedByRef in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      Whether the providedByRef field is set.
    • getProvidedByRef

      public VersionOfObjectRefStructure getProvidedByRef()
       Provider of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 145:84]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure provided_by_ref = 161;
      Specified by:
      getProvidedByRef in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The providedByRef.
    • setProvidedByRef

       Provider of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 145:84]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure provided_by_ref = 161;
    • setProvidedByRef

      public ServiceFacilitySetType.Builder setProvidedByRef(VersionOfObjectRefStructure.Builder builderForValue)
       Provider of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 145:84]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure provided_by_ref = 161;
    • mergeProvidedByRef

       Provider of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 145:84]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure provided_by_ref = 161;
    • clearProvidedByRef

      public ServiceFacilitySetType.Builder clearProvidedByRef()
       Provider of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 145:84]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure provided_by_ref = 161;
    • getProvidedByRefBuilder

      public VersionOfObjectRefStructure.Builder getProvidedByRefBuilder()
       Provider of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 145:84]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure provided_by_ref = 161;
    • getProvidedByRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getProvidedByRefOrBuilder()
       Provider of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 145:84]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure provided_by_ref = 161;
      Specified by:
      getProvidedByRefOrBuilder in interface ServiceFacilitySetTypeOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The description.
    • setDescription

      public ServiceFacilitySetType.Builder setDescription(MultilingualString value)
       Description of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • setDescription

      public ServiceFacilitySetType.Builder setDescription(MultilingualString.Builder builderForValue)
       Description of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • mergeDescription

      public ServiceFacilitySetType.Builder mergeDescription(MultilingualString value)
       Description of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • clearDescription

      public ServiceFacilitySetType.Builder clearDescription()
       Description of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionBuilder

      public MultilingualString.Builder getDescriptionBuilder()
       Description of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 150:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface ServiceFacilitySetTypeOrBuilder
    • hasTypeOfFacilityRef

      public boolean hasTypeOfFacilityRef()
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 163;
      Specified by:
      hasTypeOfFacilityRef in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      Whether the typeOfFacilityRef field is set.
    • getTypeOfFacilityRef

      public VersionOfObjectRefStructure getTypeOfFacilityRef()
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 163;
      Specified by:
      getTypeOfFacilityRef in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The typeOfFacilityRef.
    • setTypeOfFacilityRef

      public ServiceFacilitySetType.Builder setTypeOfFacilityRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 163;
    • setTypeOfFacilityRef

      public ServiceFacilitySetType.Builder setTypeOfFacilityRef(VersionOfObjectRefStructure.Builder builderForValue)
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 163;
    • mergeTypeOfFacilityRef

      public ServiceFacilitySetType.Builder mergeTypeOfFacilityRef(VersionOfObjectRefStructure value)
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 163;
    • clearTypeOfFacilityRef

      public ServiceFacilitySetType.Builder clearTypeOfFacilityRef()
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 163;
    • getTypeOfFacilityRefBuilder

      public VersionOfObjectRefStructure.Builder getTypeOfFacilityRefBuilder()
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 163;
    • getTypeOfFacilityRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfFacilityRefOrBuilder()
       Reference to a TYPE OF FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 909:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_facility_ref = 163;
      Specified by:
      getTypeOfFacilityRefOrBuilder in interface ServiceFacilitySetTypeOrBuilder
    • hasOtherFacilities

      public boolean hasOtherFacilities()
       Arbitrary user defined Faciliy.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 156:91]
       
      .uk.org.netex.www.netex.TypesOfEquipment_RelStructure other_facilities = 164;
      Specified by:
      hasOtherFacilities in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      Whether the otherFacilities field is set.
    • getOtherFacilities

      public TypesOfEquipment_RelStructure getOtherFacilities()
       Arbitrary user defined Faciliy.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 156:91]
       
      .uk.org.netex.www.netex.TypesOfEquipment_RelStructure other_facilities = 164;
      Specified by:
      getOtherFacilities in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The otherFacilities.
    • setOtherFacilities

       Arbitrary user defined Faciliy.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 156:91]
       
      .uk.org.netex.www.netex.TypesOfEquipment_RelStructure other_facilities = 164;
    • setOtherFacilities

      public ServiceFacilitySetType.Builder setOtherFacilities(TypesOfEquipment_RelStructure.Builder builderForValue)
       Arbitrary user defined Faciliy.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 156:91]
       
      .uk.org.netex.www.netex.TypesOfEquipment_RelStructure other_facilities = 164;
    • mergeOtherFacilities

       Arbitrary user defined Faciliy.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 156:91]
       
      .uk.org.netex.www.netex.TypesOfEquipment_RelStructure other_facilities = 164;
    • clearOtherFacilities

      public ServiceFacilitySetType.Builder clearOtherFacilities()
       Arbitrary user defined Faciliy.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 156:91]
       
      .uk.org.netex.www.netex.TypesOfEquipment_RelStructure other_facilities = 164;
    • getOtherFacilitiesBuilder

      public TypesOfEquipment_RelStructure.Builder getOtherFacilitiesBuilder()
       Arbitrary user defined Faciliy.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 156:91]
       
      .uk.org.netex.www.netex.TypesOfEquipment_RelStructure other_facilities = 164;
    • getOtherFacilitiesOrBuilder

      public TypesOfEquipment_RelStructureOrBuilder getOtherFacilitiesOrBuilder()
       Arbitrary user defined Faciliy.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 156:91]
       
      .uk.org.netex.www.netex.TypesOfEquipment_RelStructure other_facilities = 164;
      Specified by:
      getOtherFacilitiesOrBuilder in interface ServiceFacilitySetTypeOrBuilder
    • getAccessibilityInfoFacilityListList

      public List<AccessibilityInfoFacilityEnumeration> getAccessibilityInfoFacilityListList()
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Specified by:
      getAccessibilityInfoFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the accessibilityInfoFacilityList.
    • getAccessibilityInfoFacilityListCount

      public int getAccessibilityInfoFacilityListCount()
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Specified by:
      getAccessibilityInfoFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of accessibilityInfoFacilityList.
    • getAccessibilityInfoFacilityList

      public AccessibilityInfoFacilityEnumeration getAccessibilityInfoFacilityList(int index)
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Specified by:
      getAccessibilityInfoFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessibilityInfoFacilityList at the given index.
    • setAccessibilityInfoFacilityList

      public ServiceFacilitySetType.Builder setAccessibilityInfoFacilityList(int index, AccessibilityInfoFacilityEnumeration value)
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The accessibilityInfoFacilityList to set.
      Returns:
      This builder for chaining.
    • addAccessibilityInfoFacilityList

      public ServiceFacilitySetType.Builder addAccessibilityInfoFacilityList(AccessibilityInfoFacilityEnumeration value)
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Parameters:
      value - The accessibilityInfoFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllAccessibilityInfoFacilityList

      public ServiceFacilitySetType.Builder addAllAccessibilityInfoFacilityList(Iterable<? extends AccessibilityInfoFacilityEnumeration> values)
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Parameters:
      values - The accessibilityInfoFacilityList to add.
      Returns:
      This builder for chaining.
    • clearAccessibilityInfoFacilityList

      public ServiceFacilitySetType.Builder clearAccessibilityInfoFacilityList()
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Returns:
      This builder for chaining.
    • getAccessibilityInfoFacilityListValueList

      public List<Integer> getAccessibilityInfoFacilityListValueList()
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Specified by:
      getAccessibilityInfoFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accessibilityInfoFacilityList.
    • getAccessibilityInfoFacilityListValue

      public int getAccessibilityInfoFacilityListValue(int index)
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Specified by:
      getAccessibilityInfoFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessibilityInfoFacilityList at the given index.
    • setAccessibilityInfoFacilityListValue

      public ServiceFacilitySetType.Builder setAccessibilityInfoFacilityListValue(int index, int value)
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for accessibilityInfoFacilityList to set.
      Returns:
      This builder for chaining.
    • addAccessibilityInfoFacilityListValue

      public ServiceFacilitySetType.Builder addAccessibilityInfoFacilityListValue(int value)
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for accessibilityInfoFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllAccessibilityInfoFacilityListValue

      public ServiceFacilitySetType.Builder addAllAccessibilityInfoFacilityListValue(Iterable<Integer> values)
       List of ACCESSIBILITY INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 783:103]
       
      repeated .uk.org.netex.www.netex.AccessibilityInfoFacilityEnumeration accessibility_info_facility_list = 165 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for accessibilityInfoFacilityList to add.
      Returns:
      This builder for chaining.
    • getAssistanceFacilityListList

      public List<AssistanceFacilityEnumeration> getAssistanceFacilityListList()
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Specified by:
      getAssistanceFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the assistanceFacilityList.
    • getAssistanceFacilityListCount

      public int getAssistanceFacilityListCount()
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Specified by:
      getAssistanceFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of assistanceFacilityList.
    • getAssistanceFacilityList

      public AssistanceFacilityEnumeration getAssistanceFacilityList(int index)
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Specified by:
      getAssistanceFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The assistanceFacilityList at the given index.
    • setAssistanceFacilityList

      public ServiceFacilitySetType.Builder setAssistanceFacilityList(int index, AssistanceFacilityEnumeration value)
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The assistanceFacilityList to set.
      Returns:
      This builder for chaining.
    • addAssistanceFacilityList

      public ServiceFacilitySetType.Builder addAssistanceFacilityList(AssistanceFacilityEnumeration value)
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Parameters:
      value - The assistanceFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllAssistanceFacilityList

      public ServiceFacilitySetType.Builder addAllAssistanceFacilityList(Iterable<? extends AssistanceFacilityEnumeration> values)
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Parameters:
      values - The assistanceFacilityList to add.
      Returns:
      This builder for chaining.
    • clearAssistanceFacilityList

      public ServiceFacilitySetType.Builder clearAssistanceFacilityList()
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Returns:
      This builder for chaining.
    • getAssistanceFacilityListValueList

      public List<Integer> getAssistanceFacilityListValueList()
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Specified by:
      getAssistanceFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for assistanceFacilityList.
    • getAssistanceFacilityListValue

      public int getAssistanceFacilityListValue(int index)
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Specified by:
      getAssistanceFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of assistanceFacilityList at the given index.
    • setAssistanceFacilityListValue

      public ServiceFacilitySetType.Builder setAssistanceFacilityListValue(int index, int value)
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for assistanceFacilityList to set.
      Returns:
      This builder for chaining.
    • addAssistanceFacilityListValue

      public ServiceFacilitySetType.Builder addAssistanceFacilityListValue(int value)
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for assistanceFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllAssistanceFacilityListValue

      public ServiceFacilitySetType.Builder addAllAssistanceFacilityListValue(Iterable<Integer> values)
       List of ASSISTANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 851:89]
       
      repeated .uk.org.netex.www.netex.AssistanceFacilityEnumeration assistance_facility_list = 166 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for assistanceFacilityList to add.
      Returns:
      This builder for chaining.
    • getAccessibilityToolListList

      public List<AccessibilityToolEnumeration> getAccessibilityToolListList()
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Specified by:
      getAccessibilityToolListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the accessibilityToolList.
    • getAccessibilityToolListCount

      public int getAccessibilityToolListCount()
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Specified by:
      getAccessibilityToolListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of accessibilityToolList.
    • getAccessibilityToolList

      public AccessibilityToolEnumeration getAccessibilityToolList(int index)
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Specified by:
      getAccessibilityToolList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessibilityToolList at the given index.
    • setAccessibilityToolList

      public ServiceFacilitySetType.Builder setAccessibilityToolList(int index, AccessibilityToolEnumeration value)
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The accessibilityToolList to set.
      Returns:
      This builder for chaining.
    • addAccessibilityToolList

      public ServiceFacilitySetType.Builder addAccessibilityToolList(AccessibilityToolEnumeration value)
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Parameters:
      value - The accessibilityToolList to add.
      Returns:
      This builder for chaining.
    • addAllAccessibilityToolList

      public ServiceFacilitySetType.Builder addAllAccessibilityToolList(Iterable<? extends AccessibilityToolEnumeration> values)
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Parameters:
      values - The accessibilityToolList to add.
      Returns:
      This builder for chaining.
    • clearAccessibilityToolList

      public ServiceFacilitySetType.Builder clearAccessibilityToolList()
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Returns:
      This builder for chaining.
    • getAccessibilityToolListValueList

      public List<Integer> getAccessibilityToolListValueList()
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Specified by:
      getAccessibilityToolListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accessibilityToolList.
    • getAccessibilityToolListValue

      public int getAccessibilityToolListValue(int index)
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Specified by:
      getAccessibilityToolListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessibilityToolList at the given index.
    • setAccessibilityToolListValue

      public ServiceFacilitySetType.Builder setAccessibilityToolListValue(int index, int value)
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for accessibilityToolList to set.
      Returns:
      This builder for chaining.
    • addAccessibilityToolListValue

      public ServiceFacilitySetType.Builder addAccessibilityToolListValue(int value)
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for accessibilityToolList to add.
      Returns:
      This builder for chaining.
    • addAllAccessibilityToolListValue

      public ServiceFacilitySetType.Builder addAllAccessibilityToolListValue(Iterable<Integer> values)
       List of ACCESSIBILITY TOOLs.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 800:87]
       
      repeated .uk.org.netex.www.netex.AccessibilityToolEnumeration accessibility_tool_list = 167 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for accessibilityToolList to add.
      Returns:
      This builder for chaining.
    • getCarServiceFacilityListList

      public List<CarServiceFacilityEnumeration> getCarServiceFacilityListList()
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Specified by:
      getCarServiceFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the carServiceFacilityList.
    • getCarServiceFacilityListCount

      public int getCarServiceFacilityListCount()
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Specified by:
      getCarServiceFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of carServiceFacilityList.
    • getCarServiceFacilityList

      public CarServiceFacilityEnumeration getCarServiceFacilityList(int index)
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Specified by:
      getCarServiceFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The carServiceFacilityList at the given index.
    • setCarServiceFacilityList

      public ServiceFacilitySetType.Builder setCarServiceFacilityList(int index, CarServiceFacilityEnumeration value)
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The carServiceFacilityList to set.
      Returns:
      This builder for chaining.
    • addCarServiceFacilityList

      public ServiceFacilitySetType.Builder addCarServiceFacilityList(CarServiceFacilityEnumeration value)
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Parameters:
      value - The carServiceFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllCarServiceFacilityList

      public ServiceFacilitySetType.Builder addAllCarServiceFacilityList(Iterable<? extends CarServiceFacilityEnumeration> values)
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Parameters:
      values - The carServiceFacilityList to add.
      Returns:
      This builder for chaining.
    • clearCarServiceFacilityList

      public ServiceFacilitySetType.Builder clearCarServiceFacilityList()
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Returns:
      This builder for chaining.
    • getCarServiceFacilityListValueList

      public List<Integer> getCarServiceFacilityListValueList()
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Specified by:
      getCarServiceFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for carServiceFacilityList.
    • getCarServiceFacilityListValue

      public int getCarServiceFacilityListValue(int index)
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Specified by:
      getCarServiceFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of carServiceFacilityList at the given index.
    • setCarServiceFacilityListValue

      public ServiceFacilitySetType.Builder setCarServiceFacilityListValue(int index, int value)
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for carServiceFacilityList to set.
      Returns:
      This builder for chaining.
    • addCarServiceFacilityListValue

      public ServiceFacilitySetType.Builder addCarServiceFacilityListValue(int value)
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for carServiceFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllCarServiceFacilityListValue

      public ServiceFacilitySetType.Builder addAllCarServiceFacilityListValue(Iterable<Integer> values)
       List of CAR SERVICE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1124:89]
       
      repeated .uk.org.netex.www.netex.CarServiceFacilityEnumeration car_service_facility_list = 168 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for carServiceFacilityList to add.
      Returns:
      This builder for chaining.
    • getCateringFacilityListList

      public List<CateringFacilityEnumeration> getCateringFacilityListList()
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Specified by:
      getCateringFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the cateringFacilityList.
    • getCateringFacilityListCount

      public int getCateringFacilityListCount()
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Specified by:
      getCateringFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of cateringFacilityList.
    • getCateringFacilityList

      public CateringFacilityEnumeration getCateringFacilityList(int index)
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Specified by:
      getCateringFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The cateringFacilityList at the given index.
    • setCateringFacilityList

      public ServiceFacilitySetType.Builder setCateringFacilityList(int index, CateringFacilityEnumeration value)
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The cateringFacilityList to set.
      Returns:
      This builder for chaining.
    • addCateringFacilityList

      public ServiceFacilitySetType.Builder addCateringFacilityList(CateringFacilityEnumeration value)
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Parameters:
      value - The cateringFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllCateringFacilityList

      public ServiceFacilitySetType.Builder addAllCateringFacilityList(Iterable<? extends CateringFacilityEnumeration> values)
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Parameters:
      values - The cateringFacilityList to add.
      Returns:
      This builder for chaining.
    • clearCateringFacilityList

      public ServiceFacilitySetType.Builder clearCateringFacilityList()
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Returns:
      This builder for chaining.
    • getCateringFacilityListValueList

      public List<Integer> getCateringFacilityListValueList()
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Specified by:
      getCateringFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for cateringFacilityList.
    • getCateringFacilityListValue

      public int getCateringFacilityListValue(int index)
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Specified by:
      getCateringFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of cateringFacilityList at the given index.
    • setCateringFacilityListValue

      public ServiceFacilitySetType.Builder setCateringFacilityListValue(int index, int value)
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for cateringFacilityList to set.
      Returns:
      This builder for chaining.
    • addCateringFacilityListValue

      public ServiceFacilitySetType.Builder addCateringFacilityListValue(int value)
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for cateringFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllCateringFacilityListValue

      public ServiceFacilitySetType.Builder addAllCateringFacilityListValue(Iterable<Integer> values)
       List of CATERING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1175:85]
       
      repeated .uk.org.netex.www.netex.CateringFacilityEnumeration catering_facility_list = 169 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for cateringFacilityList to add.
      Returns:
      This builder for chaining.
    • getFamilyFacilityListList

      public List<FamilyFacilityEnumeration> getFamilyFacilityListList()
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Specified by:
      getFamilyFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the familyFacilityList.
    • getFamilyFacilityListCount

      public int getFamilyFacilityListCount()
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Specified by:
      getFamilyFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of familyFacilityList.
    • getFamilyFacilityList

      public FamilyFacilityEnumeration getFamilyFacilityList(int index)
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Specified by:
      getFamilyFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The familyFacilityList at the given index.
    • setFamilyFacilityList

      public ServiceFacilitySetType.Builder setFamilyFacilityList(int index, FamilyFacilityEnumeration value)
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The familyFacilityList to set.
      Returns:
      This builder for chaining.
    • addFamilyFacilityList

      public ServiceFacilitySetType.Builder addFamilyFacilityList(FamilyFacilityEnumeration value)
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Parameters:
      value - The familyFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllFamilyFacilityList

      public ServiceFacilitySetType.Builder addAllFamilyFacilityList(Iterable<? extends FamilyFacilityEnumeration> values)
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Parameters:
      values - The familyFacilityList to add.
      Returns:
      This builder for chaining.
    • clearFamilyFacilityList

      public ServiceFacilitySetType.Builder clearFamilyFacilityList()
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Returns:
      This builder for chaining.
    • getFamilyFacilityListValueList

      public List<Integer> getFamilyFacilityListValueList()
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Specified by:
      getFamilyFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for familyFacilityList.
    • getFamilyFacilityListValue

      public int getFamilyFacilityListValue(int index)
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Specified by:
      getFamilyFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of familyFacilityList at the given index.
    • setFamilyFacilityListValue

      public ServiceFacilitySetType.Builder setFamilyFacilityListValue(int index, int value)
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for familyFacilityList to set.
      Returns:
      This builder for chaining.
    • addFamilyFacilityListValue

      public ServiceFacilitySetType.Builder addFamilyFacilityListValue(int value)
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for familyFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllFamilyFacilityListValue

      public ServiceFacilitySetType.Builder addAllFamilyFacilityListValue(Iterable<Integer> values)
       List of FAMILY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 931:83]
       
      repeated .uk.org.netex.www.netex.FamilyFacilityEnumeration family_facility_list = 170 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for familyFacilityList to add.
      Returns:
      This builder for chaining.
    • getFareClassesList

      public List<FareClassEnumeration> getFareClassesList()
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Specified by:
      getFareClassesList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the fareClasses.
    • getFareClassesCount

      public int getFareClassesCount()
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Specified by:
      getFareClassesCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of fareClasses.
    • getFareClasses

      public FareClassEnumeration getFareClasses(int index)
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Specified by:
      getFareClasses in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The fareClasses at the given index.
    • setFareClasses

      public ServiceFacilitySetType.Builder setFareClasses(int index, FareClassEnumeration value)
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The fareClasses to set.
      Returns:
      This builder for chaining.
    • addFareClasses

       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Parameters:
      value - The fareClasses to add.
      Returns:
      This builder for chaining.
    • addAllFareClasses

      public ServiceFacilitySetType.Builder addAllFareClasses(Iterable<? extends FareClassEnumeration> values)
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Parameters:
      values - The fareClasses to add.
      Returns:
      This builder for chaining.
    • clearFareClasses

      public ServiceFacilitySetType.Builder clearFareClasses()
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Returns:
      This builder for chaining.
    • getFareClassesValueList

      public List<Integer> getFareClassesValueList()
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Specified by:
      getFareClassesValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for fareClasses.
    • getFareClassesValue

      public int getFareClassesValue(int index)
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Specified by:
      getFareClassesValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of fareClasses at the given index.
    • setFareClassesValue

      public ServiceFacilitySetType.Builder setFareClassesValue(int index, int value)
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for fareClasses to set.
      Returns:
      This builder for chaining.
    • addFareClassesValue

      public ServiceFacilitySetType.Builder addFareClassesValue(int value)
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for fareClasses to add.
      Returns:
      This builder for chaining.
    • addAllFareClassesValue

      public ServiceFacilitySetType.Builder addAllFareClassesValue(Iterable<Integer> values)
       List of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 948:69]
       
      repeated .uk.org.netex.www.netex.FareClassEnumeration fare_classes = 171 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for fareClasses to add.
      Returns:
      This builder for chaining.
    • getGenderLimitationValue

      public int getGenderLimitationValue()
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 172;
      Specified by:
      getGenderLimitationValue in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The enum numeric value on the wire for genderLimitation.
    • setGenderLimitationValue

      public ServiceFacilitySetType.Builder setGenderLimitationValue(int value)
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 172;
      Parameters:
      value - The enum numeric value on the wire for genderLimitation to set.
      Returns:
      This builder for chaining.
    • getGenderLimitation

      public GenderLimitationEnumeration getGenderLimitation()
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 172;
      Specified by:
      getGenderLimitation in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The genderLimitation.
    • setGenderLimitation

      public ServiceFacilitySetType.Builder setGenderLimitation(GenderLimitationEnumeration value)
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 172;
      Parameters:
      value - The genderLimitation to set.
      Returns:
      This builder for chaining.
    • clearGenderLimitation

      public ServiceFacilitySetType.Builder clearGenderLimitation()
       Classification GENDER LIMITATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1266:74]
       
      .uk.org.netex.www.netex.GenderLimitationEnumeration gender_limitation = 172;
      Returns:
      This builder for chaining.
    • getMealFacilityListList

      public List<MealFacilityEnumeration> getMealFacilityListList()
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Specified by:
      getMealFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the mealFacilityList.
    • getMealFacilityListCount

      public int getMealFacilityListCount()
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Specified by:
      getMealFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of mealFacilityList.
    • getMealFacilityList

      public MealFacilityEnumeration getMealFacilityList(int index)
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Specified by:
      getMealFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The mealFacilityList at the given index.
    • setMealFacilityList

      public ServiceFacilitySetType.Builder setMealFacilityList(int index, MealFacilityEnumeration value)
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The mealFacilityList to set.
      Returns:
      This builder for chaining.
    • addMealFacilityList

      public ServiceFacilitySetType.Builder addMealFacilityList(MealFacilityEnumeration value)
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Parameters:
      value - The mealFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllMealFacilityList

      public ServiceFacilitySetType.Builder addAllMealFacilityList(Iterable<? extends MealFacilityEnumeration> values)
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Parameters:
      values - The mealFacilityList to add.
      Returns:
      This builder for chaining.
    • clearMealFacilityList

      public ServiceFacilitySetType.Builder clearMealFacilityList()
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Returns:
      This builder for chaining.
    • getMealFacilityListValueList

      public List<Integer> getMealFacilityListValueList()
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Specified by:
      getMealFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for mealFacilityList.
    • getMealFacilityListValue

      public int getMealFacilityListValue(int index)
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Specified by:
      getMealFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of mealFacilityList at the given index.
    • setMealFacilityListValue

      public ServiceFacilitySetType.Builder setMealFacilityListValue(int index, int value)
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for mealFacilityList to set.
      Returns:
      This builder for chaining.
    • addMealFacilityListValue

      public ServiceFacilitySetType.Builder addMealFacilityListValue(int value)
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for mealFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllMealFacilityListValue

      public ServiceFacilitySetType.Builder addAllMealFacilityListValue(Iterable<Integer> values)
       List of MEAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1039:77]
       
      repeated .uk.org.netex.www.netex.MealFacilityEnumeration meal_facility_list = 173 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for mealFacilityList to add.
      Returns:
      This builder for chaining.
    • getMedicalFacilityListList

      public List<MedicalFacilityEnumeration> getMedicalFacilityListList()
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Specified by:
      getMedicalFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the medicalFacilityList.
    • getMedicalFacilityListCount

      public int getMedicalFacilityListCount()
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Specified by:
      getMedicalFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of medicalFacilityList.
    • getMedicalFacilityList

      public MedicalFacilityEnumeration getMedicalFacilityList(int index)
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Specified by:
      getMedicalFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The medicalFacilityList at the given index.
    • setMedicalFacilityList

      public ServiceFacilitySetType.Builder setMedicalFacilityList(int index, MedicalFacilityEnumeration value)
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The medicalFacilityList to set.
      Returns:
      This builder for chaining.
    • addMedicalFacilityList

      public ServiceFacilitySetType.Builder addMedicalFacilityList(MedicalFacilityEnumeration value)
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Parameters:
      value - The medicalFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllMedicalFacilityList

      public ServiceFacilitySetType.Builder addAllMedicalFacilityList(Iterable<? extends MedicalFacilityEnumeration> values)
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Parameters:
      values - The medicalFacilityList to add.
      Returns:
      This builder for chaining.
    • clearMedicalFacilityList

      public ServiceFacilitySetType.Builder clearMedicalFacilityList()
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Returns:
      This builder for chaining.
    • getMedicalFacilityListValueList

      public List<Integer> getMedicalFacilityListValueList()
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Specified by:
      getMedicalFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for medicalFacilityList.
    • getMedicalFacilityListValue

      public int getMedicalFacilityListValue(int index)
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Specified by:
      getMedicalFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of medicalFacilityList at the given index.
    • setMedicalFacilityListValue

      public ServiceFacilitySetType.Builder setMedicalFacilityListValue(int index, int value)
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for medicalFacilityList to set.
      Returns:
      This builder for chaining.
    • addMedicalFacilityListValue

      public ServiceFacilitySetType.Builder addMedicalFacilityListValue(int value)
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for medicalFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllMedicalFacilityListValue

      public ServiceFacilitySetType.Builder addAllMedicalFacilityListValue(Iterable<Integer> values)
       List of MEDICAL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1364:83]
       
      repeated .uk.org.netex.www.netex.MedicalFacilityEnumeration medical_facility_list = 174 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for medicalFacilityList to add.
      Returns:
      This builder for chaining.
    • getMobilityFacilityListList

      public List<MobilityFacilityEnumeration> getMobilityFacilityListList()
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Specified by:
      getMobilityFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the mobilityFacilityList.
    • getMobilityFacilityListCount

      public int getMobilityFacilityListCount()
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Specified by:
      getMobilityFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of mobilityFacilityList.
    • getMobilityFacilityList

      public MobilityFacilityEnumeration getMobilityFacilityList(int index)
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Specified by:
      getMobilityFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The mobilityFacilityList at the given index.
    • setMobilityFacilityList

      public ServiceFacilitySetType.Builder setMobilityFacilityList(int index, MobilityFacilityEnumeration value)
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The mobilityFacilityList to set.
      Returns:
      This builder for chaining.
    • addMobilityFacilityList

      public ServiceFacilitySetType.Builder addMobilityFacilityList(MobilityFacilityEnumeration value)
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Parameters:
      value - The mobilityFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllMobilityFacilityList

      public ServiceFacilitySetType.Builder addAllMobilityFacilityList(Iterable<? extends MobilityFacilityEnumeration> values)
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Parameters:
      values - The mobilityFacilityList to add.
      Returns:
      This builder for chaining.
    • clearMobilityFacilityList

      public ServiceFacilitySetType.Builder clearMobilityFacilityList()
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Returns:
      This builder for chaining.
    • getMobilityFacilityListValueList

      public List<Integer> getMobilityFacilityListValueList()
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Specified by:
      getMobilityFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for mobilityFacilityList.
    • getMobilityFacilityListValue

      public int getMobilityFacilityListValue(int index)
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Specified by:
      getMobilityFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of mobilityFacilityList at the given index.
    • setMobilityFacilityListValue

      public ServiceFacilitySetType.Builder setMobilityFacilityListValue(int index, int value)
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for mobilityFacilityList to set.
      Returns:
      This builder for chaining.
    • addMobilityFacilityListValue

      public ServiceFacilitySetType.Builder addMobilityFacilityListValue(int value)
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for mobilityFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllMobilityFacilityListValue

      public ServiceFacilitySetType.Builder addAllMobilityFacilityListValue(Iterable<Integer> values)
       List of MOBILITY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1056:85]
       
      repeated .uk.org.netex.www.netex.MobilityFacilityEnumeration mobility_facility_list = 175 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for mobilityFacilityList to add.
      Returns:
      This builder for chaining.
    • getNuisanceFacilityListList

      public List<NuisanceFacilityEnumeration> getNuisanceFacilityListList()
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Specified by:
      getNuisanceFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the nuisanceFacilityList.
    • getNuisanceFacilityListCount

      public int getNuisanceFacilityListCount()
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Specified by:
      getNuisanceFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of nuisanceFacilityList.
    • getNuisanceFacilityList

      public NuisanceFacilityEnumeration getNuisanceFacilityList(int index)
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Specified by:
      getNuisanceFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The nuisanceFacilityList at the given index.
    • setNuisanceFacilityList

      public ServiceFacilitySetType.Builder setNuisanceFacilityList(int index, NuisanceFacilityEnumeration value)
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The nuisanceFacilityList to set.
      Returns:
      This builder for chaining.
    • addNuisanceFacilityList

      public ServiceFacilitySetType.Builder addNuisanceFacilityList(NuisanceFacilityEnumeration value)
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Parameters:
      value - The nuisanceFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllNuisanceFacilityList

      public ServiceFacilitySetType.Builder addAllNuisanceFacilityList(Iterable<? extends NuisanceFacilityEnumeration> values)
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Parameters:
      values - The nuisanceFacilityList to add.
      Returns:
      This builder for chaining.
    • clearNuisanceFacilityList

      public ServiceFacilitySetType.Builder clearNuisanceFacilityList()
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Returns:
      This builder for chaining.
    • getNuisanceFacilityListValueList

      public List<Integer> getNuisanceFacilityListValueList()
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Specified by:
      getNuisanceFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for nuisanceFacilityList.
    • getNuisanceFacilityListValue

      public int getNuisanceFacilityListValue(int index)
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Specified by:
      getNuisanceFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of nuisanceFacilityList at the given index.
    • setNuisanceFacilityListValue

      public ServiceFacilitySetType.Builder setNuisanceFacilityListValue(int index, int value)
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for nuisanceFacilityList to set.
      Returns:
      This builder for chaining.
    • addNuisanceFacilityListValue

      public ServiceFacilitySetType.Builder addNuisanceFacilityListValue(int value)
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for nuisanceFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllNuisanceFacilityListValue

      public ServiceFacilitySetType.Builder addAllNuisanceFacilityListValue(Iterable<Integer> values)
       List of NUISANCE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1090:85]
       
      repeated .uk.org.netex.www.netex.NuisanceFacilityEnumeration nuisance_facility_list = 176 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for nuisanceFacilityList to add.
      Returns:
      This builder for chaining.
    • getPassengerCommsFacilityListList

      public List<PassengerCommsFacilityEnumeration> getPassengerCommsFacilityListList()
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Specified by:
      getPassengerCommsFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the passengerCommsFacilityList.
    • getPassengerCommsFacilityListCount

      public int getPassengerCommsFacilityListCount()
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Specified by:
      getPassengerCommsFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of passengerCommsFacilityList.
    • getPassengerCommsFacilityList

      public PassengerCommsFacilityEnumeration getPassengerCommsFacilityList(int index)
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Specified by:
      getPassengerCommsFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The passengerCommsFacilityList at the given index.
    • setPassengerCommsFacilityList

      public ServiceFacilitySetType.Builder setPassengerCommsFacilityList(int index, PassengerCommsFacilityEnumeration value)
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The passengerCommsFacilityList to set.
      Returns:
      This builder for chaining.
    • addPassengerCommsFacilityList

      public ServiceFacilitySetType.Builder addPassengerCommsFacilityList(PassengerCommsFacilityEnumeration value)
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Parameters:
      value - The passengerCommsFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllPassengerCommsFacilityList

      public ServiceFacilitySetType.Builder addAllPassengerCommsFacilityList(Iterable<? extends PassengerCommsFacilityEnumeration> values)
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Parameters:
      values - The passengerCommsFacilityList to add.
      Returns:
      This builder for chaining.
    • clearPassengerCommsFacilityList

      public ServiceFacilitySetType.Builder clearPassengerCommsFacilityList()
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Returns:
      This builder for chaining.
    • getPassengerCommsFacilityListValueList

      public List<Integer> getPassengerCommsFacilityListValueList()
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Specified by:
      getPassengerCommsFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for passengerCommsFacilityList.
    • getPassengerCommsFacilityListValue

      public int getPassengerCommsFacilityListValue(int index)
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Specified by:
      getPassengerCommsFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of passengerCommsFacilityList at the given index.
    • setPassengerCommsFacilityListValue

      public ServiceFacilitySetType.Builder setPassengerCommsFacilityListValue(int index, int value)
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for passengerCommsFacilityList to set.
      Returns:
      This builder for chaining.
    • addPassengerCommsFacilityListValue

      public ServiceFacilitySetType.Builder addPassengerCommsFacilityListValue(int value)
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for passengerCommsFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllPassengerCommsFacilityListValue

      public ServiceFacilitySetType.Builder addAllPassengerCommsFacilityListValue(Iterable<Integer> values)
       List of PASSENGER COMMS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1158:97]
       
      repeated .uk.org.netex.www.netex.PassengerCommsFacilityEnumeration passenger_comms_facility_list = 177 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for passengerCommsFacilityList to add.
      Returns:
      This builder for chaining.
    • getPassengerInformationEquipmentListValue

      public int getPassengerInformationEquipmentListValue()
       List of PASSENGER INFORMATION Equipments.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 198:120]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentEnumeration passenger_information_equipment_list = 178;
      Specified by:
      getPassengerInformationEquipmentListValue in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The enum numeric value on the wire for passengerInformationEquipmentList.
    • setPassengerInformationEquipmentListValue

      public ServiceFacilitySetType.Builder setPassengerInformationEquipmentListValue(int value)
       List of PASSENGER INFORMATION Equipments.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 198:120]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentEnumeration passenger_information_equipment_list = 178;
      Parameters:
      value - The enum numeric value on the wire for passengerInformationEquipmentList to set.
      Returns:
      This builder for chaining.
    • getPassengerInformationEquipmentList

      public PassengerInformationEquipmentEnumeration getPassengerInformationEquipmentList()
       List of PASSENGER INFORMATION Equipments.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 198:120]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentEnumeration passenger_information_equipment_list = 178;
      Specified by:
      getPassengerInformationEquipmentList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The passengerInformationEquipmentList.
    • setPassengerInformationEquipmentList

      public ServiceFacilitySetType.Builder setPassengerInformationEquipmentList(PassengerInformationEquipmentEnumeration value)
       List of PASSENGER INFORMATION Equipments.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 198:120]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentEnumeration passenger_information_equipment_list = 178;
      Parameters:
      value - The passengerInformationEquipmentList to set.
      Returns:
      This builder for chaining.
    • clearPassengerInformationEquipmentList

      public ServiceFacilitySetType.Builder clearPassengerInformationEquipmentList()
       List of PASSENGER INFORMATION Equipments.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 198:120]
       
      .uk.org.netex.www.netex.PassengerInformationEquipmentEnumeration passenger_information_equipment_list = 178;
      Returns:
      This builder for chaining.
    • getPassengerInformationFacilityListList

      public List<PassengerInformationFacilityEnumeration> getPassengerInformationFacilityListList()
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Specified by:
      getPassengerInformationFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the passengerInformationFacilityList.
    • getPassengerInformationFacilityListCount

      public int getPassengerInformationFacilityListCount()
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Specified by:
      getPassengerInformationFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of passengerInformationFacilityList.
    • getPassengerInformationFacilityList

      public PassengerInformationFacilityEnumeration getPassengerInformationFacilityList(int index)
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Specified by:
      getPassengerInformationFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The passengerInformationFacilityList at the given index.
    • setPassengerInformationFacilityList

      public ServiceFacilitySetType.Builder setPassengerInformationFacilityList(int index, PassengerInformationFacilityEnumeration value)
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The passengerInformationFacilityList to set.
      Returns:
      This builder for chaining.
    • addPassengerInformationFacilityList

      public ServiceFacilitySetType.Builder addPassengerInformationFacilityList(PassengerInformationFacilityEnumeration value)
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Parameters:
      value - The passengerInformationFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllPassengerInformationFacilityList

      public ServiceFacilitySetType.Builder addAllPassengerInformationFacilityList(Iterable<? extends PassengerInformationFacilityEnumeration> values)
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Parameters:
      values - The passengerInformationFacilityList to add.
      Returns:
      This builder for chaining.
    • clearPassengerInformationFacilityList

      public ServiceFacilitySetType.Builder clearPassengerInformationFacilityList()
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Returns:
      This builder for chaining.
    • getPassengerInformationFacilityListValueList

      public List<Integer> getPassengerInformationFacilityListValueList()
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Specified by:
      getPassengerInformationFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for passengerInformationFacilityList.
    • getPassengerInformationFacilityListValue

      public int getPassengerInformationFacilityListValue(int index)
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Specified by:
      getPassengerInformationFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of passengerInformationFacilityList at the given index.
    • setPassengerInformationFacilityListValue

      public ServiceFacilitySetType.Builder setPassengerInformationFacilityListValue(int index, int value)
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for passengerInformationFacilityList to set.
      Returns:
      This builder for chaining.
    • addPassengerInformationFacilityListValue

      public ServiceFacilitySetType.Builder addPassengerInformationFacilityListValue(int value)
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for passengerInformationFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllPassengerInformationFacilityListValue

      public ServiceFacilitySetType.Builder addAllPassengerInformationFacilityListValue(Iterable<Integer> values)
       List of PASSENGER INFO FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1141:109]
       
      repeated .uk.org.netex.www.netex.PassengerInformationFacilityEnumeration passenger_information_facility_list = 179 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for passengerInformationFacilityList to add.
      Returns:
      This builder for chaining.
    • getRetailFacilityListList

      public List<RetailFacilityEnumeration> getRetailFacilityListList()
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Specified by:
      getRetailFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the retailFacilityList.
    • getRetailFacilityListCount

      public int getRetailFacilityListCount()
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Specified by:
      getRetailFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of retailFacilityList.
    • getRetailFacilityList

      public RetailFacilityEnumeration getRetailFacilityList(int index)
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Specified by:
      getRetailFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The retailFacilityList at the given index.
    • setRetailFacilityList

      public ServiceFacilitySetType.Builder setRetailFacilityList(int index, RetailFacilityEnumeration value)
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The retailFacilityList to set.
      Returns:
      This builder for chaining.
    • addRetailFacilityList

      public ServiceFacilitySetType.Builder addRetailFacilityList(RetailFacilityEnumeration value)
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Parameters:
      value - The retailFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllRetailFacilityList

      public ServiceFacilitySetType.Builder addAllRetailFacilityList(Iterable<? extends RetailFacilityEnumeration> values)
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Parameters:
      values - The retailFacilityList to add.
      Returns:
      This builder for chaining.
    • clearRetailFacilityList

      public ServiceFacilitySetType.Builder clearRetailFacilityList()
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Returns:
      This builder for chaining.
    • getRetailFacilityListValueList

      public List<Integer> getRetailFacilityListValueList()
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Specified by:
      getRetailFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for retailFacilityList.
    • getRetailFacilityListValue

      public int getRetailFacilityListValue(int index)
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Specified by:
      getRetailFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of retailFacilityList at the given index.
    • setRetailFacilityListValue

      public ServiceFacilitySetType.Builder setRetailFacilityListValue(int index, int value)
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for retailFacilityList to set.
      Returns:
      This builder for chaining.
    • addRetailFacilityListValue

      public ServiceFacilitySetType.Builder addRetailFacilityListValue(int value)
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for retailFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllRetailFacilityListValue

      public ServiceFacilitySetType.Builder addAllRetailFacilityListValue(Iterable<Integer> values)
       List of RETAIL FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1226:81]
       
      repeated .uk.org.netex.www.netex.RetailFacilityEnumeration retail_facility_list = 180 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for retailFacilityList to add.
      Returns:
      This builder for chaining.
    • getSafetyFacilityListList

      public List<SafetyFacilityEnumeration> getSafetyFacilityListList()
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Specified by:
      getSafetyFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the safetyFacilityList.
    • getSafetyFacilityListCount

      public int getSafetyFacilityListCount()
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Specified by:
      getSafetyFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of safetyFacilityList.
    • getSafetyFacilityList

      public SafetyFacilityEnumeration getSafetyFacilityList(int index)
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Specified by:
      getSafetyFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The safetyFacilityList at the given index.
    • setSafetyFacilityList

      public ServiceFacilitySetType.Builder setSafetyFacilityList(int index, SafetyFacilityEnumeration value)
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The safetyFacilityList to set.
      Returns:
      This builder for chaining.
    • addSafetyFacilityList

      public ServiceFacilitySetType.Builder addSafetyFacilityList(SafetyFacilityEnumeration value)
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Parameters:
      value - The safetyFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllSafetyFacilityList

      public ServiceFacilitySetType.Builder addAllSafetyFacilityList(Iterable<? extends SafetyFacilityEnumeration> values)
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Parameters:
      values - The safetyFacilityList to add.
      Returns:
      This builder for chaining.
    • clearSafetyFacilityList

      public ServiceFacilitySetType.Builder clearSafetyFacilityList()
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Returns:
      This builder for chaining.
    • getSafetyFacilityListValueList

      public List<Integer> getSafetyFacilityListValueList()
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Specified by:
      getSafetyFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for safetyFacilityList.
    • getSafetyFacilityListValue

      public int getSafetyFacilityListValue(int index)
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Specified by:
      getSafetyFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of safetyFacilityList at the given index.
    • setSafetyFacilityListValue

      public ServiceFacilitySetType.Builder setSafetyFacilityListValue(int index, int value)
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for safetyFacilityList to set.
      Returns:
      This builder for chaining.
    • addSafetyFacilityListValue

      public ServiceFacilitySetType.Builder addSafetyFacilityListValue(int value)
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for safetyFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllSafetyFacilityListValue

      public ServiceFacilitySetType.Builder addAllSafetyFacilityListValue(Iterable<Integer> values)
       List of SAFETY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1243:81]
       
      repeated .uk.org.netex.www.netex.SafetyFacilityEnumeration safety_facility_list = 181 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for safetyFacilityList to add.
      Returns:
      This builder for chaining.
    • getSanitaryFacilityListList

      public List<SanitaryFacilityEnumeration> getSanitaryFacilityListList()
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Specified by:
      getSanitaryFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the sanitaryFacilityList.
    • getSanitaryFacilityListCount

      public int getSanitaryFacilityListCount()
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Specified by:
      getSanitaryFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of sanitaryFacilityList.
    • getSanitaryFacilityList

      public SanitaryFacilityEnumeration getSanitaryFacilityList(int index)
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Specified by:
      getSanitaryFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The sanitaryFacilityList at the given index.
    • setSanitaryFacilityList

      public ServiceFacilitySetType.Builder setSanitaryFacilityList(int index, SanitaryFacilityEnumeration value)
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The sanitaryFacilityList to set.
      Returns:
      This builder for chaining.
    • addSanitaryFacilityList

      public ServiceFacilitySetType.Builder addSanitaryFacilityList(SanitaryFacilityEnumeration value)
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Parameters:
      value - The sanitaryFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllSanitaryFacilityList

      public ServiceFacilitySetType.Builder addAllSanitaryFacilityList(Iterable<? extends SanitaryFacilityEnumeration> values)
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Parameters:
      values - The sanitaryFacilityList to add.
      Returns:
      This builder for chaining.
    • clearSanitaryFacilityList

      public ServiceFacilitySetType.Builder clearSanitaryFacilityList()
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Returns:
      This builder for chaining.
    • getSanitaryFacilityListValueList

      public List<Integer> getSanitaryFacilityListValueList()
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Specified by:
      getSanitaryFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for sanitaryFacilityList.
    • getSanitaryFacilityListValue

      public int getSanitaryFacilityListValue(int index)
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Specified by:
      getSanitaryFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of sanitaryFacilityList at the given index.
    • setSanitaryFacilityListValue

      public ServiceFacilitySetType.Builder setSanitaryFacilityListValue(int index, int value)
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for sanitaryFacilityList to set.
      Returns:
      This builder for chaining.
    • addSanitaryFacilityListValue

      public ServiceFacilitySetType.Builder addSanitaryFacilityListValue(int value)
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for sanitaryFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllSanitaryFacilityListValue

      public ServiceFacilitySetType.Builder addAllSanitaryFacilityListValue(Iterable<Integer> values)
       List of SANITARY FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1260:85]
       
      repeated .uk.org.netex.www.netex.SanitaryFacilityEnumeration sanitary_facility_list = 182 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for sanitaryFacilityList to add.
      Returns:
      This builder for chaining.
    • getTicketingFacilityListList

      public List<TicketingFacilityEnumeration> getTicketingFacilityListList()
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Specified by:
      getTicketingFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the ticketingFacilityList.
    • getTicketingFacilityListCount

      public int getTicketingFacilityListCount()
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Specified by:
      getTicketingFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of ticketingFacilityList.
    • getTicketingFacilityList

      public TicketingFacilityEnumeration getTicketingFacilityList(int index)
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Specified by:
      getTicketingFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The ticketingFacilityList at the given index.
    • setTicketingFacilityList

      public ServiceFacilitySetType.Builder setTicketingFacilityList(int index, TicketingFacilityEnumeration value)
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The ticketingFacilityList to set.
      Returns:
      This builder for chaining.
    • addTicketingFacilityList

      public ServiceFacilitySetType.Builder addTicketingFacilityList(TicketingFacilityEnumeration value)
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Parameters:
      value - The ticketingFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllTicketingFacilityList

      public ServiceFacilitySetType.Builder addAllTicketingFacilityList(Iterable<? extends TicketingFacilityEnumeration> values)
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Parameters:
      values - The ticketingFacilityList to add.
      Returns:
      This builder for chaining.
    • clearTicketingFacilityList

      public ServiceFacilitySetType.Builder clearTicketingFacilityList()
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Returns:
      This builder for chaining.
    • getTicketingFacilityListValueList

      public List<Integer> getTicketingFacilityListValueList()
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Specified by:
      getTicketingFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for ticketingFacilityList.
    • getTicketingFacilityListValue

      public int getTicketingFacilityListValue(int index)
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Specified by:
      getTicketingFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of ticketingFacilityList at the given index.
    • setTicketingFacilityListValue

      public ServiceFacilitySetType.Builder setTicketingFacilityListValue(int index, int value)
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for ticketingFacilityList to set.
      Returns:
      This builder for chaining.
    • addTicketingFacilityListValue

      public ServiceFacilitySetType.Builder addTicketingFacilityListValue(int value)
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for ticketingFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllTicketingFacilityListValue

      public ServiceFacilitySetType.Builder addAllTicketingFacilityListValue(Iterable<Integer> values)
       List of TICKETING FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1306:87]
       
      repeated .uk.org.netex.www.netex.TicketingFacilityEnumeration ticketing_facility_list = 183 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for ticketingFacilityList to add.
      Returns:
      This builder for chaining.
    • getTicketingServiceFacilityListList

      public List<TicketingServiceFacilityEnumeration> getTicketingServiceFacilityListList()
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Specified by:
      getTicketingServiceFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the ticketingServiceFacilityList.
    • getTicketingServiceFacilityListCount

      public int getTicketingServiceFacilityListCount()
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Specified by:
      getTicketingServiceFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of ticketingServiceFacilityList.
    • getTicketingServiceFacilityList

      public TicketingServiceFacilityEnumeration getTicketingServiceFacilityList(int index)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Specified by:
      getTicketingServiceFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The ticketingServiceFacilityList at the given index.
    • setTicketingServiceFacilityList

      public ServiceFacilitySetType.Builder setTicketingServiceFacilityList(int index, TicketingServiceFacilityEnumeration value)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The ticketingServiceFacilityList to set.
      Returns:
      This builder for chaining.
    • addTicketingServiceFacilityList

      public ServiceFacilitySetType.Builder addTicketingServiceFacilityList(TicketingServiceFacilityEnumeration value)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Parameters:
      value - The ticketingServiceFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllTicketingServiceFacilityList

      public ServiceFacilitySetType.Builder addAllTicketingServiceFacilityList(Iterable<? extends TicketingServiceFacilityEnumeration> values)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Parameters:
      values - The ticketingServiceFacilityList to add.
      Returns:
      This builder for chaining.
    • clearTicketingServiceFacilityList

      public ServiceFacilitySetType.Builder clearTicketingServiceFacilityList()
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Returns:
      This builder for chaining.
    • getTicketingServiceFacilityListValueList

      public List<Integer> getTicketingServiceFacilityListValueList()
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Specified by:
      getTicketingServiceFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for ticketingServiceFacilityList.
    • getTicketingServiceFacilityListValue

      public int getTicketingServiceFacilityListValue(int index)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Specified by:
      getTicketingServiceFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of ticketingServiceFacilityList at the given index.
    • setTicketingServiceFacilityListValue

      public ServiceFacilitySetType.Builder setTicketingServiceFacilityListValue(int index, int value)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for ticketingServiceFacilityList to set.
      Returns:
      This builder for chaining.
    • addTicketingServiceFacilityListValue

      public ServiceFacilitySetType.Builder addTicketingServiceFacilityListValue(int value)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for ticketingServiceFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllTicketingServiceFacilityListValue

      public ServiceFacilitySetType.Builder addAllTicketingServiceFacilityListValue(Iterable<Integer> values)
       List of TICKETING SERVICE FACILITies, e.g. purchase, collection. top up.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1323:101]
       
      repeated .uk.org.netex.www.netex.TicketingServiceFacilityEnumeration ticketing_service_facility_list = 184 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for ticketingServiceFacilityList to add.
      Returns:
      This builder for chaining.
    • getVehicleAccessFacilityListList

      public List<VehicleAccessFacilityEnumeration> getVehicleAccessFacilityListList()
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Specified by:
      getVehicleAccessFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the vehicleAccessFacilityList.
    • getVehicleAccessFacilityListCount

      public int getVehicleAccessFacilityListCount()
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Specified by:
      getVehicleAccessFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of vehicleAccessFacilityList.
    • getVehicleAccessFacilityList

      public VehicleAccessFacilityEnumeration getVehicleAccessFacilityList(int index)
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Specified by:
      getVehicleAccessFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The vehicleAccessFacilityList at the given index.
    • setVehicleAccessFacilityList

      public ServiceFacilitySetType.Builder setVehicleAccessFacilityList(int index, VehicleAccessFacilityEnumeration value)
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The vehicleAccessFacilityList to set.
      Returns:
      This builder for chaining.
    • addVehicleAccessFacilityList

      public ServiceFacilitySetType.Builder addVehicleAccessFacilityList(VehicleAccessFacilityEnumeration value)
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Parameters:
      value - The vehicleAccessFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllVehicleAccessFacilityList

      public ServiceFacilitySetType.Builder addAllVehicleAccessFacilityList(Iterable<? extends VehicleAccessFacilityEnumeration> values)
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Parameters:
      values - The vehicleAccessFacilityList to add.
      Returns:
      This builder for chaining.
    • clearVehicleAccessFacilityList

      public ServiceFacilitySetType.Builder clearVehicleAccessFacilityList()
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Returns:
      This builder for chaining.
    • getVehicleAccessFacilityListValueList

      public List<Integer> getVehicleAccessFacilityListValueList()
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Specified by:
      getVehicleAccessFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for vehicleAccessFacilityList.
    • getVehicleAccessFacilityListValue

      public int getVehicleAccessFacilityListValue(int index)
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Specified by:
      getVehicleAccessFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of vehicleAccessFacilityList at the given index.
    • setVehicleAccessFacilityListValue

      public ServiceFacilitySetType.Builder setVehicleAccessFacilityListValue(int index, int value)
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for vehicleAccessFacilityList to set.
      Returns:
      This builder for chaining.
    • addVehicleAccessFacilityListValue

      public ServiceFacilitySetType.Builder addVehicleAccessFacilityListValue(int value)
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for vehicleAccessFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllVehicleAccessFacilityListValue

      public ServiceFacilitySetType.Builder addAllVehicleAccessFacilityListValue(Iterable<Integer> values)
       List of VEHICLE ACCESS FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 766:113]
       
      repeated .uk.org.netex.www.netex.VehicleAccessFacilityEnumeration vehicle_access_facility_list = 321 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for vehicleAccessFacilityList to add.
      Returns:
      This builder for chaining.
    • getAccommodationAccessListList

      public List<AccommodationAccessEnumeration> getAccommodationAccessListList()
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Specified by:
      getAccommodationAccessListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the accommodationAccessList.
    • getAccommodationAccessListCount

      public int getAccommodationAccessListCount()
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Specified by:
      getAccommodationAccessListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of accommodationAccessList.
    • getAccommodationAccessList

      public AccommodationAccessEnumeration getAccommodationAccessList(int index)
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Specified by:
      getAccommodationAccessList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accommodationAccessList at the given index.
    • setAccommodationAccessList

      public ServiceFacilitySetType.Builder setAccommodationAccessList(int index, AccommodationAccessEnumeration value)
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The accommodationAccessList to set.
      Returns:
      This builder for chaining.
    • addAccommodationAccessList

      public ServiceFacilitySetType.Builder addAccommodationAccessList(AccommodationAccessEnumeration value)
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Parameters:
      value - The accommodationAccessList to add.
      Returns:
      This builder for chaining.
    • addAllAccommodationAccessList

      public ServiceFacilitySetType.Builder addAllAccommodationAccessList(Iterable<? extends AccommodationAccessEnumeration> values)
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Parameters:
      values - The accommodationAccessList to add.
      Returns:
      This builder for chaining.
    • clearAccommodationAccessList

      public ServiceFacilitySetType.Builder clearAccommodationAccessList()
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Returns:
      This builder for chaining.
    • getAccommodationAccessListValueList

      public List<Integer> getAccommodationAccessListValueList()
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Specified by:
      getAccommodationAccessListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accommodationAccessList.
    • getAccommodationAccessListValue

      public int getAccommodationAccessListValue(int index)
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Specified by:
      getAccommodationAccessListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accommodationAccessList at the given index.
    • setAccommodationAccessListValue

      public ServiceFacilitySetType.Builder setAccommodationAccessListValue(int index, int value)
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for accommodationAccessList to set.
      Returns:
      This builder for chaining.
    • addAccommodationAccessListValue

      public ServiceFacilitySetType.Builder addAccommodationAccessListValue(int value)
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for accommodationAccessList to add.
      Returns:
      This builder for chaining.
    • addAllAccommodationAccessListValue

      public ServiceFacilitySetType.Builder addAllAccommodationAccessListValue(Iterable<Integer> values)
       List of ACCOMMODATION ACCESS.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 817:91]
       
      repeated .uk.org.netex.www.netex.AccommodationAccessEnumeration accommodation_access_list = 322 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for accommodationAccessList to add.
      Returns:
      This builder for chaining.
    • getAccommodationFacilityListList

      public List<AccommodationFacilityEnumeration> getAccommodationFacilityListList()
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Specified by:
      getAccommodationFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the accommodationFacilityList.
    • getAccommodationFacilityListCount

      public int getAccommodationFacilityListCount()
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Specified by:
      getAccommodationFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of accommodationFacilityList.
    • getAccommodationFacilityList

      public AccommodationFacilityEnumeration getAccommodationFacilityList(int index)
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Specified by:
      getAccommodationFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The accommodationFacilityList at the given index.
    • setAccommodationFacilityList

      public ServiceFacilitySetType.Builder setAccommodationFacilityList(int index, AccommodationFacilityEnumeration value)
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The accommodationFacilityList to set.
      Returns:
      This builder for chaining.
    • addAccommodationFacilityList

      public ServiceFacilitySetType.Builder addAccommodationFacilityList(AccommodationFacilityEnumeration value)
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Parameters:
      value - The accommodationFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllAccommodationFacilityList

      public ServiceFacilitySetType.Builder addAllAccommodationFacilityList(Iterable<? extends AccommodationFacilityEnumeration> values)
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Parameters:
      values - The accommodationFacilityList to add.
      Returns:
      This builder for chaining.
    • clearAccommodationFacilityList

      public ServiceFacilitySetType.Builder clearAccommodationFacilityList()
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Returns:
      This builder for chaining.
    • getAccommodationFacilityListValueList

      public List<Integer> getAccommodationFacilityListValueList()
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Specified by:
      getAccommodationFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for accommodationFacilityList.
    • getAccommodationFacilityListValue

      public int getAccommodationFacilityListValue(int index)
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Specified by:
      getAccommodationFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accommodationFacilityList at the given index.
    • setAccommodationFacilityListValue

      public ServiceFacilitySetType.Builder setAccommodationFacilityListValue(int index, int value)
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for accommodationFacilityList to set.
      Returns:
      This builder for chaining.
    • addAccommodationFacilityListValue

      public ServiceFacilitySetType.Builder addAccommodationFacilityListValue(int value)
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for accommodationFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllAccommodationFacilityListValue

      public ServiceFacilitySetType.Builder addAllAccommodationFacilityListValue(Iterable<Integer> values)
       List of ACCOMMODATION FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 834:113]
       
      repeated .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility_list = 323 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for accommodationFacilityList to add.
      Returns:
      This builder for chaining.
    • getBoardingPermissionValue

      public int getBoardingPermissionValue()
       Classification of BOARDING PERMISSION - UIC 7161 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 869:78]
       
      .uk.org.netex.www.netex.BoardingPermissionEnumeration boarding_permission = 324;
      Specified by:
      getBoardingPermissionValue in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The enum numeric value on the wire for boardingPermission.
    • setBoardingPermissionValue

      public ServiceFacilitySetType.Builder setBoardingPermissionValue(int value)
       Classification of BOARDING PERMISSION - UIC 7161 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 869:78]
       
      .uk.org.netex.www.netex.BoardingPermissionEnumeration boarding_permission = 324;
      Parameters:
      value - The enum numeric value on the wire for boardingPermission to set.
      Returns:
      This builder for chaining.
    • getBoardingPermission

      public BoardingPermissionEnumeration getBoardingPermission()
       Classification of BOARDING PERMISSION - UIC 7161 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 869:78]
       
      .uk.org.netex.www.netex.BoardingPermissionEnumeration boarding_permission = 324;
      Specified by:
      getBoardingPermission in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The boardingPermission.
    • setBoardingPermission

      public ServiceFacilitySetType.Builder setBoardingPermission(BoardingPermissionEnumeration value)
       Classification of BOARDING PERMISSION - UIC 7161 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 869:78]
       
      .uk.org.netex.www.netex.BoardingPermissionEnumeration boarding_permission = 324;
      Parameters:
      value - The boardingPermission to set.
      Returns:
      This builder for chaining.
    • clearBoardingPermission

      public ServiceFacilitySetType.Builder clearBoardingPermission()
       Classification of BOARDING PERMISSION - UIC 7161 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 869:78]
       
      .uk.org.netex.www.netex.BoardingPermissionEnumeration boarding_permission = 324;
      Returns:
      This builder for chaining.
    • getBookingProcessFacilityListList

      public List<BookingProcessEnumeration> getBookingProcessFacilityListList()
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Specified by:
      getBookingProcessFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the bookingProcessFacilityList.
    • getBookingProcessFacilityListCount

      public int getBookingProcessFacilityListCount()
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Specified by:
      getBookingProcessFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of bookingProcessFacilityList.
    • getBookingProcessFacilityList

      public BookingProcessEnumeration getBookingProcessFacilityList(int index)
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Specified by:
      getBookingProcessFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The bookingProcessFacilityList at the given index.
    • setBookingProcessFacilityList

      public ServiceFacilitySetType.Builder setBookingProcessFacilityList(int index, BookingProcessEnumeration value)
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The bookingProcessFacilityList to set.
      Returns:
      This builder for chaining.
    • addBookingProcessFacilityList

      public ServiceFacilitySetType.Builder addBookingProcessFacilityList(BookingProcessEnumeration value)
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Parameters:
      value - The bookingProcessFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllBookingProcessFacilityList

      public ServiceFacilitySetType.Builder addAllBookingProcessFacilityList(Iterable<? extends BookingProcessEnumeration> values)
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Parameters:
      values - The bookingProcessFacilityList to add.
      Returns:
      This builder for chaining.
    • clearBookingProcessFacilityList

      public ServiceFacilitySetType.Builder clearBookingProcessFacilityList()
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Returns:
      This builder for chaining.
    • getBookingProcessFacilityListValueList

      public List<Integer> getBookingProcessFacilityListValueList()
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Specified by:
      getBookingProcessFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for bookingProcessFacilityList.
    • getBookingProcessFacilityListValue

      public int getBookingProcessFacilityListValue(int index)
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Specified by:
      getBookingProcessFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of bookingProcessFacilityList at the given index.
    • setBookingProcessFacilityListValue

      public ServiceFacilitySetType.Builder setBookingProcessFacilityListValue(int index, int value)
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for bookingProcessFacilityList to set.
      Returns:
      This builder for chaining.
    • addBookingProcessFacilityListValue

      public ServiceFacilitySetType.Builder addBookingProcessFacilityListValue(int value)
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for bookingProcessFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllBookingProcessFacilityListValue

      public ServiceFacilitySetType.Builder addAllBookingProcessFacilityListValue(Iterable<Integer> values)
       List of BOOKING PROCESS FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 880:97]
       
      repeated .uk.org.netex.www.netex.BookingProcessEnumeration booking_process_facility_list = 325 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for bookingProcessFacilityList to add.
      Returns:
      This builder for chaining.
    • getCouchetteFacilityListList

      public List<CouchetteFacilityEnumeration> getCouchetteFacilityListList()
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Specified by:
      getCouchetteFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the couchetteFacilityList.
    • getCouchetteFacilityListCount

      public int getCouchetteFacilityListCount()
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Specified by:
      getCouchetteFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of couchetteFacilityList.
    • getCouchetteFacilityList

      public CouchetteFacilityEnumeration getCouchetteFacilityList(int index)
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Specified by:
      getCouchetteFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The couchetteFacilityList at the given index.
    • setCouchetteFacilityList

      public ServiceFacilitySetType.Builder setCouchetteFacilityList(int index, CouchetteFacilityEnumeration value)
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The couchetteFacilityList to set.
      Returns:
      This builder for chaining.
    • addCouchetteFacilityList

      public ServiceFacilitySetType.Builder addCouchetteFacilityList(CouchetteFacilityEnumeration value)
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Parameters:
      value - The couchetteFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllCouchetteFacilityList

      public ServiceFacilitySetType.Builder addAllCouchetteFacilityList(Iterable<? extends CouchetteFacilityEnumeration> values)
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Parameters:
      values - The couchetteFacilityList to add.
      Returns:
      This builder for chaining.
    • clearCouchetteFacilityList

      public ServiceFacilitySetType.Builder clearCouchetteFacilityList()
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Returns:
      This builder for chaining.
    • getCouchetteFacilityListValueList

      public List<Integer> getCouchetteFacilityListValueList()
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Specified by:
      getCouchetteFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for couchetteFacilityList.
    • getCouchetteFacilityListValue

      public int getCouchetteFacilityListValue(int index)
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Specified by:
      getCouchetteFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of couchetteFacilityList at the given index.
    • setCouchetteFacilityListValue

      public ServiceFacilitySetType.Builder setCouchetteFacilityListValue(int index, int value)
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for couchetteFacilityList to set.
      Returns:
      This builder for chaining.
    • addCouchetteFacilityListValue

      public ServiceFacilitySetType.Builder addCouchetteFacilityListValue(int value)
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for couchetteFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllCouchetteFacilityListValue

      public ServiceFacilitySetType.Builder addAllCouchetteFacilityListValue(Iterable<Integer> values)
       List of COUCHETTE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 897:105]
       
      repeated .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility_list = 326 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for couchetteFacilityList to add.
      Returns:
      This builder for chaining.
    • getGroupBookingFacilityValue

      public int getGroupBookingFacilityValue()
       Classification of GROUP FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 960:92]
       
      .uk.org.netex.www.netex.GroupBookingEnumeration group_booking_facility = 327;
      Specified by:
      getGroupBookingFacilityValue in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The enum numeric value on the wire for groupBookingFacility.
    • setGroupBookingFacilityValue

      public ServiceFacilitySetType.Builder setGroupBookingFacilityValue(int value)
       Classification of GROUP FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 960:92]
       
      .uk.org.netex.www.netex.GroupBookingEnumeration group_booking_facility = 327;
      Parameters:
      value - The enum numeric value on the wire for groupBookingFacility to set.
      Returns:
      This builder for chaining.
    • getGroupBookingFacility

      public GroupBookingEnumeration getGroupBookingFacility()
       Classification of GROUP FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 960:92]
       
      .uk.org.netex.www.netex.GroupBookingEnumeration group_booking_facility = 327;
      Specified by:
      getGroupBookingFacility in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The groupBookingFacility.
    • setGroupBookingFacility

      public ServiceFacilitySetType.Builder setGroupBookingFacility(GroupBookingEnumeration value)
       Classification of GROUP FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 960:92]
       
      .uk.org.netex.www.netex.GroupBookingEnumeration group_booking_facility = 327;
      Parameters:
      value - The groupBookingFacility to set.
      Returns:
      This builder for chaining.
    • clearGroupBookingFacility

      public ServiceFacilitySetType.Builder clearGroupBookingFacility()
       Classification of GROUP FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 960:92]
       
      .uk.org.netex.www.netex.GroupBookingEnumeration group_booking_facility = 327;
      Returns:
      This builder for chaining.
    • getLuggageCarriageFacilityListList

      public List<LuggageCarriageEnumeration> getLuggageCarriageFacilityListList()
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Specified by:
      getLuggageCarriageFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the luggageCarriageFacilityList.
    • getLuggageCarriageFacilityListCount

      public int getLuggageCarriageFacilityListCount()
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Specified by:
      getLuggageCarriageFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of luggageCarriageFacilityList.
    • getLuggageCarriageFacilityList

      public LuggageCarriageEnumeration getLuggageCarriageFacilityList(int index)
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Specified by:
      getLuggageCarriageFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The luggageCarriageFacilityList at the given index.
    • setLuggageCarriageFacilityList

      public ServiceFacilitySetType.Builder setLuggageCarriageFacilityList(int index, LuggageCarriageEnumeration value)
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The luggageCarriageFacilityList to set.
      Returns:
      This builder for chaining.
    • addLuggageCarriageFacilityList

      public ServiceFacilitySetType.Builder addLuggageCarriageFacilityList(LuggageCarriageEnumeration value)
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Parameters:
      value - The luggageCarriageFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllLuggageCarriageFacilityList

      public ServiceFacilitySetType.Builder addAllLuggageCarriageFacilityList(Iterable<? extends LuggageCarriageEnumeration> values)
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Parameters:
      values - The luggageCarriageFacilityList to add.
      Returns:
      This builder for chaining.
    • clearLuggageCarriageFacilityList

      public ServiceFacilitySetType.Builder clearLuggageCarriageFacilityList()
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Returns:
      This builder for chaining.
    • getLuggageCarriageFacilityListValueList

      public List<Integer> getLuggageCarriageFacilityListValueList()
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Specified by:
      getLuggageCarriageFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for luggageCarriageFacilityList.
    • getLuggageCarriageFacilityListValue

      public int getLuggageCarriageFacilityListValue(int index)
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Specified by:
      getLuggageCarriageFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of luggageCarriageFacilityList at the given index.
    • setLuggageCarriageFacilityListValue

      public ServiceFacilitySetType.Builder setLuggageCarriageFacilityListValue(int index, int value)
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for luggageCarriageFacilityList to set.
      Returns:
      This builder for chaining.
    • addLuggageCarriageFacilityListValue

      public ServiceFacilitySetType.Builder addLuggageCarriageFacilityListValue(int value)
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for luggageCarriageFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllLuggageCarriageFacilityListValue

      public ServiceFacilitySetType.Builder addAllLuggageCarriageFacilityListValue(Iterable<Integer> values)
       List of LUGGAGE CARRIAGE FACILITies.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 988:99]
       
      repeated .uk.org.netex.www.netex.LuggageCarriageEnumeration luggage_carriage_facility_list = 328 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for luggageCarriageFacilityList to add.
      Returns:
      This builder for chaining.
    • getServiceReservationFacilityListList

      public List<ReservationEnumeration> getServiceReservationFacilityListList()
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Specified by:
      getServiceReservationFacilityListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the serviceReservationFacilityList.
    • getServiceReservationFacilityListCount

      public int getServiceReservationFacilityListCount()
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Specified by:
      getServiceReservationFacilityListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of serviceReservationFacilityList.
    • getServiceReservationFacilityList

      public ReservationEnumeration getServiceReservationFacilityList(int index)
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Specified by:
      getServiceReservationFacilityList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The serviceReservationFacilityList at the given index.
    • setServiceReservationFacilityList

      public ServiceFacilitySetType.Builder setServiceReservationFacilityList(int index, ReservationEnumeration value)
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The serviceReservationFacilityList to set.
      Returns:
      This builder for chaining.
    • addServiceReservationFacilityList

      public ServiceFacilitySetType.Builder addServiceReservationFacilityList(ReservationEnumeration value)
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Parameters:
      value - The serviceReservationFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllServiceReservationFacilityList

      public ServiceFacilitySetType.Builder addAllServiceReservationFacilityList(Iterable<? extends ReservationEnumeration> values)
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Parameters:
      values - The serviceReservationFacilityList to add.
      Returns:
      This builder for chaining.
    • clearServiceReservationFacilityList

      public ServiceFacilitySetType.Builder clearServiceReservationFacilityList()
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Returns:
      This builder for chaining.
    • getServiceReservationFacilityListValueList

      public List<Integer> getServiceReservationFacilityListValueList()
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Specified by:
      getServiceReservationFacilityListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for serviceReservationFacilityList.
    • getServiceReservationFacilityListValue

      public int getServiceReservationFacilityListValue(int index)
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Specified by:
      getServiceReservationFacilityListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of serviceReservationFacilityList at the given index.
    • setServiceReservationFacilityListValue

      public ServiceFacilitySetType.Builder setServiceReservationFacilityListValue(int index, int value)
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for serviceReservationFacilityList to set.
      Returns:
      This builder for chaining.
    • addServiceReservationFacilityListValue

      public ServiceFacilitySetType.Builder addServiceReservationFacilityListValue(int value)
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for serviceReservationFacilityList to add.
      Returns:
      This builder for chaining.
    • addAllServiceReservationFacilityListValue

      public ServiceFacilitySetType.Builder addAllServiceReservationFacilityListValue(Iterable<Integer> values)
       List of RESERVATION FACILITies UIC 7037 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1192:105]
       
      repeated .uk.org.netex.www.netex.ReservationEnumeration service_reservation_facility_list = 329 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for serviceReservationFacilityList to add.
      Returns:
      This builder for chaining.
    • getUicProductCharacteristicListList

      public List<UicProductCharacteristicEnumeration> getUicProductCharacteristicListList()
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Specified by:
      getUicProductCharacteristicListList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the uicProductCharacteristicList.
    • getUicProductCharacteristicListCount

      public int getUicProductCharacteristicListCount()
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Specified by:
      getUicProductCharacteristicListCount in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The count of uicProductCharacteristicList.
    • getUicProductCharacteristicList

      public UicProductCharacteristicEnumeration getUicProductCharacteristicList(int index)
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Specified by:
      getUicProductCharacteristicList in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The uicProductCharacteristicList at the given index.
    • setUicProductCharacteristicList

      public ServiceFacilitySetType.Builder setUicProductCharacteristicList(int index, UicProductCharacteristicEnumeration value)
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The uicProductCharacteristicList to set.
      Returns:
      This builder for chaining.
    • addUicProductCharacteristicList

      public ServiceFacilitySetType.Builder addUicProductCharacteristicList(UicProductCharacteristicEnumeration value)
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Parameters:
      value - The uicProductCharacteristicList to add.
      Returns:
      This builder for chaining.
    • addAllUicProductCharacteristicList

      public ServiceFacilitySetType.Builder addAllUicProductCharacteristicList(Iterable<? extends UicProductCharacteristicEnumeration> values)
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Parameters:
      values - The uicProductCharacteristicList to add.
      Returns:
      This builder for chaining.
    • clearUicProductCharacteristicList

      public ServiceFacilitySetType.Builder clearUicProductCharacteristicList()
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Returns:
      This builder for chaining.
    • getUicProductCharacteristicListValueList

      public List<Integer> getUicProductCharacteristicListValueList()
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Specified by:
      getUicProductCharacteristicListValueList in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for uicProductCharacteristicList.
    • getUicProductCharacteristicListValue

      public int getUicProductCharacteristicListValue(int index)
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Specified by:
      getUicProductCharacteristicListValue in interface ServiceFacilitySetTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of uicProductCharacteristicList at the given index.
    • setUicProductCharacteristicListValue

      public ServiceFacilitySetType.Builder setUicProductCharacteristicListValue(int index, int value)
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for uicProductCharacteristicList to set.
      Returns:
      This builder for chaining.
    • addUicProductCharacteristicListValue

      public ServiceFacilitySetType.Builder addUicProductCharacteristicListValue(int value)
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Parameters:
      value - The enum numeric value on the wire for uicProductCharacteristicList to add.
      Returns:
      This builder for chaining.
    • addAllUicProductCharacteristicListValue

      public ServiceFacilitySetType.Builder addAllUicProductCharacteristicListValue(Iterable<Integer> values)
       List of UIC Product Characteristics UIC 7139 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1346:101]
       
      repeated .uk.org.netex.www.netex.UicProductCharacteristicEnumeration uic_product_characteristic_list = 330 [packed = true];
      Parameters:
      values - The enum numeric values on the wire for uicProductCharacteristicList to add.
      Returns:
      This builder for chaining.
    • getUicTrainRateValue

      public int getUicTrainRateValue()
       Classification of UIC Rate Type FACILITY type - UIC 5163 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1329:65]
       
      .uk.org.netex.www.netex.UicRateTypeEnumeration uic_train_rate = 331;
      Specified by:
      getUicTrainRateValue in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The enum numeric value on the wire for uicTrainRate.
    • setUicTrainRateValue

      public ServiceFacilitySetType.Builder setUicTrainRateValue(int value)
       Classification of UIC Rate Type FACILITY type - UIC 5163 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1329:65]
       
      .uk.org.netex.www.netex.UicRateTypeEnumeration uic_train_rate = 331;
      Parameters:
      value - The enum numeric value on the wire for uicTrainRate to set.
      Returns:
      This builder for chaining.
    • getUicTrainRate

      public UicRateTypeEnumeration getUicTrainRate()
       Classification of UIC Rate Type FACILITY type - UIC 5163 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1329:65]
       
      .uk.org.netex.www.netex.UicRateTypeEnumeration uic_train_rate = 331;
      Specified by:
      getUicTrainRate in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The uicTrainRate.
    • setUicTrainRate

       Classification of UIC Rate Type FACILITY type - UIC 5163 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1329:65]
       
      .uk.org.netex.www.netex.UicRateTypeEnumeration uic_train_rate = 331;
      Parameters:
      value - The uicTrainRate to set.
      Returns:
      This builder for chaining.
    • clearUicTrainRate

      public ServiceFacilitySetType.Builder clearUicTrainRate()
       Classification of UIC Rate Type FACILITY type - UIC 5163 Code list.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 1329:65]
       
      .uk.org.netex.www.netex.UicRateTypeEnumeration uic_train_rate = 331;
      Returns:
      This builder for chaining.
    • hasAccommodations

      public boolean hasAccommodations()
       Accommodation available on service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 331:88]
       
      .uk.org.netex.www.netex.Accommodations_RelStructure accommodations = 341;
      Specified by:
      hasAccommodations in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      Whether the accommodations field is set.
    • getAccommodations

      public Accommodations_RelStructure getAccommodations()
       Accommodation available on service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 331:88]
       
      .uk.org.netex.www.netex.Accommodations_RelStructure accommodations = 341;
      Specified by:
      getAccommodations in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The accommodations.
    • setAccommodations

       Accommodation available on service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 331:88]
       
      .uk.org.netex.www.netex.Accommodations_RelStructure accommodations = 341;
    • setAccommodations

      public ServiceFacilitySetType.Builder setAccommodations(Accommodations_RelStructure.Builder builderForValue)
       Accommodation available on service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 331:88]
       
      .uk.org.netex.www.netex.Accommodations_RelStructure accommodations = 341;
    • mergeAccommodations

      public ServiceFacilitySetType.Builder mergeAccommodations(Accommodations_RelStructure value)
       Accommodation available on service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 331:88]
       
      .uk.org.netex.www.netex.Accommodations_RelStructure accommodations = 341;
    • clearAccommodations

      public ServiceFacilitySetType.Builder clearAccommodations()
       Accommodation available on service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 331:88]
       
      .uk.org.netex.www.netex.Accommodations_RelStructure accommodations = 341;
    • getAccommodationsBuilder

      public Accommodations_RelStructure.Builder getAccommodationsBuilder()
       Accommodation available on service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 331:88]
       
      .uk.org.netex.www.netex.Accommodations_RelStructure accommodations = 341;
    • getAccommodationsOrBuilder

      public Accommodations_RelStructureOrBuilder getAccommodationsOrBuilder()
       Accommodation available on service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 331:88]
       
      .uk.org.netex.www.netex.Accommodations_RelStructure accommodations = 341;
      Specified by:
      getAccommodationsOrBuilder in interface ServiceFacilitySetTypeOrBuilder
    • hasOnboardStays

      public boolean hasOnboardStays()
       Permission to stay on board the service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 336:84]
       
      .uk.org.netex.www.netex.OnboardStays_RelStructure onboard_stays = 342;
      Specified by:
      hasOnboardStays in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      Whether the onboardStays field is set.
    • getOnboardStays

      public OnboardStays_RelStructure getOnboardStays()
       Permission to stay on board the service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 336:84]
       
      .uk.org.netex.www.netex.OnboardStays_RelStructure onboard_stays = 342;
      Specified by:
      getOnboardStays in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The onboardStays.
    • setOnboardStays

       Permission to stay on board the service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 336:84]
       
      .uk.org.netex.www.netex.OnboardStays_RelStructure onboard_stays = 342;
    • setOnboardStays

      public ServiceFacilitySetType.Builder setOnboardStays(OnboardStays_RelStructure.Builder builderForValue)
       Permission to stay on board the service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 336:84]
       
      .uk.org.netex.www.netex.OnboardStays_RelStructure onboard_stays = 342;
    • mergeOnboardStays

       Permission to stay on board the service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 336:84]
       
      .uk.org.netex.www.netex.OnboardStays_RelStructure onboard_stays = 342;
    • clearOnboardStays

      public ServiceFacilitySetType.Builder clearOnboardStays()
       Permission to stay on board the service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 336:84]
       
      .uk.org.netex.www.netex.OnboardStays_RelStructure onboard_stays = 342;
    • getOnboardStaysBuilder

      public OnboardStays_RelStructure.Builder getOnboardStaysBuilder()
       Permission to stay on board the service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 336:84]
       
      .uk.org.netex.www.netex.OnboardStays_RelStructure onboard_stays = 342;
    • getOnboardStaysOrBuilder

      public OnboardStays_RelStructureOrBuilder getOnboardStaysOrBuilder()
       Permission to stay on board the service.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 336:84]
       
      .uk.org.netex.www.netex.OnboardStays_RelStructure onboard_stays = 342;
      Specified by:
      getOnboardStaysOrBuilder in interface ServiceFacilitySetTypeOrBuilder
    • getId

      public String getId()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 308:64]
       
      string id = 371;
      Specified by:
      getId in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 308:64]
       
      string id = 371;
      Specified by:
      getIdBytes in interface ServiceFacilitySetTypeOrBuilder
      Returns:
      The bytes for id.
    • setId

      public ServiceFacilitySetType.Builder setId(String value)
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 308:64]
       
      string id = 371;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 308:64]
       
      string id = 371;
      Returns:
      This builder for chaining.
    • setIdBytes

      public ServiceFacilitySetType.Builder setIdBytes(com.google.protobuf.ByteString value)
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 308:64]
       
      string id = 371;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.