Package uk.org.netex.www.netex
Interface ChoiceWrapper_CheckConstraintThroughputs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChoiceWrapper_CheckConstraintThroughputs_RelStructure,ChoiceWrapper_CheckConstraintThroughputs_RelStructure.Builder
@Generated
public interface ChoiceWrapper_CheckConstraintThroughputs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThroughput of a CHECK CONSTRAINT. the number of passengers who can pass through it.Throughput of a CHECK CONSTRAINT. the number of passengers who can pass through it.Identifier of a CHECK CONSTRAINT THROUGHPUT.Identifier of a CHECK CONSTRAINT THROUGHPUT.booleanThroughput of a CHECK CONSTRAINT. the number of passengers who can pass through it.booleanIdentifier of a CHECK CONSTRAINT THROUGHPUT.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
-
hasCheckConstraintThroughputRef
boolean hasCheckConstraintThroughputRef()Identifier of a CHECK CONSTRAINT THROUGHPUT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 140:130]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_throughput_ref = 1;- Returns:
- Whether the checkConstraintThroughputRef field is set.
-
getCheckConstraintThroughputRef
VersionOfObjectRefStructure getCheckConstraintThroughputRef()Identifier of a CHECK CONSTRAINT THROUGHPUT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 140:130]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_throughput_ref = 1;- Returns:
- The checkConstraintThroughputRef.
-
getCheckConstraintThroughputRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCheckConstraintThroughputRefOrBuilder()Identifier of a CHECK CONSTRAINT THROUGHPUT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 140:130]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_throughput_ref = 1; -
hasCheckConstraintThroughput
boolean hasCheckConstraintThroughput()Throughput of a CHECK CONSTRAINT. the number of passengers who can pass through it. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 366:80]
.uk.org.netex.www.netex.CheckConstraintThroughputType check_constraint_throughput = 2;- Returns:
- Whether the checkConstraintThroughput field is set.
-
getCheckConstraintThroughput
CheckConstraintThroughputType getCheckConstraintThroughput()Throughput of a CHECK CONSTRAINT. the number of passengers who can pass through it. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 366:80]
.uk.org.netex.www.netex.CheckConstraintThroughputType check_constraint_throughput = 2;- Returns:
- The checkConstraintThroughput.
-
getCheckConstraintThroughputOrBuilder
CheckConstraintThroughputTypeOrBuilder getCheckConstraintThroughputOrBuilder()Throughput of a CHECK CONSTRAINT. the number of passengers who can pass through it. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 366:80]
.uk.org.netex.www.netex.CheckConstraintThroughputType check_constraint_throughput = 2;
-