Interface DataObjectPermissionsTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DataObjectPermissionsType, DataObjectPermissionsType.Builder

@Generated public interface DataObjectPermissionsTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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

      DataObjectServicePermissionStructure getDataObjectPermission(int index)
       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

      DataObjectServicePermissionStructureOrBuilder getDataObjectPermissionOrBuilder(int index)
       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;