Package uk.org.netex.www.netex
Interface Blacklists_RelStructure.ChoiceWrapper_Blacklists_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Blacklists_RelStructure.ChoiceWrapper_Blacklists_RelStructure,Blacklists_RelStructure.ChoiceWrapper_Blacklists_RelStructure.Builder
- Enclosing class:
Blacklists_RelStructure
public static interface Blacklists_RelStructure.ChoiceWrapper_Blacklists_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA list of items (TRAVEL DOCUMENTs, CONTRACTs etc) the validity of which has been cancelled temporarily or permanently, for a specific reason like loss of the document, technical malfunction, no credit on bank account, offences committed by the customer, etc.A list of items (TRAVEL DOCUMENTs, CONTRACTs etc) the validity of which has been cancelled temporarily or permanently, for a specific reason like loss of the document, technical malfunction, no credit on bank account, offences committed by the customer, etc.Reference to a BLACKLIST.Reference to a BLACKLIST.booleanA list of items (TRAVEL DOCUMENTs, CONTRACTs etc) the validity of which has been cancelled temporarily or permanently, for a specific reason like loss of the document, technical malfunction, no credit on bank account, offences committed by the customer, etc.booleanReference to a BLACKLIST.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
-
hasBlacklistRef
boolean hasBlacklistRef()Reference to a BLACKLIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 116:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure blacklist_ref = 1;- Returns:
- Whether the blacklistRef field is set.
-
getBlacklistRef
VersionOfObjectRefStructure getBlacklistRef()Reference to a BLACKLIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 116:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure blacklist_ref = 1;- Returns:
- The blacklistRef.
-
getBlacklistRefOrBuilder
VersionOfObjectRefStructureOrBuilder getBlacklistRefOrBuilder()Reference to a BLACKLIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 116:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure blacklist_ref = 1; -
hasBlacklist
boolean hasBlacklist()A list of items (TRAVEL DOCUMENTs, CONTRACTs etc) the validity of which has been cancelled temporarily or permanently, for a specific reason like loss of the document, technical malfunction, no credit on bank account, offences committed by the customer, etc. [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 314:87]
.uk.org.netex.www.netex.BlacklistType blacklist = 2;- Returns:
- Whether the blacklist field is set.
-
getBlacklist
BlacklistType getBlacklist()A list of items (TRAVEL DOCUMENTs, CONTRACTs etc) the validity of which has been cancelled temporarily or permanently, for a specific reason like loss of the document, technical malfunction, no credit on bank account, offences committed by the customer, etc. [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 314:87]
.uk.org.netex.www.netex.BlacklistType blacklist = 2;- Returns:
- The blacklist.
-
getBlacklistOrBuilder
BlacklistTypeOrBuilder getBlacklistOrBuilder()A list of items (TRAVEL DOCUMENTs, CONTRACTs etc) the validity of which has been cancelled temporarily or permanently, for a specific reason like loss of the document, technical malfunction, no credit on bank account, offences committed by the customer, etc. [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 314:87]
.uk.org.netex.www.netex.BlacklistType blacklist = 2;
-