Class ParkingCapacityType

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

@Generated public final class ParkingCapacityType extends com.google.protobuf.GeneratedMessage implements ParkingCapacityTypeOrBuilder
 Capacity of a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 673:73]
 
Protobuf type uk.org.netex.www.netex.ParkingCapacityType
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:
    • PARKING_REF_FIELD_NUMBER

      public static final int PARKING_REF_FIELD_NUMBER
      See Also:
    • PARENT_REF_FIELD_NUMBER

      public static final int PARENT_REF_FIELD_NUMBER
      See Also:
    • PARKING_PROPERTIES_REF_FIELD_NUMBER

      public static final int PARKING_PROPERTIES_REF_FIELD_NUMBER
      See Also:
    • PARKING_USER_TYPE_FIELD_NUMBER

      public static final int PARKING_USER_TYPE_FIELD_NUMBER
      See Also:
    • PARKING_VEHICLE_TYPE_FIELD_NUMBER

      public static final int PARKING_VEHICLE_TYPE_FIELD_NUMBER
      See Also:
    • PARKING_STAY_TYPE_FIELD_NUMBER

      public static final int PARKING_STAY_TYPE_FIELD_NUMBER
      See Also:
    • NUMBER_OF_SPACES_FIELD_NUMBER

      public static final int NUMBER_OF_SPACES_FIELD_NUMBER
      See Also:
    • NUMBER_OF_SPACES_WITH_RECHARGE_POINT_FIELD_NUMBER

      public static final int NUMBER_OF_SPACES_WITH_RECHARGE_POINT_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • TRANSPORT_TYPE_REF_FIELD_NUMBER

      public static final int TRANSPORT_TYPE_REF_FIELD_NUMBER
      See Also:
    • VEHICLE_TYPE_REF_FIELD_NUMBER

      public static final int VEHICLE_TYPE_REF_FIELD_NUMBER
      See Also:
    • SIMPLE_VEHICLE_TYPE_REF_FIELD_NUMBER

      public static final int SIMPLE_VEHICLE_TYPE_REF_FIELD_NUMBER
      See Also:
    • TRAIN_REF_FIELD_NUMBER

      public static final int TRAIN_REF_FIELD_NUMBER
      See Also:
    • COMPOUND_TRAIN_REF_FIELD_NUMBER

      public static final int COMPOUND_TRAIN_REF_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
    • getTransportTypeRefStructureCase

      public ParkingCapacityType.TransportTypeRefStructureCase getTransportTypeRefStructureCase()
      Specified by:
      getTransportTypeRefStructureCase in interface ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 = 203;
      Specified by:
      getDerivedFromVersionRef in interface ParkingCapacityTypeOrBuilder
      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 = 203;
      Specified by:
      getDerivedFromVersionRefBytes in interface ParkingCapacityTypeOrBuilder
      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 = 204;
      Specified by:
      getDerivedFromObjectRef in interface ParkingCapacityTypeOrBuilder
      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 = 204;
      Specified by:
      getDerivedFromObjectRefBytes in interface ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
      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 ParkingCapacityTypeOrBuilder
    • hasParentRef

      public boolean hasParentRef()
       DEPRECATED As not integrity checked.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 714:85]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_ref = 162;
      Specified by:
      hasParentRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      Whether the parentRef field is set.
    • getParentRef

      public VersionOfObjectRefStructure getParentRef()
       DEPRECATED As not integrity checked.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 714:85]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_ref = 162;
      Specified by:
      getParentRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      The parentRef.
    • getParentRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParentRefOrBuilder()
       DEPRECATED As not integrity checked.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 714:85]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_ref = 162;
      Specified by:
      getParentRefOrBuilder in interface ParkingCapacityTypeOrBuilder
    • hasParkingPropertiesRef

      public boolean hasParkingPropertiesRef()
       Reference to a PARKING PROPERTIES  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 145:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_properties_ref = 163;
      Specified by:
      hasParkingPropertiesRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      Whether the parkingPropertiesRef field is set.
    • getParkingPropertiesRef

      public VersionOfObjectRefStructure getParkingPropertiesRef()
       Reference to a PARKING PROPERTIES  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 145:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_properties_ref = 163;
      Specified by:
      getParkingPropertiesRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      The parkingPropertiesRef.
    • getParkingPropertiesRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getParkingPropertiesRefOrBuilder()
       Reference to a PARKING PROPERTIES  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 145:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_properties_ref = 163;
      Specified by:
      getParkingPropertiesRefOrBuilder in interface ParkingCapacityTypeOrBuilder
    • getParkingUserTypeValue

      public int getParkingUserTypeValue()
       Type of users: disabled, all etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 720:84]
       
      .uk.org.netex.www.netex.ParkingUserEnumeration parking_user_type = 164;
      Specified by:
      getParkingUserTypeValue in interface ParkingCapacityTypeOrBuilder
      Returns:
      The enum numeric value on the wire for parkingUserType.
    • getParkingUserType

      public ParkingUserEnumeration getParkingUserType()
       Type of users: disabled, all etc.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 720:84]
       
      .uk.org.netex.www.netex.ParkingUserEnumeration parking_user_type = 164;
      Specified by:
      getParkingUserType in interface ParkingCapacityTypeOrBuilder
      Returns:
      The parkingUserType.
    • getParkingVehicleTypeValue

      public int getParkingVehicleTypeValue()
       Type of vehicle that PARKING allows.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 725:90]
       
      .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_type = 165;
      Specified by:
      getParkingVehicleTypeValue in interface ParkingCapacityTypeOrBuilder
      Returns:
      The enum numeric value on the wire for parkingVehicleType.
    • getParkingVehicleType

      public ParkingVehicleEnumeration getParkingVehicleType()
       Type of vehicle that PARKING allows.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 725:90]
       
      .uk.org.netex.www.netex.ParkingVehicleEnumeration parking_vehicle_type = 165;
      Specified by:
      getParkingVehicleType in interface ParkingCapacityTypeOrBuilder
      Returns:
      The parkingVehicleType.
    • getParkingStayTypeValue

      public int getParkingStayTypeValue()
       Type of Stay allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 731:84]
       
      .uk.org.netex.www.netex.ParkingStayEnumeration parking_stay_type = 166;
      Specified by:
      getParkingStayTypeValue in interface ParkingCapacityTypeOrBuilder
      Returns:
      The enum numeric value on the wire for parkingStayType.
    • getParkingStayType

      public ParkingStayEnumeration getParkingStayType()
       Type of Stay allowed in PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 731:84]
       
      .uk.org.netex.www.netex.ParkingStayEnumeration parking_stay_type = 166;
      Specified by:
      getParkingStayType in interface ParkingCapacityTypeOrBuilder
      Returns:
      The parkingStayType.
    • getNumberOfSpaces

      public int getNumberOfSpaces()
       Total number of parking places.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 736:77]
       
      uint32 number_of_spaces = 167;
      Specified by:
      getNumberOfSpaces in interface ParkingCapacityTypeOrBuilder
      Returns:
      The numberOfSpaces.
    • getNumberOfSpacesWithRechargePoint

      public int getNumberOfSpacesWithRechargePoint()
       Number of parking places with eletric chargepoints.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 741:94]
       
      uint32 number_of_spaces_with_recharge_point = 168;
      Specified by:
      getNumberOfSpacesWithRechargePoint in interface ParkingCapacityTypeOrBuilder
      Returns:
      The numberOfSpacesWithRechargePoint.
    • getId

      public String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 691:61]
       
      string id = 201;
      Specified by:
      getId in interface ParkingCapacityTypeOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 691:61]
       
      string id = 201;
      Specified by:
      getIdBytes in interface ParkingCapacityTypeOrBuilder
      Returns:
      The bytes for id.
    • hasTransportTypeRef

      public boolean hasTransportTypeRef()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 156;
      Specified by:
      hasTransportTypeRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      Whether the transportTypeRef field is set.
    • getTransportTypeRef

      public VersionOfObjectRefStructure getTransportTypeRef()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 156;
      Specified by:
      getTransportTypeRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      The transportTypeRef.
    • getTransportTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTransportTypeRefOrBuilder()
       Reference to a TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 96:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure transport_type_ref = 156;
      Specified by:
      getTransportTypeRefOrBuilder in interface ParkingCapacityTypeOrBuilder
    • hasVehicleTypeRef

      public boolean hasVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 157;
      Specified by:
      hasVehicleTypeRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      Whether the vehicleTypeRef field is set.
    • getVehicleTypeRef

      public VersionOfObjectRefStructure getVehicleTypeRef()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 157;
      Specified by:
      getVehicleTypeRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      The vehicleTypeRef.
    • getVehicleTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getVehicleTypeRefOrBuilder()
       Reference to a VEHICLE TYPE.  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 134:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_type_ref = 157;
      Specified by:
      getVehicleTypeRefOrBuilder in interface ParkingCapacityTypeOrBuilder
    • hasSimpleVehicleTypeRef

      public boolean hasSimpleVehicleTypeRef()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 158;
      Specified by:
      hasSimpleVehicleTypeRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      Whether the simpleVehicleTypeRef field is set.
    • getSimpleVehicleTypeRef

      public VersionOfObjectRefStructure getSimpleVehicleTypeRef()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 158;
      Specified by:
      getSimpleVehicleTypeRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      The simpleVehicleTypeRef.
    • getSimpleVehicleTypeRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getSimpleVehicleTypeRefOrBuilder()
       Reference to a PERSONAL TRANSPORT TYPE. +v1.2.2  [netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd at 172:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure simple_vehicle_type_ref = 158;
      Specified by:
      getSimpleVehicleTypeRefOrBuilder in interface ParkingCapacityTypeOrBuilder
    • hasTrainRef

      public boolean hasTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 159;
      Specified by:
      hasTrainRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      Whether the trainRef field is set.
    • getTrainRef

      public VersionOfObjectRefStructure getTrainRef()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 159;
      Specified by:
      getTrainRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      The trainRef.
    • getTrainRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTrainRefOrBuilder()
       Reference to a TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 67:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure train_ref = 159;
      Specified by:
      getTrainRefOrBuilder in interface ParkingCapacityTypeOrBuilder
    • hasCompoundTrainRef

      public boolean hasCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 160;
      Specified by:
      hasCompoundTrainRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      Whether the compoundTrainRef field is set.
    • getCompoundTrainRef

      public VersionOfObjectRefStructure getCompoundTrainRef()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 160;
      Specified by:
      getCompoundTrainRef in interface ParkingCapacityTypeOrBuilder
      Returns:
      The compoundTrainRef.
    • getCompoundTrainRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getCompoundTrainRefOrBuilder()
       Reference to a COMPOUND TRAIN.  [netex_framework/netex_reusableComponents/netex_trainElement_support.xsd at 93:74]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure compound_train_ref = 160;
      Specified by:
      getCompoundTrainRefOrBuilder in interface ParkingCapacityTypeOrBuilder
    • 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 ParkingCapacityType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ParkingCapacityType.Builder newBuilder()
    • newBuilder

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

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

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

      public static ParkingCapacityType getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ParkingCapacityType> 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 ParkingCapacityType getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder