Interface AccommodationTypeOrBuilder

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

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

    • 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 = 203;
      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 = 203;
      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 = 204;
      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 = 204;
      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;
    • 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 = 71;
      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 = 71;
      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 = 71;
    • hasName

      boolean hasName()
       Name of Accomodation _v1.1  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 622:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of Accomodation _v1.1  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 622:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of Accomodation _v1.1  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 622:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasServiceFacilitySetRef

      boolean hasServiceFacilitySetRef()
       Reference to a SERVICE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 162;
      Returns:
      Whether the serviceFacilitySetRef field is set.
    • getServiceFacilitySetRef

      VersionOfObjectRefStructure getServiceFacilitySetRef()
       Reference to a SERVICE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 162;
      Returns:
      The serviceFacilitySetRef.
    • getServiceFacilitySetRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceFacilitySetRefOrBuilder()
       Reference to a SERVICE FACILITY SET.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 819:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_facility_set_ref = 162;
    • getFareClassValue

      int getFareClassValue()
       Classification of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 943:78]
       
      .uk.org.netex.www.netex.FareClassEnumeration fare_class = 163;
      Returns:
      The enum numeric value on the wire for fareClass.
    • getFareClass

      FareClassEnumeration getFareClass()
       Classification of FARE CLASSes.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 943:78]
       
      .uk.org.netex.www.netex.FareClassEnumeration fare_class = 163;
      Returns:
      The fareClass.
    • hasClassOfUseRef

      boolean hasClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 164;
      Returns:
      Whether the classOfUseRef field is set.
    • getClassOfUseRef

      ClassOfUseRefType getClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 164;
      Returns:
      The classOfUseRef.
    • getClassOfUseRefOrBuilder

      ClassOfUseRefTypeOrBuilder getClassOfUseRefOrBuilder()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 164;
    • getAccommodationFacilityValue

      int getAccommodationFacilityValue()
       Classification of ACCOMMODATION FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 829:102]
       
      .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility = 165;
      Returns:
      The enum numeric value on the wire for accommodationFacility.
    • getAccommodationFacility

      AccommodationFacilityEnumeration getAccommodationFacility()
       Classification of ACCOMMODATION FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 829:102]
       
      .uk.org.netex.www.netex.AccommodationFacilityEnumeration accommodation_facility = 165;
      Returns:
      The accommodationFacility.
    • getCouchetteFacilityValue

      int getCouchetteFacilityValue()
       Classification of COUCHETTE FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 892:94]
       
      .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility = 166;
      Returns:
      The enum numeric value on the wire for couchetteFacility.
    • getCouchetteFacility

      CouchetteFacilityEnumeration getCouchetteFacility()
       Classification of COUCHETTE FACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 892:94]
       
      .uk.org.netex.www.netex.CouchetteFacilityEnumeration couchette_facility = 166;
      Returns:
      The couchetteFacility.
    • getMaximumNumberOfBerths

      int getMaximumNumberOfBerths()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 644:80]
       
      int32 maximum_number_of_berths = 167;
      Returns:
      The maximumNumberOfBerths.
    • getBerthFacilityValue

      int getBerthFacilityValue()
       Classification of BERTHFACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 863:68]
       
      .uk.org.netex.www.netex.BerthFacilityEnumeration berth_facility = 168;
      Returns:
      The enum numeric value on the wire for berthFacility.
    • getBerthFacility

      BerthFacilityEnumeration getBerthFacility()
       Classification of BERTHFACILITY type - TPEG pti23.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 863:68]
       
      .uk.org.netex.www.netex.BerthFacilityEnumeration berth_facility = 168;
      Returns:
      The berthFacility.
    • getShowerFacilityValue

      int getShowerFacilityValue()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 650:104]
       
      .uk.org.netex.www.netex.SanitaryFacilityEnumeration shower_facility = 169;
      Returns:
      The enum numeric value on the wire for showerFacility.
    • getShowerFacility

      SanitaryFacilityEnumeration getShowerFacility()
       [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 650:104]
       
      .uk.org.netex.www.netex.SanitaryFacilityEnumeration shower_facility = 169;
      Returns:
      The showerFacility.
    • getToiletFacilityValue

      int getToiletFacilityValue()
       Toilet facilities for ACCOMMODATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 651:103]
       
      .uk.org.netex.www.netex.SanitaryFacilityEnumeration toilet_facility = 170;
      Returns:
      The enum numeric value on the wire for toiletFacility.
    • getToiletFacility

      SanitaryFacilityEnumeration getToiletFacility()
       Toilet facilities for ACCOMMODATION.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 651:103]
       
      .uk.org.netex.www.netex.SanitaryFacilityEnumeration toilet_facility = 170;
      Returns:
      The toiletFacility.
    • 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 = 171;
      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 = 171;
      Returns:
      The genderLimitation.
    • 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 = 172 [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 = 172 [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 = 172 [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 = 172 [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 = 172 [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 = 173 [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 = 173 [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 = 173 [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 = 173 [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 = 173 [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.
    • getId

      String getId()
       Identifier of ENTITY.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 596:73]
       
      string id = 201;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_reusableComponents/netex_facility_version.xsd at 596:73]
       
      string id = 201;
      Returns:
      The bytes for id.