Package uk.org.netex.www.netex
Interface SecurityLists_RelStructure.ChoiceWrapper_SecurityLists_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecurityLists_RelStructure.ChoiceWrapper_SecurityLists_RelStructure,SecurityLists_RelStructure.ChoiceWrapper_SecurityLists_RelStructure.Builder
- Enclosing class:
SecurityLists_RelStructure
public static interface SecurityLists_RelStructure.ChoiceWrapper_SecurityLists_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a BLACKLIST.Reference to a BLACKLIST.A list of items whose status is to be accepted or denied for a process such as purchase or validation.A list of items whose status is to be accepted or denied for a process such as purchase or validation.Reference to a WHITELIST.Reference to a WHITELIST.booleanReference to a BLACKLIST.booleanA list of items whose status is to be accepted or denied for a process such as purchase or validation.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
-
hasSecurityList
boolean hasSecurityList()A list of items whose status is to be accepted or denied for a process such as purchase or validation. [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 116:89]
.uk.org.netex.www.netex.SecurityListType security_list = 3;- Returns:
- Whether the securityList field is set.
-
getSecurityList
SecurityListType getSecurityList()A list of items whose status is to be accepted or denied for a process such as purchase or validation. [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 116:89]
.uk.org.netex.www.netex.SecurityListType security_list = 3;- Returns:
- The securityList.
-
getSecurityListOrBuilder
SecurityListTypeOrBuilder getSecurityListOrBuilder()A list of items whose status is to be accepted or denied for a process such as purchase or validation. [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 116:89]
.uk.org.netex.www.netex.SecurityListType security_list = 3; -
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; -
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 = 2;- 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 = 2;- 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 = 2; -
getSecurityListRefStructureCase
SecurityLists_RelStructure.ChoiceWrapper_SecurityLists_RelStructure.SecurityListRefStructureCase getSecurityListRefStructureCase()
-