Interface ParkingProperties_RelStructureOrBuilder

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

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

    • getId

      String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The bytes for id.
    • getParkingPropertiesList

      List<ParkingPropertiesType> getParkingPropertiesList()
       Properties of a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 549:75]
       
      repeated .uk.org.netex.www.netex.ParkingPropertiesType parking_properties = 2;
    • getParkingProperties

      ParkingPropertiesType getParkingProperties(int index)
       Properties of a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 549:75]
       
      repeated .uk.org.netex.www.netex.ParkingPropertiesType parking_properties = 2;
    • getParkingPropertiesCount

      int getParkingPropertiesCount()
       Properties of a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 549:75]
       
      repeated .uk.org.netex.www.netex.ParkingPropertiesType parking_properties = 2;
    • getParkingPropertiesOrBuilderList

      List<? extends ParkingPropertiesTypeOrBuilder> getParkingPropertiesOrBuilderList()
       Properties of a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 549:75]
       
      repeated .uk.org.netex.www.netex.ParkingPropertiesType parking_properties = 2;
    • getParkingPropertiesOrBuilder

      ParkingPropertiesTypeOrBuilder getParkingPropertiesOrBuilder(int index)
       Properties of a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 549:75]
       
      repeated .uk.org.netex.www.netex.ParkingPropertiesType parking_properties = 2;