Package uk.org.netex.www.netex
Interface ChoiceWrapper_CheckConstraintDelays_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChoiceWrapper_CheckConstraintDelays_RelStructure,ChoiceWrapper_CheckConstraintDelays_RelStructure.Builder
@Generated
public interface ChoiceWrapper_CheckConstraintDelays_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionTime penalty associated with a CHECK CONSTRAINT.Time penalty associated with a CHECK CONSTRAINT.Identifier of a CHECK CONSTRAINT DELAY.Identifier of a CHECK CONSTRAINT DELAY.booleanTime penalty associated with a CHECK CONSTRAINT.booleanIdentifier of a CHECK CONSTRAINT DELAY.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
-
hasCheckConstraintDelayRef
boolean hasCheckConstraintDelayRef()Identifier of a CHECK CONSTRAINT DELAY. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 114:120]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_delay_ref = 1;- Returns:
- Whether the checkConstraintDelayRef field is set.
-
getCheckConstraintDelayRef
VersionOfObjectRefStructure getCheckConstraintDelayRef()Identifier of a CHECK CONSTRAINT DELAY. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 114:120]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_delay_ref = 1;- Returns:
- The checkConstraintDelayRef.
-
getCheckConstraintDelayRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCheckConstraintDelayRefOrBuilder()Identifier of a CHECK CONSTRAINT DELAY. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 114:120]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_delay_ref = 1; -
hasCheckConstraintDelay
boolean hasCheckConstraintDelay()Time penalty associated with a CHECK CONSTRAINT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 276:75]
.uk.org.netex.www.netex.CheckConstraintDelayType check_constraint_delay = 2;- Returns:
- Whether the checkConstraintDelay field is set.
-
getCheckConstraintDelay
CheckConstraintDelayType getCheckConstraintDelay()Time penalty associated with a CHECK CONSTRAINT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 276:75]
.uk.org.netex.www.netex.CheckConstraintDelayType check_constraint_delay = 2;- Returns:
- The checkConstraintDelay.
-
getCheckConstraintDelayOrBuilder
CheckConstraintDelayTypeOrBuilder getCheckConstraintDelayOrBuilder()Time penalty associated with a CHECK CONSTRAINT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 276:75]
.uk.org.netex.www.netex.CheckConstraintDelayType check_constraint_delay = 2;
-