Interface FacilitySet_VersionStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FacilitySet_VersionStructure, FacilitySet_VersionStructure.Builder

@Generated public interface FacilitySet_VersionStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The bytes for id.
    • hasCreated

      boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      Whether the created field is set.
    • getCreated

      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;
      Returns:
      The created.
    • getCreatedOrBuilder

      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;
    • hasChanged

      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;
      Returns:
      Whether the changed field is set.
    • getChanged

      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;
      Returns:
      The changed.
    • getChangedOrBuilder

      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;
    • getVersion

      String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The bytes for version.
    • getStatusValue

      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;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      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;
      Returns:
      The status.
    • getDerivedFromVersionRef

      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 = 186;
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      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 = 186;
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      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 = 187;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      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 = 187;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      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;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      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;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      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;
    • getValidBetweenList

      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;
    • getValidBetween

      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;
    • getValidBetweenCount

      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;
    • getValidBetweenOrBuilderList

      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;
    • getValidBetweenOrBuilder

      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;
    • hasAlternativeTexts

      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;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      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;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      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;
    • hasKeyList

      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;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      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;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      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;
    • hasExtensions

      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;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      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;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      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;
    • hasBrandingRef

      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;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      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;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      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;
    • hasProvidedByRef

      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;
      Returns:
      Whether the providedByRef field is set.
    • getProvidedByRef

      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;
      Returns:
      The providedByRef.
    • getProvidedByRefOrBuilder

      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;
    • hasDescription

      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;
      Returns:
      Whether the description field is set.
    • getDescription

      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;
      Returns:
      The description.
    • getDescriptionOrBuilder

      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;
    • hasTypeOfFacilityRef

      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;
      Returns:
      Whether the typeOfFacilityRef field is set.
    • getTypeOfFacilityRef

      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;
      Returns:
      The typeOfFacilityRef.
    • getTypeOfFacilityRefOrBuilder

      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;
    • hasOtherFacilities

      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;
      Returns:
      Whether the otherFacilities field is set.
    • getOtherFacilities

      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;
      Returns:
      The otherFacilities.
    • getOtherFacilitiesOrBuilder

      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;
    • getAccessibilityInfoFacilityListList

      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];
      Returns:
      A list containing the accessibilityInfoFacilityList.
    • getAccessibilityInfoFacilityListCount

      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];
      Returns:
      The count of accessibilityInfoFacilityList.
    • getAccessibilityInfoFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessibilityInfoFacilityList at the given index.
    • getAccessibilityInfoFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for accessibilityInfoFacilityList.
    • getAccessibilityInfoFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessibilityInfoFacilityList at the given index.
    • getAssistanceFacilityListList

      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];
      Returns:
      A list containing the assistanceFacilityList.
    • getAssistanceFacilityListCount

      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];
      Returns:
      The count of assistanceFacilityList.
    • getAssistanceFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The assistanceFacilityList at the given index.
    • getAssistanceFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for assistanceFacilityList.
    • getAssistanceFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of assistanceFacilityList at the given index.
    • getAccessibilityToolListList

      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];
      Returns:
      A list containing the accessibilityToolList.
    • getAccessibilityToolListCount

      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];
      Returns:
      The count of accessibilityToolList.
    • getAccessibilityToolList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessibilityToolList at the given index.
    • getAccessibilityToolListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for accessibilityToolList.
    • getAccessibilityToolListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessibilityToolList at the given index.
    • getCarServiceFacilityListList

      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];
      Returns:
      A list containing the carServiceFacilityList.
    • getCarServiceFacilityListCount

      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];
      Returns:
      The count of carServiceFacilityList.
    • getCarServiceFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The carServiceFacilityList at the given index.
    • getCarServiceFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for carServiceFacilityList.
    • getCarServiceFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of carServiceFacilityList at the given index.
    • getCateringFacilityListList

      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];
      Returns:
      A list containing the cateringFacilityList.
    • getCateringFacilityListCount

      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];
      Returns:
      The count of cateringFacilityList.
    • getCateringFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The cateringFacilityList at the given index.
    • getCateringFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for cateringFacilityList.
    • getCateringFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of cateringFacilityList at the given index.
    • getFamilyFacilityListList

      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];
      Returns:
      A list containing the familyFacilityList.
    • getFamilyFacilityListCount

      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];
      Returns:
      The count of familyFacilityList.
    • getFamilyFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The familyFacilityList at the given index.
    • getFamilyFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for familyFacilityList.
    • getFamilyFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of familyFacilityList at the given index.
    • getFareClassesList

      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];
      Returns:
      A list containing the fareClasses.
    • getFareClassesCount

      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];
      Returns:
      The count of fareClasses.
    • getFareClasses

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The fareClasses at the given index.
    • getFareClassesValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for fareClasses.
    • getFareClassesValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of fareClasses at the given index.
    • getGenderLimitationValue

      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;
      Returns:
      The enum numeric value on the wire for genderLimitation.
    • getGenderLimitation

      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;
      Returns:
      The genderLimitation.
    • getMealFacilityListList

      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];
      Returns:
      A list containing the mealFacilityList.
    • getMealFacilityListCount

      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];
      Returns:
      The count of mealFacilityList.
    • getMealFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The mealFacilityList at the given index.
    • getMealFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for mealFacilityList.
    • getMealFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of mealFacilityList at the given index.
    • getMedicalFacilityListList

      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];
      Returns:
      A list containing the medicalFacilityList.
    • getMedicalFacilityListCount

      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];
      Returns:
      The count of medicalFacilityList.
    • getMedicalFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The medicalFacilityList at the given index.
    • getMedicalFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for medicalFacilityList.
    • getMedicalFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of medicalFacilityList at the given index.
    • getMobilityFacilityListList

      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];
      Returns:
      A list containing the mobilityFacilityList.
    • getMobilityFacilityListCount

      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];
      Returns:
      The count of mobilityFacilityList.
    • getMobilityFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The mobilityFacilityList at the given index.
    • getMobilityFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for mobilityFacilityList.
    • getMobilityFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of mobilityFacilityList at the given index.
    • getNuisanceFacilityListList

      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];
      Returns:
      A list containing the nuisanceFacilityList.
    • getNuisanceFacilityListCount

      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];
      Returns:
      The count of nuisanceFacilityList.
    • getNuisanceFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The nuisanceFacilityList at the given index.
    • getNuisanceFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for nuisanceFacilityList.
    • getNuisanceFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of nuisanceFacilityList at the given index.
    • getPassengerCommsFacilityListList

      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];
      Returns:
      A list containing the passengerCommsFacilityList.
    • getPassengerCommsFacilityListCount

      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];
      Returns:
      The count of passengerCommsFacilityList.
    • getPassengerCommsFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The passengerCommsFacilityList at the given index.
    • getPassengerCommsFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for passengerCommsFacilityList.
    • getPassengerCommsFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of passengerCommsFacilityList at the given index.
    • getPassengerInformationEquipmentListValue

      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;
      Returns:
      The enum numeric value on the wire for passengerInformationEquipmentList.
    • getPassengerInformationEquipmentList

      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;
      Returns:
      The passengerInformationEquipmentList.
    • getPassengerInformationFacilityListList

      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];
      Returns:
      A list containing the passengerInformationFacilityList.
    • getPassengerInformationFacilityListCount

      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];
      Returns:
      The count of passengerInformationFacilityList.
    • getPassengerInformationFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The passengerInformationFacilityList at the given index.
    • getPassengerInformationFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for passengerInformationFacilityList.
    • getPassengerInformationFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of passengerInformationFacilityList at the given index.
    • getRetailFacilityListList

      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];
      Returns:
      A list containing the retailFacilityList.
    • getRetailFacilityListCount

      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];
      Returns:
      The count of retailFacilityList.
    • getRetailFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The retailFacilityList at the given index.
    • getRetailFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for retailFacilityList.
    • getRetailFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of retailFacilityList at the given index.
    • getSafetyFacilityListList

      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];
      Returns:
      A list containing the safetyFacilityList.
    • getSafetyFacilityListCount

      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];
      Returns:
      The count of safetyFacilityList.
    • getSafetyFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The safetyFacilityList at the given index.
    • getSafetyFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for safetyFacilityList.
    • getSafetyFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of safetyFacilityList at the given index.
    • getSanitaryFacilityListList

      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];
      Returns:
      A list containing the sanitaryFacilityList.
    • getSanitaryFacilityListCount

      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];
      Returns:
      The count of sanitaryFacilityList.
    • getSanitaryFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The sanitaryFacilityList at the given index.
    • getSanitaryFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for sanitaryFacilityList.
    • getSanitaryFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of sanitaryFacilityList at the given index.
    • getTicketingFacilityListList

      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];
      Returns:
      A list containing the ticketingFacilityList.
    • getTicketingFacilityListCount

      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];
      Returns:
      The count of ticketingFacilityList.
    • getTicketingFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The ticketingFacilityList at the given index.
    • getTicketingFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for ticketingFacilityList.
    • getTicketingFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of ticketingFacilityList at the given index.
    • getTicketingServiceFacilityListList

      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];
      Returns:
      A list containing the ticketingServiceFacilityList.
    • getTicketingServiceFacilityListCount

      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];
      Returns:
      The count of ticketingServiceFacilityList.
    • getTicketingServiceFacilityList

      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];
      Parameters:
      index - The index of the element to return.
      Returns:
      The ticketingServiceFacilityList at the given index.
    • getTicketingServiceFacilityListValueList

      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];
      Returns:
      A list containing the enum numeric values on the wire for ticketingServiceFacilityList.
    • getTicketingServiceFacilityListValue

      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];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of ticketingServiceFacilityList at the given index.