Package uk.org.netex.www.netex
Interface Whitelists_RelStructure.ChoiceWrapper_Whitelists_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Whitelists_RelStructure.ChoiceWrapper_Whitelists_RelStructure,Whitelists_RelStructure.ChoiceWrapper_Whitelists_RelStructure.Builder
- Enclosing class:
Whitelists_RelStructure
public static interface Whitelists_RelStructure.ChoiceWrapper_Whitelists_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.A list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.Reference to a WHITELIST.Reference to a WHITELIST.booleanA list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.booleanReference to a WHITELIST.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
-
hasWhitelistRef
boolean hasWhitelistRef()Reference to a WHITELIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 154:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure whitelist_ref = 1;- Returns:
- Whether the whitelistRef field is set.
-
getWhitelistRef
VersionOfObjectRefStructure getWhitelistRef()Reference to a WHITELIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 154:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure whitelist_ref = 1;- Returns:
- The whitelistRef.
-
getWhitelistRefOrBuilder
VersionOfObjectRefStructureOrBuilder getWhitelistRefOrBuilder()Reference to a WHITELIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 154:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure whitelist_ref = 1; -
hasWhitelist
boolean hasWhitelist()A list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.+v1.1 [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 376:87]
.uk.org.netex.www.netex.WhitelistType whitelist = 2;- Returns:
- Whether the whitelist field is set.
-
getWhitelist
WhitelistType getWhitelist()A list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.+v1.1 [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 376:87]
.uk.org.netex.www.netex.WhitelistType whitelist = 2;- Returns:
- The whitelist.
-
getWhitelistOrBuilder
WhitelistTypeOrBuilder getWhitelistOrBuilder()A list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.+v1.1 [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 376:87]
.uk.org.netex.www.netex.WhitelistType whitelist = 2;
-