Package uk.org.netex.www.netex
Interface TypesOfSecurityList_RelStructure.ChoiceWrapper_TypesOfSecurityList_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfSecurityList_RelStructure.ChoiceWrapper_TypesOfSecurityList_RelStructure,TypesOfSecurityList_RelStructure.ChoiceWrapper_TypesOfSecurityList_RelStructure.Builder
- Enclosing class:
TypesOfSecurityList_RelStructure
public static interface TypesOfSecurityList_RelStructure.ChoiceWrapper_TypesOfSecurityList_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of SECURITY LIST.A classification of SECURITY LIST.Reference to a TYPE OF SECURITY LIST.Reference to a TYPE OF SECURITY LIST.booleanA classification of SECURITY LIST.booleanReference to a TYPE OF SECURITY LIST.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
-
hasTypeOfSecurityListRef
boolean hasTypeOfSecurityListRef()Reference to a TYPE OF SECURITY LIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 231:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_security_list_ref = 1;- Returns:
- Whether the typeOfSecurityListRef field is set.
-
getTypeOfSecurityListRef
VersionOfObjectRefStructure getTypeOfSecurityListRef()Reference to a TYPE OF SECURITY LIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 231:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_security_list_ref = 1;- Returns:
- The typeOfSecurityListRef.
-
getTypeOfSecurityListRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfSecurityListRefOrBuilder()Reference to a TYPE OF SECURITY LIST. [netex_framework/netex_reusableComponents/netex_securityList_support.xsd at 231:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_security_list_ref = 1; -
hasTypeOfSecurityList
boolean hasTypeOfSecurityList()A classification of SECURITY LIST. +v1.1 [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 268:90]
.uk.org.netex.www.netex.TypeOfSecurityListType type_of_security_list = 2;- Returns:
- Whether the typeOfSecurityList field is set.
-
getTypeOfSecurityList
TypeOfSecurityListType getTypeOfSecurityList()A classification of SECURITY LIST. +v1.1 [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 268:90]
.uk.org.netex.www.netex.TypeOfSecurityListType type_of_security_list = 2;- Returns:
- The typeOfSecurityList.
-
getTypeOfSecurityListOrBuilder
TypeOfSecurityListTypeOrBuilder getTypeOfSecurityListOrBuilder()A classification of SECURITY LIST. +v1.1 [netex_framework/netex_reusableComponents/netex_securityList_version.xsd at 268:90]
.uk.org.netex.www.netex.TypeOfSecurityListType type_of_security_list = 2;
-