Package uk.org.netex.www.netex
Interface TypesOfEquipment_RelStructure.ChoiceWrapper_TypesOfEquipment_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfEquipment_RelStructure.ChoiceWrapper_TypesOfEquipment_RelStructure,TypesOfEquipment_RelStructure.ChoiceWrapper_TypesOfEquipment_RelStructure.Builder
- Enclosing class:
TypesOfEquipment_RelStructure
public static interface TypesOfEquipment_RelStructure.ChoiceWrapper_TypesOfEquipment_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of a EQUIPMENT according to its functional purpose.A classification of a EQUIPMENT according to its functional purpose.Reference to a TYPE OF EQUIPMENT.Reference to a TYPE OF EQUIPMENT.booleanA classification of a EQUIPMENT according to its functional purpose.booleanReference to a TYPE OF EQUIPMENT.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTypeOfEquipmentRef
boolean hasTypeOfEquipmentRef()Reference to a TYPE OF EQUIPMENT. [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 1;- Returns:
- Whether the typeOfEquipmentRef field is set.
-
getTypeOfEquipmentRef
VersionOfObjectRefStructure getTypeOfEquipmentRef()Reference to a TYPE OF EQUIPMENT. [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 1;- Returns:
- The typeOfEquipmentRef.
-
getTypeOfEquipmentRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfEquipmentRefOrBuilder()Reference to a TYPE OF EQUIPMENT. [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 1; -
hasTypeOfEquipment
boolean hasTypeOfEquipment()A classification of a EQUIPMENT according to its functional purpose. [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 262:88]
.uk.org.netex.www.netex.TypeOfEquipmentType type_of_equipment = 2;- Returns:
- Whether the typeOfEquipment field is set.
-
getTypeOfEquipment
TypeOfEquipmentType getTypeOfEquipment()A classification of a EQUIPMENT according to its functional purpose. [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 262:88]
.uk.org.netex.www.netex.TypeOfEquipmentType type_of_equipment = 2;- Returns:
- The typeOfEquipment.
-
getTypeOfEquipmentOrBuilder
TypeOfEquipmentTypeOrBuilder getTypeOfEquipmentOrBuilder()A classification of a EQUIPMENT according to its functional purpose. [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 262:88]
.uk.org.netex.www.netex.TypeOfEquipmentType type_of_equipment = 2;
-