Interface ParkingPropertiesTypeOrBuilder

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

public interface ParkingPropertiesTypeOrBuilder 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 = 212;
      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 = 212;
      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 = 213;
      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 = 213;
      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 PARKING PROPERTIes.+V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 589:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
      Returns:
      Whether the name field is set.
    • getName

       Name of PARKING PROPERTIes.+V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 589:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of PARKING PROPERTIes.+V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 589:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
    • hasParkingRef

      boolean hasParkingRef()
       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 161;
      Returns:
      Whether the parkingRef field is set.
    • getParkingRef

       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 161;
      Returns:
      The parkingRef.
    • getParkingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingRefOrBuilder()
       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 161;
    • getParkingUserTypesList

      List<ParkingUserEnumeration> getParkingUserTypesList()
       Type of users: disabled, all etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 595:92]
       
      repeated .uk.org.netex.www.netex.ParkingUserEnumeration parking_user_types = 162 [packed = true];
      Returns:
      A list containing the parkingUserTypes.
    • getParkingUserTypesCount

      int getParkingUserTypesCount()
       Type of users: disabled, all etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 595:92]
       
      repeated .uk.org.netex.www.netex.ParkingUserEnumeration parking_user_types = 162 [packed = true];
      Returns:
      The count of parkingUserTypes.
    • getParkingUserTypes

      ParkingUserEnumeration getParkingUserTypes(int index)
       Type of users: disabled, all etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 595:92]
       
      repeated .uk.org.netex.www.netex.ParkingUserEnumeration parking_user_types = 162 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The parkingUserTypes at the given index.
    • getParkingUserTypesValueList

      List<Integer> getParkingUserTypesValueList()
       Type of users: disabled, all etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 595:92]
       
      repeated .uk.org.netex.www.netex.ParkingUserEnumeration parking_user_types = 162 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for parkingUserTypes.
    • getParkingUserTypesValue

      int getParkingUserTypesValue(int index)
       Type of users: disabled, all etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 595:92]
       
      repeated .uk.org.netex.www.netex.ParkingUserEnumeration parking_user_types = 162 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parkingUserTypes at the given index.
    • getParkingVehicleTypesList

      List<ParkingVehicleEnumeration> getParkingVehicleTypesList()
       Type of vehicle that PARKING allows.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 600:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 163 [packed = true];
      Returns:
      A list containing the parkingVehicleTypes.
    • getParkingVehicleTypesCount

      int getParkingVehicleTypesCount()
       Type of vehicle that PARKING allows.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 600:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 163 [packed = true];
      Returns:
      The count of parkingVehicleTypes.
    • getParkingVehicleTypes

      ParkingVehicleEnumeration getParkingVehicleTypes(int index)
       Type of vehicle that PARKING allows.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 600:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 163 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The parkingVehicleTypes at the given index.
    • getParkingVehicleTypesValueList

      List<Integer> getParkingVehicleTypesValueList()
       Type of vehicle that PARKING allows.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 600:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 163 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for parkingVehicleTypes.
    • getParkingVehicleTypesValue

      int getParkingVehicleTypesValue(int index)
       Type of vehicle that PARKING allows.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 600:98]
       
      repeated .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_types = 163 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parkingVehicleTypes at the given index.
    • hasVehicleTypes

      boolean hasVehicleTypes()
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 605:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 155;
      Returns:
      Whether the vehicleTypes field is set.
    • getVehicleTypes

       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 605:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 155;
      Returns:
      The vehicleTypes.
    • getVehicleTypesOrBuilder

      TransportTypeRefs_RelStructureOrBuilder getVehicleTypesOrBuilder()
       TRANSPORT TYPEs  that may use PARKING - open codes.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 605:89]
       
      .uk.org.netex.www.netex.TransportTypeRefs_RelStructure vehicle_types = 155;
    • getParkingStayListList

      List<ParkingStayEnumeration> getParkingStayListList()
       Nature of stay in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 632:91]
       
      repeated .uk.org.netex.www.netex.ParkingStayEnumeration parking_stay_list = 164 [packed = true];
      Returns:
      A list containing the parkingStayList.
    • getParkingStayListCount

      int getParkingStayListCount()
       Nature of stay in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 632:91]
       
      repeated .uk.org.netex.www.netex.ParkingStayEnumeration parking_stay_list = 164 [packed = true];
      Returns:
      The count of parkingStayList.
    • getParkingStayList

      ParkingStayEnumeration getParkingStayList(int index)
       Nature of stay in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 632:91]
       
      repeated .uk.org.netex.www.netex.ParkingStayEnumeration parking_stay_list = 164 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The parkingStayList at the given index.
    • getParkingStayListValueList

      List<Integer> getParkingStayListValueList()
       Nature of stay in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 632:91]
       
      repeated .uk.org.netex.www.netex.ParkingStayEnumeration parking_stay_list = 164 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for parkingStayList.
    • getParkingStayListValue

      int getParkingStayListValue(int index)
       Nature of stay in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 632:91]
       
      repeated .uk.org.netex.www.netex.ParkingStayEnumeration parking_stay_list = 164 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parkingStayList at the given index.
    • hasMaximumStay

      boolean hasMaximumStay()
       Maximum allowed Stay as Duration.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 637:70]
       
      .google.protobuf.Duration maximum_stay = 165;
      Returns:
      Whether the maximumStay field is set.
    • getMaximumStay

      com.google.protobuf.Duration getMaximumStay()
       Maximum allowed Stay as Duration.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 637:70]
       
      .google.protobuf.Duration maximum_stay = 165;
      Returns:
      The maximumStay.
    • getMaximumStayOrBuilder

      com.google.protobuf.DurationOrBuilder getMaximumStayOrBuilder()
       Maximum allowed Stay as Duration.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 637:70]
       
      .google.protobuf.Duration maximum_stay = 165;
    • getSecureParking

      boolean getSecureParking()
       Whether Parking is secured by surveillance and other measures.surveillance.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 642:71]
       
      bool secure_parking = 158;
      Returns:
      The secureParking.
    • getBayGeometryValue

      int getBayGeometryValue()
       Relative positioning of Parking bays.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 647:80]
       
      .uk.org.netex.www.netex.BayGeometryEnumeration bay_geometry = 159;
      Returns:
      The enum numeric value on the wire for bayGeometry.
    • getBayGeometry

      BayGeometryEnumeration getBayGeometry()
       Relative positioning of Parking bays.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 647:80]
       
      .uk.org.netex.www.netex.BayGeometryEnumeration bay_geometry = 159;
      Returns:
      The bayGeometry.
    • getParkingVisibilityValue

      int getParkingVisibilityValue()
       Visibible Indication of parking area.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 652:92]
       
      .uk.org.netex.www.netex.ParkingVisibilityEnumeration parking_visibility = 160;
      Returns:
      The enum numeric value on the wire for parkingVisibility.
    • getParkingVisibility

      ParkingVisibilityEnumeration getParkingVisibility()
       Visibible Indication of parking area.  +v1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 652:92]
       
      .uk.org.netex.www.netex.ParkingVisibilityEnumeration parking_visibility = 160;
      Returns:
      The parkingVisibility.
    • hasAreas

      boolean hasAreas()
       PARKING AREA to which prpoerties appky +v1.1.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 615:80]
       
      .uk.org.netex.www.netex.ParkingAreaRefs_RelStructure areas = 166;
      Returns:
      Whether the areas field is set.
    • getAreas

       PARKING AREA to which prpoerties appky +v1.1.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 615:80]
       
      .uk.org.netex.www.netex.ParkingAreaRefs_RelStructure areas = 166;
      Returns:
      The areas.
    • getAreasOrBuilder

       PARKING AREA to which prpoerties appky +v1.1.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 615:80]
       
      .uk.org.netex.www.netex.ParkingAreaRefs_RelStructure areas = 166;
    • hasSpaces

      boolean hasSpaces()
       Available spaces within PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 620:83]
       
      .uk.org.netex.www.netex.ParkingCapacities_RelStructure spaces = 167;
      Returns:
      Whether the spaces field is set.
    • getSpaces

       Available spaces within PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 620:83]
       
      .uk.org.netex.www.netex.ParkingCapacities_RelStructure spaces = 167;
      Returns:
      The spaces.
    • getSpacesOrBuilder

       Available spaces within PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 620:83]
       
      .uk.org.netex.www.netex.ParkingCapacities_RelStructure spaces = 167;
    • getId

      String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 567:63]
       
      string id = 191;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 567:63]
       
      string id = 191;
      Returns:
      The bytes for id.