Package uk.org.netex.www.netex
Interface CheckConstraints_RelStructure.ChoiceWrapper_CheckConstraints_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckConstraints_RelStructure.ChoiceWrapper_CheckConstraints_RelStructure,CheckConstraints_RelStructure.ChoiceWrapper_CheckConstraints_RelStructure.Builder
- Enclosing class:
CheckConstraints_RelStructure
public static interface CheckConstraints_RelStructure.ChoiceWrapper_CheckConstraints_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCharacteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning.Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning.Identifier of a CHECK CONSTRAINT.Identifier of a CHECK CONSTRAINT.booleanCharacteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning.booleanIdentifier of a CHECK CONSTRAINT.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
-
hasCheckConstraintRef
boolean hasCheckConstraintRef()Identifier of a CHECK CONSTRAINT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 88:110]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_ref = 1;- Returns:
- Whether the checkConstraintRef field is set.
-
getCheckConstraintRef
VersionOfObjectRefStructure getCheckConstraintRef()Identifier of a CHECK CONSTRAINT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 88:110]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_ref = 1;- Returns:
- The checkConstraintRef.
-
getCheckConstraintRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCheckConstraintRefOrBuilder()Identifier of a CHECK CONSTRAINT. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 88:110]
.uk.org.netex.www.netex.VersionOfObjectRefStructure check_constraint_ref = 1; -
hasCheckConstraint
boolean hasCheckConstraint()Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
.uk.org.netex.www.netex.CheckConstraintType check_constraint = 2;- Returns:
- Whether the checkConstraint field is set.
-
getCheckConstraint
CheckConstraintType getCheckConstraint()Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
.uk.org.netex.www.netex.CheckConstraintType check_constraint = 2;- Returns:
- The checkConstraint.
-
getCheckConstraintOrBuilder
CheckConstraintTypeOrBuilder getCheckConstraintOrBuilder()Characteristics of a SITE COMPONENT representing a process, such as check-in, security screening, ticket control or immigration, that may potentially incur a time penalty that should be allowed for when journey planning. Used to mark PATH LINKs to determine transit routes through interchanges. [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 142:70]
.uk.org.netex.www.netex.CheckConstraintType check_constraint = 2;
-