public void translateToMap() {
   if (batchRequestParticipantDefinitionQueryGetIn != null) {
     batchRequestParticipantDefinitionQueryGetIn.resetFlags(true, true);
     addInput(
         "BatchRequestParticipantDefinition",
         BatchRequestParticipantDefinitionObjectKeyHelper.toMap(
                 batchRequestParticipantDefinitionQueryGetIn,
                 new HashMap(),
                 "BatchRequestParticipantDefinitionObjectKeyData")
             .get("BatchRequestParticipantDefinitionObjectKeyData"));
   }
 }