Package uk.org.netex.www.netex
Interface DataObjectPermissionsTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataObjectPermissionsType,DataObjectPermissionsType.Builder
public interface DataObjectPermissionsTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDataObjectPermission(int index) Permission for a single participant or all participants to use an aspect of the service.intPermission for a single participant or all participants to use an aspect of the service.Permission for a single participant or all participants to use an aspect of the service.getDataObjectPermissionOrBuilder(int index) Permission for a single participant or all participants to use an aspect of the service.Permission for a single participant or all participants to use an aspect of the service.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
-
getDataObjectPermissionList
List<DataObjectServicePermissionStructure> getDataObjectPermissionList()Permission for a single participant or all participants to use an aspect of the service. [netex_service/netex_dataObjectRequest_service.xsd at 282:126]
repeated .uk.org.netex.www.netex.DataObjectServicePermissionStructure data_object_permission = 1; -
getDataObjectPermission
Permission for a single participant or all participants to use an aspect of the service. [netex_service/netex_dataObjectRequest_service.xsd at 282:126]
repeated .uk.org.netex.www.netex.DataObjectServicePermissionStructure data_object_permission = 1; -
getDataObjectPermissionCount
int getDataObjectPermissionCount()Permission for a single participant or all participants to use an aspect of the service. [netex_service/netex_dataObjectRequest_service.xsd at 282:126]
repeated .uk.org.netex.www.netex.DataObjectServicePermissionStructure data_object_permission = 1; -
getDataObjectPermissionOrBuilderList
List<? extends DataObjectServicePermissionStructureOrBuilder> getDataObjectPermissionOrBuilderList()Permission for a single participant or all participants to use an aspect of the service. [netex_service/netex_dataObjectRequest_service.xsd at 282:126]
repeated .uk.org.netex.www.netex.DataObjectServicePermissionStructure data_object_permission = 1; -
getDataObjectPermissionOrBuilder
Permission for a single participant or all participants to use an aspect of the service. [netex_service/netex_dataObjectRequest_service.xsd at 282:126]
repeated .uk.org.netex.www.netex.DataObjectServicePermissionStructure data_object_permission = 1;
-