Package uk.org.netex.www.netex
Interface WhitelistsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WhitelistsInFrame_RelStructure,WhitelistsInFrame_RelStructure.Builder
public interface WhitelistsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getWhitelist(int index) A list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.intA list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.A list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.getWhitelistOrBuilder(int index) A list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.List<? extends WhitelistTypeOrBuilder> A list of items (TRAVEL DOCUMENTs, CONTRACTs, etc) explicitly approved for processing.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getWhitelistList
List<WhitelistType> getWhitelistList()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]
repeated .uk.org.netex.www.netex.WhitelistType whitelist = 2; -
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]
repeated .uk.org.netex.www.netex.WhitelistType whitelist = 2; -
getWhitelistCount
int getWhitelistCount()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]
repeated .uk.org.netex.www.netex.WhitelistType whitelist = 2; -
getWhitelistOrBuilderList
List<? extends WhitelistTypeOrBuilder> getWhitelistOrBuilderList()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]
repeated .uk.org.netex.www.netex.WhitelistType whitelist = 2; -
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]
repeated .uk.org.netex.www.netex.WhitelistType whitelist = 2;
-