Package uk.org.netex.www.netex
Interface SecuritylistRefs_RelStructure.ChoiceWrapper_SecurityListRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecuritylistRefs_RelStructure.ChoiceWrapper_SecurityListRefStructure,SecuritylistRefs_RelStructure.ChoiceWrapper_SecurityListRefStructure.Builder
- Enclosing class:
SecuritylistRefs_RelStructure
public static interface SecuritylistRefs_RelStructure.ChoiceWrapper_SecurityListRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a BLACKLIST.Reference to a BLACKLIST.Reference to a WHITELIST.Reference to a WHITELIST.booleanReference to a BLACKLIST.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
-
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
SecuritylistRefs_RelStructure.ChoiceWrapper_SecurityListRefStructure.SecurityListRefStructureCase getSecurityListRefStructureCase()
-