Interface ParkingsInFrame_RelStructureOrBuilder

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

@Generated public interface ParkingsInFrame_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.
    Whether this is a list of all (revise) or just changes.
    int
    Whether this is a list of all (revise) or just changes.
    getParking(int index)
    A named place where Parking may be accessed.
    int
    A named place where Parking may be accessed.
    A named place where Parking may be accessed.
    A named place where Parking may be accessed.
    A named place where Parking may be accessed.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 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.
    • getModificationSetValue

      int getModificationSetValue()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      The enum numeric value on the wire for modificationSet.
    • getModificationSet

      ModificationSetEnumeration getModificationSet()
       Whether this is a list of all (revise) or just changes.  [netex_framework/netex_responsibility/netex_relationship.xsd at 198:91]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;
      Returns:
      The modificationSet.
    • getParkingList

      List<ParkingType> getParkingList()
       A named place where Parking may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 95:55]
       
      repeated .uk.org.netex.www.netex.ParkingType parking = 3;
    • getParking

      ParkingType getParking(int index)
       A named place where Parking may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 95:55]
       
      repeated .uk.org.netex.www.netex.ParkingType parking = 3;
    • getParkingCount

      int getParkingCount()
       A named place where Parking may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 95:55]
       
      repeated .uk.org.netex.www.netex.ParkingType parking = 3;
    • getParkingOrBuilderList

      List<? extends ParkingTypeOrBuilder> getParkingOrBuilderList()
       A named place where Parking may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 95:55]
       
      repeated .uk.org.netex.www.netex.ParkingType parking = 3;
    • getParkingOrBuilder

      ParkingTypeOrBuilder getParkingOrBuilder(int index)
       A named place where Parking may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_parking_version.xsd at 95:55]
       
      repeated .uk.org.netex.www.netex.ParkingType parking = 3;