Interface EquipmentPositions_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.
    int
    The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.
    The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.
    The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.
    The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.

    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.
    • getEquipmentPositionList

      List<EquipmentPositionType> getEquipmentPositionList()
       The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.  [netex_framework/netex_reusableComponents/netex_equipmentPlace_version.xsd at 155:78]
       
      repeated .uk.org.netex.www.netex.EquipmentPositionType equipment_position = 2;
    • getEquipmentPosition

      EquipmentPositionType getEquipmentPosition(int index)
       The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.  [netex_framework/netex_reusableComponents/netex_equipmentPlace_version.xsd at 155:78]
       
      repeated .uk.org.netex.www.netex.EquipmentPositionType equipment_position = 2;
    • getEquipmentPositionCount

      int getEquipmentPositionCount()
       The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.  [netex_framework/netex_reusableComponents/netex_equipmentPlace_version.xsd at 155:78]
       
      repeated .uk.org.netex.www.netex.EquipmentPositionType equipment_position = 2;
    • getEquipmentPositionOrBuilderList

      List<? extends EquipmentPositionTypeOrBuilder> getEquipmentPositionOrBuilderList()
       The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.  [netex_framework/netex_reusableComponents/netex_equipmentPlace_version.xsd at 155:78]
       
      repeated .uk.org.netex.www.netex.EquipmentPositionType equipment_position = 2;
    • getEquipmentPositionOrBuilder

      EquipmentPositionTypeOrBuilder getEquipmentPositionOrBuilder(int index)
       The precise position within an EQUIPMENT PLACE where particular EQUIPMENT is placed.  [netex_framework/netex_reusableComponents/netex_equipmentPlace_version.xsd at 155:78]
       
      repeated .uk.org.netex.www.netex.EquipmentPositionType equipment_position = 2;