Class ParkingPropertiesType

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.ParkingPropertiesType
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ParkingPropertiesTypeOrBuilder

public final class ParkingPropertiesType extends com.google.protobuf.GeneratedMessage implements ParkingPropertiesTypeOrBuilder
 Properties of a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 549:75]
 
Protobuf type uk.org.netex.www.netex.ParkingPropertiesType
See Also:
  • Field Details

    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • PARKING_REF_FIELD_NUMBER

      public static final int PARKING_REF_FIELD_NUMBER
      See Also:
    • PARKING_USER_TYPES_FIELD_NUMBER

      public static final int PARKING_USER_TYPES_FIELD_NUMBER
      See Also:
    • PARKING_VEHICLE_TYPES_FIELD_NUMBER

      public static final int PARKING_VEHICLE_TYPES_FIELD_NUMBER
      See Also:
    • VEHICLE_TYPES_FIELD_NUMBER

      public static final int VEHICLE_TYPES_FIELD_NUMBER
      See Also:
    • PARKING_STAY_LIST_FIELD_NUMBER

      public static final int PARKING_STAY_LIST_FIELD_NUMBER
      See Also:
    • MAXIMUM_STAY_FIELD_NUMBER

      public static final int MAXIMUM_STAY_FIELD_NUMBER
      See Also:
    • SECURE_PARKING_FIELD_NUMBER

      public static final int SECURE_PARKING_FIELD_NUMBER
      See Also:
    • BAY_GEOMETRY_FIELD_NUMBER

      public static final int BAY_GEOMETRY_FIELD_NUMBER
      See Also:
    • PARKING_VISIBILITY_FIELD_NUMBER

      public static final int PARKING_VISIBILITY_FIELD_NUMBER
      See Also:
    • AREAS_FIELD_NUMBER

      public static final int AREAS_FIELD_NUMBER
      See Also:
    • SPACES_FIELD_NUMBER

      public static final int SPACES_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasCreated

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

      public com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreated in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      getCreatedOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • hasChanged

      public boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      hasChanged in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChanged in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Specified by:
      getChangedOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • getVersion

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

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

      public int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatusValue in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Specified by:
      getStatus in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 212;
      Specified by:
      getDerivedFromVersionRef in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 212;
      Specified by:
      getDerivedFromVersionRefBytes in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 213;
      Specified by:
      getDerivedFromObjectRef in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 213;
      Specified by:
      getDerivedFromObjectRefBytes in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      hasValidityConditions in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditions in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Specified by:
      getValidityConditionsOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • getValidBetweenList

      public List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenList in interface ParkingPropertiesTypeOrBuilder
    • getValidBetweenOrBuilderList

      public List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilderList in interface ParkingPropertiesTypeOrBuilder
    • getValidBetweenCount

      public int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenCount in interface ParkingPropertiesTypeOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetween in interface ParkingPropertiesTypeOrBuilder
    • getValidBetweenOrBuilder

      public ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
      Specified by:
      getValidBetweenOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • hasAlternativeTexts

      public boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      hasAlternativeTexts in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTexts in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Specified by:
      getAlternativeTextsOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • hasExtensions

      public boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      hasExtensions in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      getExtensions in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Specified by:
      getExtensionsOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • hasName

      public 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;
      Specified by:
      hasName in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString 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;
      Specified by:
      getName in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public 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;
      Specified by:
      getNameOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • hasParkingRef

      public 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;
      Specified by:
      hasParkingRef in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the parkingRef field is set.
    • getParkingRef

      public VersionOfObjectRefStructure 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;
      Specified by:
      getParkingRef in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The parkingRef.
    • getParkingRefOrBuilder

      public 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;
      Specified by:
      getParkingRefOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • getParkingUserTypesList

      public 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];
      Specified by:
      getParkingUserTypesList in interface ParkingPropertiesTypeOrBuilder
      Returns:
      A list containing the parkingUserTypes.
    • getParkingUserTypesCount

      public 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];
      Specified by:
      getParkingUserTypesCount in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The count of parkingUserTypes.
    • getParkingUserTypes

      public 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];
      Specified by:
      getParkingUserTypes in interface ParkingPropertiesTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The parkingUserTypes at the given index.
    • getParkingUserTypesValueList

      public 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];
      Specified by:
      getParkingUserTypesValueList in interface ParkingPropertiesTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for parkingUserTypes.
    • getParkingUserTypesValue

      public 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];
      Specified by:
      getParkingUserTypesValue in interface ParkingPropertiesTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parkingUserTypes at the given index.
    • getParkingVehicleTypesList

      public 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];
      Specified by:
      getParkingVehicleTypesList in interface ParkingPropertiesTypeOrBuilder
      Returns:
      A list containing the parkingVehicleTypes.
    • getParkingVehicleTypesCount

      public 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];
      Specified by:
      getParkingVehicleTypesCount in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The count of parkingVehicleTypes.
    • getParkingVehicleTypes

      public 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];
      Specified by:
      getParkingVehicleTypes in interface ParkingPropertiesTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The parkingVehicleTypes at the given index.
    • getParkingVehicleTypesValueList

      public 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];
      Specified by:
      getParkingVehicleTypesValueList in interface ParkingPropertiesTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for parkingVehicleTypes.
    • getParkingVehicleTypesValue

      public 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];
      Specified by:
      getParkingVehicleTypesValue in interface ParkingPropertiesTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parkingVehicleTypes at the given index.
    • hasVehicleTypes

      public 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;
      Specified by:
      hasVehicleTypes in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the vehicleTypes field is set.
    • getVehicleTypes

      public TransportTypeRefs_RelStructure 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;
      Specified by:
      getVehicleTypes in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The vehicleTypes.
    • getVehicleTypesOrBuilder

      public 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;
      Specified by:
      getVehicleTypesOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • getParkingStayListList

      public 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];
      Specified by:
      getParkingStayListList in interface ParkingPropertiesTypeOrBuilder
      Returns:
      A list containing the parkingStayList.
    • getParkingStayListCount

      public 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];
      Specified by:
      getParkingStayListCount in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The count of parkingStayList.
    • getParkingStayList

      public 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];
      Specified by:
      getParkingStayList in interface ParkingPropertiesTypeOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The parkingStayList at the given index.
    • getParkingStayListValueList

      public 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];
      Specified by:
      getParkingStayListValueList in interface ParkingPropertiesTypeOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for parkingStayList.
    • getParkingStayListValue

      public 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];
      Specified by:
      getParkingStayListValue in interface ParkingPropertiesTypeOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of parkingStayList at the given index.
    • hasMaximumStay

      public 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;
      Specified by:
      hasMaximumStay in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the maximumStay field is set.
    • getMaximumStay

      public 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;
      Specified by:
      getMaximumStay in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The maximumStay.
    • getMaximumStayOrBuilder

      public 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;
      Specified by:
      getMaximumStayOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • getSecureParking

      public 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;
      Specified by:
      getSecureParking in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The secureParking.
    • getBayGeometryValue

      public 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;
      Specified by:
      getBayGeometryValue in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for bayGeometry.
    • getBayGeometry

      public 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;
      Specified by:
      getBayGeometry in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The bayGeometry.
    • getParkingVisibilityValue

      public 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;
      Specified by:
      getParkingVisibilityValue in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The enum numeric value on the wire for parkingVisibility.
    • getParkingVisibility

      public 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;
      Specified by:
      getParkingVisibility in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The parkingVisibility.
    • hasAreas

      public 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;
      Specified by:
      hasAreas in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the areas field is set.
    • getAreas

      public ParkingAreaRefs_RelStructure 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;
      Specified by:
      getAreas in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The areas.
    • getAreasOrBuilder

      public ParkingAreaRefs_RelStructureOrBuilder 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;
      Specified by:
      getAreasOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • hasSpaces

      public 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;
      Specified by:
      hasSpaces in interface ParkingPropertiesTypeOrBuilder
      Returns:
      Whether the spaces field is set.
    • getSpaces

      public ParkingCapacities_RelStructure 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;
      Specified by:
      getSpaces in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The spaces.
    • getSpacesOrBuilder

      public ParkingCapacities_RelStructureOrBuilder 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;
      Specified by:
      getSpacesOrBuilder in interface ParkingPropertiesTypeOrBuilder
    • getId

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

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 567:63]
       
      string id = 191;
      Specified by:
      getIdBytes in interface ParkingPropertiesTypeOrBuilder
      Returns:
      The bytes for id.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ParkingPropertiesType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ParkingPropertiesType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ParkingPropertiesType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ParkingPropertiesType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ParkingPropertiesType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ParkingPropertiesType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ParkingPropertiesType parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ParkingPropertiesType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ParkingPropertiesType parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ParkingPropertiesType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ParkingPropertiesType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ParkingPropertiesType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ParkingPropertiesType.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ParkingPropertiesType.Builder newBuilder()
    • newBuilder

      public static ParkingPropertiesType.Builder newBuilder(ParkingPropertiesType prototype)
    • toBuilder

      public ParkingPropertiesType.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ParkingPropertiesType.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ParkingPropertiesType getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ParkingPropertiesType> parser()
    • getParserForType

      public com.google.protobuf.Parser<ParkingPropertiesType> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ParkingPropertiesType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder